amino  1.0-beta2
Lightweight Robot Utility Library
traj_internal.hpp File Reference

Go to the source code of this file.

Classes

struct  aa_ct_seg
 Trajectory segment. More...
 

Typedefs

typedef int(* aa_ct_seg_eval_fun) (struct aa_ct_seg *seg, struct aa_ct_state *state, double t)
 

Functions

void aa_ct_seg_list_add (struct aa_ct_seg_list *list, struct aa_ct_seg *seg)
 Add a reference to a segment to a segment list. More...
 
void aa_ct_seg_list_add_cx (struct aa_ct_seg_list *list, aa_ct_seg_eval_fun eval, void *cx)
 

Function Documentation

◆ aa_ct_seg_list_add()

void aa_ct_seg_list_add ( struct aa_ct_seg_list *  list,
struct aa_ct_seg seg 
)

Add a reference to a segment to a segment list.

The reference will be kept in the list.

Parameters
listList to add segment to
segSegment to add to list