-
Notifications
You must be signed in to change notification settings - Fork 29
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
Docker Image works in a Desktop but not in a RPI #35
Comments
Hi Pablo, You can't use the docker base inside of the RPI for two reasons:
So, to use the agent inside of the RPI, you need to cross-compile on your host PC and then copy to the RPI. On the readme file of the bridge you can see the instructions of how to set-up it. I hope this answer your question. |
Hello again, I'm trying to perform a hello world exemple between the RPI and the dektop. |
@PabloFreitasUfsc Hi! Thank you for your interest in micro-ROS. Notice that we’ll discuss the recent contributions and developments in the next Embedded WG meeting. You’re invited to bring your micro-ROS related issue to this platform. We’ll be very happy to have you join us and discuss your questions with the community. |
* Add Arduino Due support * Add binary * Add support * Improve arduino_serial_platform_read * Add working example * Revert example * Revert example * New line * Add CI * Updates Co-authored-by: Darko Lukic <[email protected]>
Hello,
I'm trying to face the tutorial from this repository (https://github.com/micro-ROS/micro-ROS-bridge_RPI), i was thinking if i could use some images that are already good to use, i have used the docker-base in my desktop amd64 and works fine, but when i try to compile in RPI
I run the docker image ros-base as a conteiner and the output is:
standard_init_linux.go:211: exec user process caused "exec format error"
What can i do to improve the understanding of my question?
Great work!!
The text was updated successfully, but these errors were encountered: