Skip to content

Commit

Permalink
Explain pose initialization
Browse files Browse the repository at this point in the history
* Doesn't change the option semantics
  • Loading branch information
AlexGisi committed Aug 2, 2024
1 parent 8e9246e commit ce9e32b
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions src/config/robot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@
# - robot1
# - robot2

# pose_init: [0, 0, 0, 0, 0, 0] # Overrides xml specification
# - robot1: [0, 0, 0, 0, 0, 0] for robot1
# - robot2: [0, 1, 2, 0, 0, 3.14] for robot2
# Uncomment exactly one of the following blocks to set an initial pose which overrides
# the xml specification. The first block applies to all robots, the second block
# applies by name.
# pose_init: [0, 0, 0, 0, 0, 0]
# pose_init:
# robot1: [0, 0, 0, 0, 0, 0] # for robot1
# robot2: [0, 1, 2, 0, 0, 3.14] # for robot2

# joint_inits: # Initialize the joint positions
# joint1: 0
Expand Down

0 comments on commit ce9e32b

Please sign in to comment.