Skip to content

mebbaid/unicycle-footstep-planner

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

unicycle-footstep-planner

This repository contains a library aimed at generating walking trajectories, adopting the model of a unicycle under the hood. Some more details on the theory and the implementation will be coming soon.

Dependencies

Build the library and the application

Linux/macOs

git clone https://github.com/robotology/unicycle-footstep-planner
cd unicycle-footstep-planner
mkdir build && cd build
cmake ..
make
[sudo] make install

Notice: sudo is not necessary if you specify the CMAKE_INSTALL_PREFIX. In this case it is necessary to add in the .bashrc the following lines:

Linux

export UnicyclePlanner_DIR=/path/where/you/installed/
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$UnicyclePlanner_DIR/lib

macOs

export UnicyclePlanner_DIR=/path/where/you/installed/
export DYLD_LIBRARY_PATH=$LD_LIBRARY_PATH:$UnicyclePlanner_DIR/lib

Basic Idea

Implementation

Mantainers

About

Repository for the Unicycle-based FootStep Planner.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 95.7%
  • CMake 4.2%
  • C 0.1%