Skip to content

Commit

Permalink
Launchfile formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
fmauch committed Jun 10, 2024
1 parent 06d8df3 commit fc35221
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions ur_moveit_config/launch/ur_moveit.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,9 @@ def declare_arguments():
"launch_servo", default_value="false", description="Launch Servo?"
),
DeclareLaunchArgument(
"use_sim_time", default_value="false", description="Using or not time from simulation"
"use_sim_time",
default_value="false",
description="Using or not time from simulation",
),
]
)
Expand Down Expand Up @@ -130,7 +132,7 @@ def generate_launch_description():
parameters=[
moveit_config.to_dict(),
warehouse_ros_config,
{'use_sim_time': use_sim_time},
{"use_sim_time": use_sim_time},
],
)

Expand Down

0 comments on commit fc35221

Please sign in to comment.