Skip to content

Commit

Permalink
Fix typos in trajopt planner (moveit#545)
Browse files Browse the repository at this point in the history
  • Loading branch information
jesseli2002 authored Oct 18, 2020
1 parent 3c90b71 commit 627982a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/trajopt_planner/trajopt_planner_tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ Motion planning problem in TrajOpt is defined by a set of cost (COST) and constr
* `use_time`: Set to `false` value to use a unitless timestep. x1-x0 is the velocity
* `start_fixed`: Set to `true` to add a constraint for the current joint value

- **InitInfo**: It defines how to initialize the optimization problem by setting a guessed trajectory in a matrix whose number of rows is the same as number of timestpes and whose number of columns is equal to the degrees of freedom. There are three different types for initialization:
- **InitInfo**: It defines how to initialize the optimization problem by setting a guessed trajectory in a matrix whose number of rows is the same as number of timesteps and whose number of columns is equal to the degrees of freedom. There are three different types for initialization:

- *STATIONARY*: the initialization matrix has joint values of the current state for all timestpes.
- *STATIONARY*: the initialization matrix has joint values of the current state for all timesteps.

- *JOINT_INTERPOLATED*: the initialization matrix is a trajectory interpolated between the current state and the joint state that the user provides for ``data`` member.

Expand Down

0 comments on commit 627982a

Please sign in to comment.