Skip to content

Commit 0a79b01

Browse files
author
Felix Exner
committed
Pass use_sim_time to MoveIt's RViz instance
When running with sim_time, we need to pass that to the RViz instance, as well.
1 parent 980e7fb commit 0a79b01

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ur_moveit_config/launch/ur_moveit.launch.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,9 @@ def generate_launch_description():
175175
moveit_config.planning_pipelines,
176176
moveit_config.joint_limits,
177177
warehouse_ros_config,
178+
{
179+
"use_sim_time": use_sim_time,
180+
},
178181
],
179182
)
180183

0 commit comments

Comments
 (0)