Skip to content

Commit

Permalink
Fix examples/ links
Browse files Browse the repository at this point in the history
  • Loading branch information
stephane-caron committed Sep 26, 2022
1 parent 33d55b4 commit 51a6448
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,18 +104,18 @@ If task targets are continuously updated there will be no stationary solution to

Pink works with all kinds of robot morphologies:

* Arm: [Kinova Gen2](https://github.com/tasts-robots/pink/examples/arm_kinova_gen2.py)
* Humanoid: [JVRC-1](https://github.com/tasts-robots/pink/examples/humanoid_jvrc.py)
* Wheeled biped: [Upkie](https://github.com/tasts-robots/pink/examples/wheeled_biped_upkie.py)
* Arm: [Kinova Gen2](https://github.com/tasts-robots/pink/blob/master/examples/arm_kinova_gen2.py)
* Humanoid: [JVRC-1](https://github.com/tasts-robots/pink/blob/master/examples/humanoid_jvrc.py)
* Wheeled biped: [Upkie](https://github.com/tasts-robots/pink/blob/master/examples/wheeled_biped_upkie.py)

Basic examples are the best to get started:

* [Double pendulum](https://github.com/tasts-robots/pink/examples/double_pendulum.py)
* [Loading a custom URDF](https://github.com/tasts-robots/pink/examples/load_custom_urdf.py)
* [Visualization in MeshCat](https://github.com/tasts-robots/pink/examples/visualize_in_meshcat.py)
* [Visualization in yourdfpy](https://github.com/tasts-robots/pink/examples/visualize_in_yourdfpy.py)
* [Double pendulum](https://github.com/tasts-robots/pink/blob/master/examples/double_pendulum.py)
* [Loading a custom URDF](https://github.com/tasts-robots/pink/blob/master/examples/load_custom_urdf.py)
* [Visualization in MeshCat](https://github.com/tasts-robots/pink/blob/master/examples/visualize_in_meshcat.py)
* [Visualization in yourdfpy](https://github.com/tasts-robots/pink/blob/master/examples/visualize_in_yourdfpy.py)

Check out the [examples](https://github.com/tasts-robots/pink/examples) folder for more.
Check out the [examples](https://github.com/tasts-robots/pink/tree/master/examples) folder for more.

## History

Expand Down

0 comments on commit 51a6448

Please sign in to comment.