Skip to content

Commit

Permalink
Corrects the output from the command
Browse files Browse the repository at this point in the history
Signed-off-by: Voldivh <[email protected]>
  • Loading branch information
Voldivh committed Sep 12, 2023
1 parent 4135cd1 commit 02c0a56
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions tutorials/model_command.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,9 @@ Once you get the name of the model you want to see, you may run the following co
- Name: chassis
- Parent: vehicle_blue [8]
- Mass (kg): [1.143950]
- Inertial Pose:
[0.000000 | 0.000000 | 0.000000]
- Inertial Pose [ XYZ (m) ] [ RPY (rad) ]:
[0.000000 0.000000 0.000000]
[0.000000 -0.000000 0.000000]
- Inertial Matrix (kg⋅m^2):
[0.126164 | 0.000000 | 0.000000]
[0.000000 | 0.416519 | 0.000000]
Expand Down Expand Up @@ -118,12 +119,12 @@ Once you get the name of the model you want to see, you may run the following co
- Joint [23]
- Name: caster_wheel
- Parent: vehicle_blue [8]
- Type: ball
- Parent Link: caster
- Child Link: chassis
- Type: ball
- Parent Link: chassis [9]
- Child Link: caster [18]
- Pose [ XYZ (m) ] [ RPY (rad) ]:
[0.000000 | 0.000000 | 0.000000]
[0.000000 | 0.000000 | 0.000000]
[0.000000 0.000000 0.000000]
[0.000000 -0.000000 0.000000]
```

Expand Down

0 comments on commit 02c0a56

Please sign in to comment.