diff --git a/docs/leo-rover/integrations/robotic-arms/pincherx-100-mobile.mdx b/docs/leo-rover/integrations/robotic-arms/pincherx-100-mobile.mdx index 506369fa..df4bb932 100644 --- a/docs/leo-rover/integrations/robotic-arms/pincherx-100-mobile.mdx +++ b/docs/leo-rover/integrations/robotic-arms/pincherx-100-mobile.mdx @@ -536,11 +536,11 @@ cd /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