Skip to content

Time-Optimal Path Following with Bounded Acceleration and Velocity

Notifications You must be signed in to change notification settings

rlober/gttraj

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GTTraj

This is a fork of the trajectories repo which is based on the article Time-Optimal Trajectory Generation for Path Following with Bounded Acceleration and Velocity by Tobias Kunz and Mike Stilman.

I forked it to test its integration with ocra.

Changes

  • CMake configuration for cross-platform builds
  • Update for GCC/G++5 (C++11 standard)
  • Modify the repo structure for better install:

repo structure

trajectories/
├── cmake
│   └── Modules
│       ├── AddUninstallTarget.cmake
│       ├── CMakePackageConfigHelpers.cmake
│       ├── FindEigen.cmake
│       └── InstallBasicPackageFiles.cmake
├── CMakeLists.txt
├── include
│   └── gttraj
│       ├── Path.h
│       └── Trajectory.h
├── README.md
├── scripts
│   └── matlab
│       └── plotTrajectory.m
└── src
    ├── Example.cpp
    ├── Path.cpp
    ├── Test.cpp
    └── Trajectory.cpp

About

Time-Optimal Path Following with Bounded Acceleration and Velocity

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 53.7%
  • CMake 46.0%
  • MATLAB 0.3%