Skip to content

Commit

Permalink
Changed how the launch file is called
Browse files Browse the repository at this point in the history
  • Loading branch information
VincidaB committed May 2, 2024
1 parent 49ae566 commit 0373557
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions src/ezbot_robot/launch/real_robot.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,11 +107,13 @@ def generate_launch_description():



lidar_with_mgr = Node(
package='ldlidar_node',
executable='ldlidar_with_mgr.py',
output='screen'
lidar_with_mgr = IncludeLaunchDescription(
PythonLaunchDescriptionSource([os.path.join(
get_package_share_directory('ldlidar'),'launch', 'ldlidar_with_mgr.py'
)]),
)




# don't know what the parameters do
Expand Down Expand Up @@ -150,7 +152,6 @@ def generate_launch_description():
imu_node,
delayed_imu_filter,
delayed_actuators_spawner,
lidar_with_mgr
#joystick,

])

0 comments on commit 0373557

Please sign in to comment.