Message descriptions for Ohm @home robots
These Messages/Services/Actions are each implemented by the robot's subsystems.
This robot utilizes a Functional approach to subsystems, decreasing operational overhead,
and making it easier to use a central planning system + AI interaction.
# Power supply status constants
uint8 POWER_SUPPLY_STATUS_UNKNOWN = 0
uint8 POWER_SUPPLY_STATUS_CHARGING = 1
uint8 POWER_SUPPLY_STATUS_DISCHARGING = 2
uint8 POWER_SUPPLY_STATUS_NOT_CHARGING = 3
uint8 POWER_SUPPLY_STATUS_FULL = 4
<...>
uint8 power_supply_status # The charging status as reported. Values defined above---
bool is_calibratedtrajectory_msgs/JointTrajectory trajectory
---geometry_msgs/PointStamped target
geometry_msgs/Vector3 pointing_axis
string pointing_frame
builtin_interfaces/Duration min_duration
float64 max_velocity
---
---
float64 pointing_angle_errorMany more example messages/services/actions can be found here: