Skip to content

Commit ccba270

Browse files
mohamedsayed18v4hn
andauthored
Fix list formating (#649)
* fix visualization of the list Signed-off-by: mohamedsayed18 <[email protected]> Co-authored-by: Michael Görner <[email protected]>
1 parent fb4f949 commit ccba270

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

doc/trajopt_planner/trajopt_planner_tutorial.rst

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,14 @@ How TrajOpt works
5656
Motion planning problem in TrajOpt is defined by a set of cost (COST) and constraints (CNT) functions that are added to ``TrajOptProblem`` through ``ConstructProblem`` function. This function gets the information regarding to the problem (``ProblemInfo``) which carries different types of information explained below:
5757

5858
- **BasicInfo**: This type holds general information of the optimization algorithm. (These parameters are further investigated in the following section):
59-
* `n_steps`: The number of steps from start to goal
60-
* `convex_solver`: Which convex solver is to be used
61-
* `use_time`: Set to `false` value to use a unitless timestep. x1-x0 is the velocity
62-
* `start_fixed`: Set to `true` to add a constraint for the current joint value
59+
60+
- *n_steps*: The number of steps from start to goal
61+
62+
- *convex_solver*: Which convex solver is to be used
63+
64+
- *use_time*: Set to `false` value to use a unitless timestep. x1-x0 is the velocity
65+
66+
- *start_fixed*: Set to `true` to add a constraint for the current joint value
6367

6468
- **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:
6569

0 commit comments

Comments
 (0)