Skip to content

Commit

Permalink
the package is not called ldlidar but ldlidar_node
Browse files Browse the repository at this point in the history
  • Loading branch information
VincidaB committed May 2, 2024
1 parent 0c30325 commit b9b7af6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ezbot_robot/launch/real_robot.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def generate_launch_description():

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

Expand Down

0 comments on commit b9b7af6

Please sign in to comment.