ros-simulation / stage_ros

Package which contains ROS specific hooks and tools for the Stage simulator.
40 stars 122 forks source link

Programming Color Indication for Robot in Stage #60

Open s-arora1987 opened 4 years ago

s-arora1987 commented 4 years ago

Hi everyone, I have simulated a roomba in stage simulator. I want to give some kind of color indication while running the robot - green when it is moving, red when it has stopped. One example of doing this can be changing the color of robot itself, other may be putting LEDs on it. Is there a way to implement this programmatically in Stage?

scifiswapnil commented 4 years ago

Stage has lightIndicatorModel built-in, I update the ROS interface for controlling the light on/off status. Some more work in progress to change the color, but that implies we need to update the libstage library as well. Will keep posted.

Check : https://github.com/scifiswapnil/stage_ros

light

scifiswapnil commented 4 years ago

64 raised a pull request for the same