Consider using sensor_msgs/Range for 1D range sensors

Issue #2 resolved
William Woodall created an issue

Currently we have a custom "Proximity" message for our sensors, but we might be able to reuse this common message in stead: http://docs.ros.org/api/sensor_msgs/html/msg/Range.html

Comments (4)

  1. Brian Gerkey

    Stick with the custom message for a binary sensor. If/when we add range sensor, use the standard message.

  2. Log in to comment