diff --git a/doc/trajopt_planner/trajopt_planner_tutorial.rst b/doc/trajopt_planner/trajopt_planner_tutorial.rst index 03e158e37..54d43f879 100644 --- a/doc/trajopt_planner/trajopt_planner_tutorial.rst +++ b/doc/trajopt_planner/trajopt_planner_tutorial.rst @@ -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.