Open
Description
Currently the message osr_msgs/Status
contains:
int64 battery
int64[5] error_status
int64[5] temp
int64[10] current
I propose:
battery
should have its own topic, with messagesensor_msgs/BatteryState
error_status
should be reported in/diagnostics
usingdiagnostics_msgs/DiagnosticArray
which would allow the use of diagnostics toolstemperature
should have its own topic, with message typesensor_msgs/Temperature
current
should be reported in the samesensor_msgs/JointState
message used to report feedback on the wheel positions and velocities under 'effort'.
Activity