Skip to content

Commit

Permalink
added default values for sys cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
mhubii committed Oct 20, 2024
1 parent b9c1c43 commit 27fcbd4
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions lbr_bringup/lbr_bringup/description.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,12 @@ def param_robot_description(
Union[LaunchConfiguration, str]
] = PathJoinSubstitution(
[
FindPackageShare(LaunchConfiguration("sys_cfg_pkg")),
LaunchConfiguration("sys_cfg"),
FindPackageShare(
LaunchConfiguration("sys_cfg_pkg", default="lbr_description")
),
LaunchConfiguration(
"sys_cfg", default="ros2_control/lbr_system_config.yaml"
),
]
),
) -> Dict[str, str]:
Expand Down

0 comments on commit 27fcbd4

Please sign in to comment.