Skip to content

Commit 3a07486

Browse files
author
Tim
committed
update readme
1 parent 02a6909 commit 3a07486

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

README.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,13 @@ A Python client library for interacting with [I2RT](https://i2rt.com/) products,
1515

1616
We are continuously expanding our collection of examples with detailed documentation under [`examples/`](./examples). These examples are designed to help you get started quickly and demonstrate common use cases.
1717

18-
## Available Examples
19-
20-
### [Bimanual Lead Follower](./examples/bimanual_lead_follower/README.md)
21-
Demonstrates coordinated control of two robotic arms in a leader-follower configuration.
18+
## Examples
2219

23-
### [Record Replay Trajectory](./examples/record_replay_trajectory/README.md)
24-
Shows how to record and replay robotic trajectories for automation and testing.
20+
Quick-start demos available under [`examples/`](./examples):
2521

26-
### [Single Motor Position PD Control](./examples/single_motor_position_pd_control/README.md)
27-
Basic position control implementation using PD controller for single motor operations.
22+
- [Bimanual Lead Follower](./examples/bimanual_lead_follower/README.md) — coordinated dual-arm control
23+
- [Record Replay Trajectory](./examples/record_replay_trajectory/README.md) — record & replay motions
24+
- [Single Motor PD Control](./examples/single_motor_position_pd_control/README.md) — basic motor PD
2825

2926
## Contributing
3027

0 commit comments

Comments
 (0)