Skip to content

Commit 984287e

Browse files
Ferdinand50AndyZe
andauthored
Fix typo in hello_moveit.cpp (#673)
Co-authored-by: AndyZe <[email protected]>
1 parent d1fb567 commit 984287e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/tutorials/planning_around_objects/hello_moveit.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ int main(int argc, char* argv[])
103103
// Execute the plan
104104
if (success)
105105
{
106-
draw_trajectory_tool_path(plan.trajectory);
106+
draw_trajectory_tool_path(plan.trajectory_);
107107
moveit_visual_tools.trigger();
108108
prompt("Press 'next' in the RvizVisualToolsGui window to execute");
109109
draw_title("Executing");

0 commit comments

Comments
 (0)