File: kobuki_msgs/VersionInfo.msg
Raw Message Definition
# Contains unique device id, version info and available features for the kobuki platform.# Useful for compatibility checking and introspectionstring hardware
# ..string firmware
# ..string software
# Still to decide how it will lookuint32[] udid
# Bitmask that specifies the available features in the firmware and/or driveruint64 features
# The following represent the bit fields corresponding to bits in the features value# Provided firmware kobuki_firmware_1.1.1.hexuint64 SMOOTH_MOVE_START = 0000000000000001
uint64 GYROSCOPE_3D_DATA = 0000000000000002
Compact Message Definition
uint64 SMOOTH_MOVE_START=0000000000000001
uint64 GYROSCOPE_3D_DATA=0000000000000002
string hardware
string firmware
string software
uint32[] udid
uint64 features