Skip to content

Commit

Permalink
Fix language highlight in Pincher tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
Krzemien97 committed Apr 23, 2024
1 parent 22f945f commit 1c352d9
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -536,11 +536,11 @@ cd <path_to_your_ros_workspace>/src/interbotix_ros_manipulators/interbotix_ros_x
The `bartender.py` demo performs some pick, pour and place operations. To run
it, first, open the file in a text editor and search for this line:

```bash
bot = InterbotixManipulatorXS("wx250", "arm", "gripper")
```python
bot = InterbotixManipulatorXS("wx250s", "arm", "gripper")
```

Change `wx250` to `mobile_px100` and then, type on the terminal:
Change `wx250s` to `mobile_px100` and then, type on the terminal:

```bash
python bartender.py
Expand Down

0 comments on commit 1c352d9

Please sign in to comment.