Skip to content

epfl-lasa/robot_controllers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Robot Controllers

This repo contains "low" and "high" level controllers for robot control

Authors/Maintainers

Available Controllers

Low-Level controllers

High-Level controllers

Installing

Dependencies

cd /source/directory
git clone https://github.com/mosra/corrade.git
cd corrade
mkdir build && cd build
cmake ..
make -j
sudo make install

Compilation

mkdir build && cd build
cmake -DCMAKE_INSTALL_PREFIX=/path/to/install/dir/ ..
make && [sudo] make install (you might need sudo depending on your installation directory)

Contributing

robot_controllers is being actively developed and the API is not stable. Please see CONTRIBUTING for more on how to help.

Documentation

UNDER CONSTRUCTION

About

This repo contains "low" and "high" level controllers for control

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •