rursprung / fhgr-mrproj2

A ROS 1 based tank with a LIDAR.
GNU General Public License v3.0
2 stars 1 forks source link

implement basic self-driving mode #15

Closed rursprung closed 1 year ago

rursprung commented 1 year ago

implement a controller which uses the sensor data (LIDAR, etc.) to figure out a path where the robot should drive.

requires #8 to implement and either #10 or #12 to actually test it.

rursprung commented 1 year ago

it seems that we don't necessarily need to implement this ourselves, instead there are things like amcl which we might be able to use.

we can also have a look at what linorobot is doing.

and there's a video which i haven't watched yet.

rursprung commented 1 year ago

Paula recommended having a look at hector_exploration_planner (we could potentially use hector_exploration_node directly)

rursprung commented 1 year ago

for a simple "drive where i tell you" we could also follow this tutorial and use the move_base package