Final Assignment
1.0
Research Track part 1 - Assignment 2 - RobEng A.A. 2020/2021
|
wall_follower behaviour, a component of the bug0 algorithm. More...
Go to the source code of this file.
Namespaces | |
wall_follow_service_m | |
Functions | |
def | wall_follow_service_m.wall_follower_switch (req) |
def | wall_follow_service_m.clbk_laser (msg) |
def | wall_follow_service_m.change_state (state) |
def | wall_follow_service_m.take_action () |
def | wall_follow_service_m.find_wall () |
def | wall_follow_service_m.turn_left () |
def | wall_follow_service_m.follow_the_wall () |
def | wall_follow_service_m.main () |
Variables | |
bool | wall_follow_service_m.active_ = False |
wall_follow_service_m.pub_ = None | |
dictionary | wall_follow_service_m.regions_ |
int | wall_follow_service_m.state_ = 0 |
dictionary | wall_follow_service_m.state_dict_ |
wall_follower behaviour, a component of the bug0 algorithm.
Definition in file wall_follow_service_m.py.