moveit2_tutorials icon indicating copy to clipboard operation
moveit2_tutorials copied to clipboard

little change to tutorials/visualizing_in_rviz/hello_moveit.cpp : .hpp to .h , plan.trajectory to plan.trajectory_

Open 1834304120 opened this issue 4 months ago • 1 comments

https://github.com/moveit/moveit2_tutorials/blob/main/doc/tutorials/visualizing_in_rviz/hello_moveit.cpp

  1. line 1 : change "#include <moveit/move_group_interface/move_group_interface.hpp>" to
    "#include <moveit/move_group_interface/move_group_interface.h>"
    .hpp to .h

  2. line73 "draw_trajectory_tool_path(plan.trajectory)" to "draw_trajectory_tool_path(plan.trajectory_)"

1834304120 avatar Jul 25 '25 02:07 1834304120

Are you using Humble? If so, check out the humble branch of this repo.

sea-bass avatar Jul 26 '25 12:07 sea-bass