Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error: file 'stereo_inertial_node.launch' was not found in the share directory of package 'depthai_examples' #1203

Open
MeltedHyperion07 opened this issue Aug 29, 2024 · 1 comment

Comments

@MeltedHyperion07
Copy link

I am trying to use rtabmap_ros package on my ros2 humble. I installed it's binaries through apt. Now when i try to launch it using the launch command, its giving me error.

❯ ros2 launch depthai_examples stereo_inertial_node.launch
file 'stereo_inertial_node.launch' was not found in the share directory of package 'depthai_examples' which is at '/opt/ros/humble/share/depthai_examples'
@matlabbe
Copy link
Member

matlabbe commented Sep 5, 2024

The file seems missing a .py: https://github.com/luxonis/depthai-ros/blob/humble/depthai_examples/launch/stereo_inertial_node.launch.py

ros2 launch depthai_examples stereo_inertial_node.launch.py

If you are interested to use rtabmap with depthai camera, I recently added and example here:
https://github.com/introlab/rtabmap_ros/blob/ros2/rtabmap_examples/launch/depthai.launch.py

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants