-
Notifications
You must be signed in to change notification settings - Fork 3
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
issue with: ros_entrypoint.sh: exec format error #6
Comments
The You could remove the image and try to pull it again with
HOWEVER these docker images are meant to be used on desktop, not on embedded platforms like Jetson nano |
Hello alsora, Thank you so much for your quick response, I really appreciate. The reason why I am hoping this docker to work is because I've installed couple sensors (lidar and camera) already on the current 18.04 + ROS combination. I am looking for a way to use my current setup and be able to control the create3 as a moving platform. I am wondering if you could please suggest a way to try to make this works, maybe add a ros_entrypoint.sh file? thank you |
Hello Alberto, I am be able to run ROS2 on Jetson nano and control the create3 now by downloading a docker container provide by Nvidia docker container repo, thanks again for your time and help. Best |
Hi there,
I am seeking help with running the docker on Jetson Nano to control the iRobot create3. Currently, I am using Jetson nano running on ubuntu 18.04 with ROS1 Melodic. I am thinking of use the docker image to run humble in order to control the iRobot. I've tried to pull the official docker (irobotedu/create3-humble), and self-built the image, but both method gives me error:
exec /ros_entrypoint.sh: exec format error
Could you please help with this issue and suggest if my approach to run docker image on 18.04 Ubuntu is doable?
thank you
The text was updated successfully, but these errors were encountered: