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

use rpLidar with ros2 humble container #719

Open
thanhtruongphan opened this issue Nov 9, 2024 · 0 comments
Open

use rpLidar with ros2 humble container #719

thanhtruongphan opened this issue Nov 9, 2024 · 0 comments

Comments

@thanhtruongphan
Copy link

thanhtruongphan commented Nov 9, 2024

I'm doing a project that use Ros2-humble on Jetson. I'll do some image-processing with Jetson so I need an Jetson have Jetpack. And use Rplidar with ROS2.

I had tried this docker-container https://hub.docker.com/layers/dustynv/ros/humble-desktop-l4t-r36.4.0/images/sha256-b8ee30b1ae189cfeeea755a7fd6b8aea74267f5c1bc0cfa4f19a6acec9d941e5?context=explore

but the Rplidar does not show up anything.
I used that Docker container and follow this https://github.com/Slamtec/sllidar_ros2

But It's doesn't work.
result is something like:
image

ps: my Docker run with configs:

sudo docker run -it --name ros-humble-container-esp32-2 \
-v /dev:/dev \
--privileged \
--runtime nvidia \
--network host \
--gpus all \
-e DISPLAY=$DISPLAY \
-e QT_X11_NO_MITSHM=1 \
-v /tmp/.X11-unix:/tmp/.X11-unix:rw \
-v $XAUTHORITY:/root/.Xauthority \
dustynv/ros:humble-desktop-l4t-r36.4.0

Can you help me...or some instructions, pls @dusty-nv
-thank you so much-

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

1 participant