micro_ros_arduino
micro_ros_arduino copied to clipboard
Instructions to create custom messages and also to change pub-sub params in MicroROS library
Hello there! I had to spend a lot of time figuring out how to increase the limitations of publishers and subscribers on MicroROS as they are limited to 5 by default. I also needed custom messages in MicroROS and there is no documentations for that. Ive figured it out finally and i need to help the community with the same! Thanks and cheers!
Kindly merge these instructions to the iron branch, Thanks and cheers
The information you are trying to add is in the micro-ROS documentation, here and here.
We can refactor this to point to the official documentation while mentioning specific parts for this repo like the location/name of colcon files.
@pablogs9 You are right, there is information on the microROS documentation, however i believe this repository has to have these instructions readily available, specially when a developer is using arduino ide and not some other idfs. I have attached the links to microros documentations too in this commit along with some cleanups. Kindly have a look. Thanks