Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 937 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 937 Bytes

robot-mobile

Code for my service robot. This repo covers everything that runs on the mobile platform, including:

  • Communication with the base station
  • Navigation (via line following)
  • Motor control
  • Localization (via apriltags)
  • Obstacle detection

Dependencies:

To install, ensure you have the dependencies installed, then build with CMake:

cd robot-mobile
mkdir build && cd build
cmake ..
make
sudo make install

There is also a systemd service file included for running the program as a service.

See https://www.adtme.com/projects/Robot.html for more info about the overall project.