Skip to content

Commit 01fd2e3

Browse files
committed
minor change
1 parent 0f88f11 commit 01fd2e3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

phoenix_robot/launch/common.launch.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def generate_launch_description():
1616
pkg_phoenix_robot = get_package_share_directory('phoenix_robot')
1717
pkg_robot_state_controller = get_package_share_directory(
1818
'robot_state_controller')
19-
pkg_isc_sick = get_package_share_directory('ros2_sick')
19+
# pkg_isc_sick = get_package_share_directory('ros2_sick')
2020

2121
# Launch arguments
2222
drive_mode_switch_button = LaunchConfiguration(
@@ -67,7 +67,7 @@ def generate_launch_description():
6767
]),
6868
launch_arguments={
6969
'use_sim_time': use_sim_time,
70-
'config_file': PathJoinSubstitution([pkg_phoenix_robot, 'config', 'ros2_sick', 'sick_lms111.yaml'])
70+
'config_file': PathJoinSubstitution([pkg_phoenix_robot, 'config' ]) # , 'ros2_sick', 'sick_lms111.yaml'])
7171
}.items(),
7272
)
7373

0 commit comments

Comments
 (0)