Commit 6b9222d3 authored by limingbo's avatar limingbo

test

parent 356214ff
Pipeline #863 canceled with stages
......@@ -395,7 +395,7 @@ void Trajectory::parseAndPush(const vector<string> &vec, uint8_t index)
trajPoint.rotation = {node_raw_info.w, node_raw_info.qx, node_raw_info.qy, node_raw_info.qz};
//pose yaw take -M_PI/2!!!!!!!!!!!!!!!!!!
trajPoint.rotation = trajPoint.rotation * Eigen::AngleAxisd(-M_PI/2, Eigen::Vector3d::UnitZ());
boost::unique_lock<boost::shared_lock> lock_node(Mtx_);
boost::unique_lock<boost::shared_mutex> lock_node(Mtx_);
trajectory_.push_back(trajPoint);
break;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment