Micro ROS agent on Raspberry Pi 3
Hello - I’m exploring ROS2 Foxy and attempting to get a test setup built. I have a PC running ROS2 and ROS2 installed on a Raspberry Pi3. They can run the talker and listener examples and communicate.
Now I am attempting to add a Teensy 4.1 into the mix. I went though the micro ROS installation instructions and I believe I have the publisher example loaded. Though I couldn’t use the 0.0.4 release. I used the latest micro_ros_arduino repository source.
The challenge I am having is that I don’t know how to introduce the ROS2 agent into this mix. I’d like it to be running on the Rapsberry Pi but it’s unclear how to build it. It’s also unclear to me how to connect the devices. Is this done via USB?
Can anyone point me to documentation for how to get the micro ROS agent running on the Raspberry Pi? And how do I know if the Teensy is communicating with it properly?