Codebase list ros-dynamic-reconfigure / debian/1.7.1-3 msg / SensorLevels.msg
debian/1.7.1-3

Tree @debian/1.7.1-3 (Download .tar.gz)

SensorLevels.msg @debian/1.7.1-3raw · history · blame

1
2
3
4
5
# This message is deprecated, please use driver_base/SensorLevels instead.

byte RECONFIGURE_CLOSE = 3  # Parameters that need a sensor to be stopped completely when changed
byte RECONFIGURE_STOP = 1  # Parameters that need a sensor to stop streaming when changed
byte RECONFIGURE_RUNNING = 0 # Parameters that can be changed while a sensor is streaming