Quantcast
Channel: ROS Answers: Open Source Q&A Forum - RSS feed
Viewing all articles
Browse latest Browse all 1441

Using rviz_visual_tools no matching function

$
0
0
Hello All! Currently i try to implement the rviz_visual_tools in my youbot simulation model. I tried to use the computecartesianpath()-function in MoveIt! and wanted to use the publishpath-function of rviz_visual_tool afterwards to generate the path: namespace rvt = rviz_visual_tools; rviz_visual_tools::RvizVisualTools visual_tools("odom_combined"); ... ... double fraction = group.computeCartesianPath(waypoints, 0.01, 0.0, trajectory); ... visual_tools.deleteAllMarkers(); visual_tools.publishPath(waypoints, rvt::LIME_GREEN, rvt::LARGE); for (std::size_t i=0; i

Viewing all articles
Browse latest Browse all 1441

Trending Articles