Tested: Raspberry Pi 5 Dockered Jazzy Listener <--> AMD64 Debian Jazzy Talker #1557
slowrunner
started this conversation in
Show and tell
Replies: 1 comment 1 reply
-
Pure ROS 2 code builds (and runs) just fine, but getting my robot's Python hardware interface API installed in docker is not going well. On Ubuntu I simply run |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Process I used to test Raspberry Pi5 Dockered Jazzy Listener with AMD64 Debian Jazzy Talker
(I'm a little late to the Docker on Pi5 Testing, so wrote it up here)
Install Docker for Raspberry Pi5 (over PiOS Bookworm Desktop 64-bit)
File 1_setup_docker_apt_repo.sh
Run it:
File 2_install_docker_pkgs.sh:
Run it:
Get Jazzy Test Image:
Run the Jazzy Test Image:
Check Docker Jazzy:
Now I need to test out Dave's ROS 2 Humble codebase.
Beta Was this translation helpful? Give feedback.
All reactions