Skip to content

Angineer/robot-comm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

robot-comm

Communication tools for my service robot:

  • Generic client and server objects for communicating via IP or bluetooth
  • Variety of message types for different tasks
  • Arduino utilities
    • Objects that encapsulate serial communication
    • Scripts for uploading sketches

Dependencies:

To install, clone this repo and the cereal repo so they are in the same directory. Then, build with CMake:

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

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

About

Communication tools for my service robot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published