Changeset 177 in flair-src for trunk/lib/FlairFilter/src/TrajectoryGenerator1D.h
- Timestamp:
- Apr 27, 2017, 5:49:17 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/FlairFilter/src/TrajectoryGenerator1D.h
r15 r177 72 72 * \brief Start trajectory 73 73 * 74 * \param start_pos start position 75 * \param end_pos end position 74 * \param startPosition start position 75 * \param endPosition end position 76 * \param startVelocity start velocity, should be actual velocity. This value will be saturated 77 * max velocity defined in GCS. 76 78 */ 77 void StartTraj(float start _pos, float end_pos);79 void StartTraj(float startPosition, float endPosition,float startVelocity=0); 78 80 79 81 /*!
Note:
See TracChangeset
for help on using the changeset viewer.