You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This package should be publishing to a /drone/status or /drone/health topic and have a custom message
This message should include
mode = ?
armed?
imu ok?
gps ok?
etc etc (up to you tbh)
Also expose a service that allows us to fetch the current status as needed (for any nodes that will need that in the future)
Test this by analyzing outputs by ros echoing the topic and also rosservice calling the service node.
This package is needed so later packages have an easy abstracted way to fetch the status of the drone system in case of emergencies or other conditionals. (For example, mode != LAND if you want to takeoff)
The text was updated successfully, but these errors were encountered:
This package should be publishing to a
/drone/status
or/drone/health
topic and have a custom messageThis message should include
mode = ?
armed?
imu ok?
gps ok?
etc etc (up to you tbh)
Also expose a service that allows us to fetch the current status as needed (for any nodes that will need that in the future)
Test this by analyzing outputs by ros echoing the topic and also rosservice calling the service node.
This package is needed so later packages have an easy abstracted way to fetch the status of the drone system in case of emergencies or other conditionals. (For example, mode != LAND if you want to takeoff)
The text was updated successfully, but these errors were encountered: