Skip to content

Commit

Permalink
Format (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanie-eng authored Mar 14, 2023
1 parent d4674d8 commit 51c2065
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion abb_bringup/launch/abb_moveit.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,9 @@ def launch_setup(context, *args, **kwargs):
)

joint_limits_yaml = {
"robot_description_planning": load_yaml(moveit_config_package.perform(context), "config/joint_limits.yaml")
"robot_description_planning": load_yaml(
moveit_config_package.perform(context), "config/joint_limits.yaml"
)
}

# Planning Functionality
Expand Down

0 comments on commit 51c2065

Please sign in to comment.