Skip to content

Commit

Permalink
Pass use_sim_time to MoveIt's RViz instance
Browse files Browse the repository at this point in the history
When running with sim_time, we need to pass that to the RViz instance, as well.
  • Loading branch information
fmauch committed Oct 16, 2024
1 parent 980e7fb commit 0a79b01
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ur_moveit_config/launch/ur_moveit.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,9 @@ def generate_launch_description():
moveit_config.planning_pipelines,
moveit_config.joint_limits,
warehouse_ros_config,
{
"use_sim_time": use_sim_time,
},
],
)

Expand Down

0 comments on commit 0a79b01

Please sign in to comment.