Skip to content

Commit

Permalink
README.md fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aaryanmurgunde committed Aug 9, 2023
1 parent 378da24 commit 936b66d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ roslaunch scara_arm robot_bringup.launch interface:=hardware
- `vacuum` : Attach Vacuum Suction Gripper
- `two_finger` : Attach Two Finger Gripper
```bash
roslaunch scara_arm robot_bringup.launch interface:=hardware gripper:=vacuum
roslaunch scara_arm robot_bringup.launch interface:=hardware gripper_type:=vacuum
```

3. `pipeline` types: Planning Pipelines for the arm
Expand All @@ -75,7 +75,7 @@ roslaunch scara_arm robot_bringup.launch interface:=hardware gripper:=vacuum
- `chomp_stomp` : STOMP as a post-processor for CHOMP
- `stomp_chomp` : CHOMP as a post-processor for STOMP
```bash
roslaunch scara_arm robot_bringup.launch interface:=hardware gripper:=vacuum pipeline:=chomp
roslaunch scara_arm robot_bringup.launch interface:=hardware gripper_type:=vacuum pipeline:=chomp
```

# Theory on Planners
Expand Down

0 comments on commit 936b66d

Please sign in to comment.