Arduino Uno and ROS2 bridge
Hey guys,
I'm a ROS newbie and I'm trying to build a robot car using an Arduino Uno and a Pi 4B, connected with each other via usb. I have ROS2 foxy running on the pi and connected my motors+encoders on the uno. I want to publish the encoder data from uno to the pi but Im having trouble finding the right packages. micro-ROS doesnt support the uno board and ros2arduino needs the dashing distro to work. I've found a ros1 bridge to ros2 package but can this be used for the arduino? Should it be installed on both sides? (arduino + pi) Any advice on how should I move forward?