Skip to content

Commit

Permalink
changed description package name
Browse files Browse the repository at this point in the history
  • Loading branch information
Felix Durchdewald authored and Felix Durchdewald committed Oct 10, 2023
1 parent c913c99 commit 58460b6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ def generate_launch_description():
controllers_file = PathJoinSubstitution([control_package, "config", "ros2_controllers.yaml"])
robot_calibration_file= PathJoinSubstitution([control_package, "config", "default_kinematics.yaml"])

description_package = FindPackageShare("shared_workspace_description")
description_file = PathJoinSubstitution([description_package, "urdf", "shared_workspace.urdf.xacro"])
description_package = FindPackageShare("my_robot_cell_description")
description_file = PathJoinSubstitution([description_package, "urdf", "my_robot_cell.urdf.xacro"])

ur_description_package = FindPackageShare("ur_description")
joint_limits_file = PathJoinSubstitution([ur_description_package, "config", "ur20", "joint_limits.yaml"])
Expand Down

0 comments on commit 58460b6

Please sign in to comment.