Skip to content

Angineer/robot-mobile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Components that run on my service robot's mobile platform

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published