Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MotionProfile ¶
type MotionProfile struct {
// contains filtered or unexported fields
}
func GenerateProfile ¶
func GenerateProfile(config Config, initialState State, goal ProfileGoal) MotionProfile
func (*MotionProfile) AddState ¶
func (this *MotionProfile) AddState(state State)
func (*MotionProfile) Length ¶
func (this *MotionProfile) Length() int
func (*MotionProfile) Plot ¶
func (this *MotionProfile) Plot()
func (*MotionProfile) String ¶
func (this *MotionProfile) String() string
type ProfileGoal ¶
Click to show internal directories.
Click to hide internal directories.