$search

Public Member Functions | |
| def | __init__ |
| def | cmdVelCallback |
| def | run |
| def | stop |
Public Attributes | |
| enc_left | |
| enc_right | |
| encoder_error | |
| encoder_resolution | |
| finished | |
| gear_reduction | |
| mySerializer | |
| odomBroadcaster | |
| odomPub | |
| rate | |
| t_delta | |
| t_next | |
| th | |
| then | |
| ticks_per_meter | |
| wheel_track | |
| x | |
| y | |
Controller to handle movement & odometry feedback for a differential drive mobile base.
Definition at line 33 of file base_controller.py.
| def base_controller::base_controller::__init__ | ( | self, | ||
| Serializer, | ||||
| name | ||||
| ) |
Definition at line 35 of file base_controller.py.
| def base_controller::base_controller::cmdVelCallback | ( | self, | ||
| req | ||||
| ) |
Handle velocity-based movement requests.
Definition at line 160 of file base_controller.py.
| def base_controller::base_controller::run | ( | self | ) |
Definition at line 75 of file base_controller.py.
| def base_controller::base_controller::stop | ( | self | ) |
Definition at line 180 of file base_controller.py.
Definition at line 56 of file base_controller.py.
Definition at line 57 of file base_controller.py.
Definition at line 61 of file base_controller.py.
Definition at line 47 of file base_controller.py.
Definition at line 37 of file base_controller.py.
Definition at line 46 of file base_controller.py.
Definition at line 40 of file base_controller.py.
Definition at line 71 of file base_controller.py.
Definition at line 70 of file base_controller.py.
Definition at line 43 of file base_controller.py.
Definition at line 51 of file base_controller.py.
Definition at line 52 of file base_controller.py.
Definition at line 60 of file base_controller.py.
Definition at line 53 of file base_controller.py.
Definition at line 44 of file base_controller.py.
Definition at line 45 of file base_controller.py.
Definition at line 58 of file base_controller.py.
Definition at line 59 of file base_controller.py.