-
Notifications
You must be signed in to change notification settings - Fork 0
Package: autonomy
general info -------------------------------------------------------
Test node for driving the robot around in arc turns with the mouse and keyboard. Not used for much else.
Currently, only opens a terminal to enter an x and y position for the robot to drive to. May eventually manage the high level robot task planning.
Takes in a cmd_vel topic, converts the linear and angular components into left and right wheel speeds. Could alternatively be implemented in the hwctrl package.
Simulates a robot moving when given input commands and sending sensor data back. It May be useful for simple testing, but we also have the Gazebo simulation.
- odometry/filtered_map
- motor_data
- local_occupancy_grid
- motor_setpoints
Path planner and follower. Receives robot odometry, occupancy grid, goal position, and outputs velocity commands to drive to target position.
- /glenn_base/cmd_vel
- transit_path
- transit_control_data
- glenn_base/odom_map
- global_occupancy_grid
A custom two dimensional robot simulator. Useful for testing path planning algorithms