fetch_driver_msgs¶
Contents:
Summary¶
-
fetch_driver_msgs
¶ Version: 0.6.1
Description: Messages for the fetch_drivers package
Maintainers: - Michael Ferguson <mferguson AT fetchrobotics DOT com>
Licenses: - BSD
Urls: Authors: - Michael Ferguson
- Derek King
BuildDepends: BuildtoolDepends: BuildExportDepends: ExecDepends:
Types¶
Action types¶
-
fetch_driver_msgs/DisableCharging
¶ Field (Goal): - disable_duration (duration) –
Field (Result): - charging_disabled (bool) –
Disable charging for a specific amount of time
# Disable charging for a specific amount of time duration disable_duration --- # Returns true if charging was successfully disabled, # false if we are unable to disable charging bool charging_disabled --- # No feedback