Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/how_to_crisp.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ This will display a list of available controllers and their state:
cartesian_impedance_controller: inactive
gravity_compensation: inactive
joint_state_broadcaster: active
pose_broadcaster: active
state_broadcaster: active
joint_trajectory_controller: active
```

Expand All @@ -56,7 +56,7 @@ If you list the available controllers again you will see:
cartesian_impedance_controller: active
gravity_compensation: inactive
joint_state_broadcaster: active
pose_broadcaster: active
state_broadcaster: active
joint_trajectory_controller: inactive
```

Expand Down