Working with a new usb-connected device on Robot in ROS?
Hey all,
My goal is to have a robot output its current movement and let LEDs know when to flash, indicating that the care-o-robot is moving. I will be connecting a new LED through a USB port on the robot, but first I want to get this working in a Gazebo simulator.
The way I see it (and I may be wrong), I will need to do the following:
1) Create a node that listens to robot's base 2) Have that node output "on" or "off" to the LED connected through a USB
I am new to ROS and a little overwhelmed by the amount of tutorials. I am not sure where to look for relevant information...
Are there any tutorials that are specifically dedicated to creating new nodes for a robot? How to make that node communicate with another node on the robot?
How to define that node as the Digital Output for the LED?
I read through the general node tutorials, but when I dig through Care-o-Bot files, I find files far more complex than in the tutorial.
I know this is a lot of questions, but if you could give some advice on at least one of them, I would be very thankful! General advise is appreciated as well!