Frankx  0.2.0
A High-Level Motion API for Franka
Classes | Public Member Functions | Public Attributes | List of all members
movex::Trajectory Struct Reference

#include <trajectory.hpp>

Classes

struct  State
 

Public Member Functions

 Trajectory ()
 
 Trajectory (const Path &path)
 

Public Attributes

Path path
 
std::vector< Statestates
 The trajectory state for each consecutive time step (with delta_time difference of the time parametrization) More...
 

Constructor & Destructor Documentation

◆ Trajectory() [1/2]

movex::Trajectory::Trajectory ( )
inlineexplicit

◆ Trajectory() [2/2]

movex::Trajectory::Trajectory ( const Path path)
inlineexplicit

Member Data Documentation

◆ path

Path movex::Trajectory::path

◆ states

std::vector<State> movex::Trajectory::states

The trajectory state for each consecutive time step (with delta_time difference of the time parametrization)


The documentation for this struct was generated from the following file: