Skip to content

Use diagnostics_msgs/DiagnosticStatus.msg iso custom Status message #62

Open
@Achllle

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 message sensor_msgs/BatteryState
  • error_status should be reported in /diagnostics using diagnostics_msgs/DiagnosticArray which would allow the use of diagnostics tools
  • temperature should have its own topic, with message type sensor_msgs/Temperature
  • current should be reported in the same sensor_msgs/JointState message used to report feedback on the wheel positions and velocities under 'effort'.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    good first issueGood for newcomershelp wantedWe're especially looking for input from the public on this one

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions