Skip to content

Commit df6e77e

Browse files
committed
Remove initial joint positions path from launch setup
1 parent d8d2213 commit df6e77e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

kuka_control/launch/hardware.launch.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,6 @@ def launch_setup(context, *args, **kwargs):
6565
system_config_path=PathJoinSubstitution(
6666
[FindPackageShare("kuka_control"), sys_cfg]
6767
),
68-
initial_joint_positions_path=PathJoinSubstitution(
69-
[FindPackageShare("kuka_control"), "config/initial_joint_positions.yaml"]
70-
),
7168
)
7269

7370
ros2_control_node = node_ros2_control(

0 commit comments

Comments
 (0)