action_manager module¶
Module to send actions to the turtlebot.
- Authors:
- Shibhansh Dohare, Banafsheh Rafiee, Parash Rahman, Niko Yasui.
-
class
action_manager.
ActionManager
[source]¶ Class that communicates directly with the turtlebot.
-
action
¶ action – The action to send to the turtlebot.
-
base_state
¶ The current reading from the turtlebot’s ‘core’ topic. Contains bump information.
-
termination_flag
¶ bool – Quit if this is true.
-
pause_flag
¶ bool – Stop sending actions if this is true.
-
stop_once
¶ bool – Send one stop action and resume sending
action
.
-