Skip to content
Open
Show file tree
Hide file tree
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
10 changes: 1 addition & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,7 @@ mkdir build && cd build
cmake .. && make -j4
```

### 2. Calibrate the robot (Optional)
The joint limits and home positions can be set interactively using the calibration tool.
```bash
./lerobot_cpp_calibration /dev/ttyACM0
```


### 3. Run the Wave Example
### 2. Run the Wave Example

To build and run the provided wave example:

Expand All @@ -55,7 +48,6 @@ sudo chmod 666 /dev/ttyACM0
| `SO101_Home` | Moves the robot to the calibrated 0 radian (midpoint) position. |
| `SO101_Wave` | Performs a soft "hello" waving animation. |
| `SO101_Record` | Logs current joint positions in real-time for manual teaching. |
| `SO101_Calibration` | Interactive tool to set EEPROM offsets and mechanical limits. |

## Documentation

Expand Down
89 changes: 0 additions & 89 deletions examples/CalibrationOfs.cpp

This file was deleted.

113 changes: 0 additions & 113 deletions examples/robots/SO101_Calibration.cpp

This file was deleted.

Empty file modified examples/robots/SO101_Home.cpp
100644 → 100755
Empty file.
Loading