Description
Hi, I'm doing a project that consists of assembling a robotic platform (mainly at the software level) that aims to be used as a basis for future research.
My initial proposal for the project is expressed in the image below
Ok. I was doing an initial evaluation of the micro ros library to use in my project, for that I implemented some examples.
I'm currently trying to implement a logic where my arduino listens for a topic (/velocity, red arrows) to then perform the engine moves.
But I couldn't find any reference to implement in my arduino something like ros2 topic echo (...)
. The questions are: is this possible from micro ros? Is micro rose a viable tool for my project? Do you have a guide for a similar project that I can use as a reference?
Thanks in advance