Skip to content

Commit

Permalink
Fixed description pkg to avoid breaking changes
Browse files Browse the repository at this point in the history
  • Loading branch information
VinDp committed May 22, 2024
1 parent 7e023b0 commit 7328556
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ur_bringup/launch/ur_control.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ def generate_launch_description():
"kinematics_params_file",
default_value=PathJoinSubstitution(
[
FindPackageShare("ur_description"),
FindPackageShare(LaunchConfiguration("description_package")),
"config",
LaunchConfiguration("ur_type"),
"default_kinematics.yaml",
Expand Down
2 changes: 1 addition & 1 deletion ur_robot_driver/launch/ur_control.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ def generate_launch_description():
"kinematics_params_file",
default_value=PathJoinSubstitution(
[
FindPackageShare("ur_description"),
FindPackageShare(LaunchConfiguration("description_package")),
"config",
LaunchConfiguration("ur_type"),
"default_kinematics.yaml",
Expand Down

0 comments on commit 7328556

Please sign in to comment.