You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 31, 2025. It is now read-only.
I wonder why the sensor_msgs don't include a message for bumpers, with header and a boolean (is_pressed).
In gazebo_msgs there's a ContactState.msg that might be used for this purpose, but it looks overcomplicated for a bumper that just has two states.
Since it's common to have bumpers in a robot, IMHO there should be a msg to represent them; indeed, there are even messages for Temperature and RelativeHumidity.