MAV'RIC
|
Public Types | |
typedef position_command_t | nav_command_t |
Public Member Functions | |
virtual bool | update ()=0 |
Main update method. | |
virtual bool | set_goal (const nav_command_t &goal)=0 |
Sets the navigation goal (desired position) | |
command_t | get_control_command (bool flag) |
virtual bool Navigation::set_goal | ( | const nav_command_t & | goal | ) | [pure virtual] |
Sets the navigation goal (desired position)
goal | Navigation goal waypoint |
Implemented in Navigation_directto.
virtual bool Navigation::update | ( | ) | [pure virtual] |