Skip to content

djumpstre/py-totg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Wrapper for Time Optimal Trajectory Generation

The used cpp source code for TOTG comes from the tobiaskunz/trajectories repository, authored by Tobias Kunz

Build

Prerequisites:

# 1. Pybind11
# make sure that the pybind11 is installed in the global side_pacakges
pip3 install pybind11[global]
# 2. Eigen
sudo apt install libeigen3-dev cmake

Build:

mkdir build
cd build
cmake ..
make

Install:

pip3 install . 

Optional: If you are using it in the container, you need to check if the python header is installed, for building. to install it:

sudo apt install python3-dev

About

A Python wrapper for time optimal trajectory generation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors