![]() |
FancySafeBot 0.0.1
A safe robotics library
|
Abstract class for segments.
#include <fsb_trajectory_segment.h>
Public Member Functions | |
virtual real_t | get_start_time () const =0 |
Get start time of the segment. | |
virtual real_t | get_duration () const =0 |
Get duration of the segment. | |
virtual real_t | get_final_time () const =0 |
Get final time of the segment. | |
|
pure virtual |
Get duration of the segment.
Implemented in fsb::QuinticTrajectory, fsb::SegmentConstJerk, fsb::SegmentConstAcc, fsb::SegmentConstVel, and fsb::TrapezoidalVelocity.
|
pure virtual |
Get final time of the segment.
Implemented in fsb::QuinticTrajectory, fsb::SegmentConstJerk, fsb::SegmentConstAcc, fsb::SegmentConstVel, and fsb::TrapezoidalVelocity.
|
pure virtual |
Get start time of the segment.
Implemented in fsb::QuinticTrajectory, fsb::SegmentConstJerk, fsb::SegmentConstAcc, fsb::SegmentConstVel, and fsb::TrapezoidalVelocity.