Skip to content

Commit

Permalink
remove alternative otgs
Browse files Browse the repository at this point in the history
  • Loading branch information
Lars Berscheid committed May 12, 2021
1 parent 5293041 commit 8588621
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 773 deletions.
139 changes: 0 additions & 139 deletions include/ruckig/alternative/quintic.hpp

This file was deleted.

201 changes: 0 additions & 201 deletions include/ruckig/alternative/smoothie.hpp

This file was deleted.

File renamed without changes.
4 changes: 0 additions & 4 deletions include/ruckig/trajectory.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,13 @@ namespace ruckig {

// Forward declare alternative OTG algorithms for friend class
template <size_t> class Reflexxes;
template <size_t> class Smoothie;
template <size_t> class Quintic;


//! Interface for the generated trajectory.
template<size_t DOFs>
class Trajectory {
// Allow alternative OTG algorithms to directly access members (i.e. duration)
friend class Reflexxes<DOFs>;
friend class Smoothie<DOFs>;
friend class Quintic<DOFs>;

constexpr static double eps {std::numeric_limits<double>::epsilon()};

Expand Down
Loading

0 comments on commit 8588621

Please sign in to comment.