Skip to content

Commit 213fb67

Browse files
committed
Fix clock in launcher
1 parent 55949f0 commit 213fb67

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CustomRobots/robot_arms/launch/ur3.launch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ def launch_setup(context):
244244
clock_bridge = Node(
245245
package="ros_gz_bridge",
246246
executable="parameter_bridge",
247-
arguments=["/clock@rosgraph_msgs/msg/Clock[gz.msgs.Clock]"],
247+
arguments=["/clock@rosgraph_msgs/msg/Clock@gz.msgs.Clock"],
248248
parameters=[{"use_sim_time": True}],
249249
)
250250

0 commit comments

Comments
 (0)