Skip to content

Commit

Permalink
Add link to MATLAB's URDF primer (#3)
Browse files Browse the repository at this point in the history
* Add link to MATLAB's URDF primer

* Corrected the description in the **_Community_** section

Co-authored-by: Fabio Di Natale <[email protected]>
  • Loading branch information
traversaro and fabiodinatale authored Nov 8, 2021
1 parent 47cb5f2 commit 5ec02f8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Libraries to import, export and manipulate URDF files.
- [odio_urdf](https://github.com/hauptmech/odio_urdf) - Library for building URDF files using Python. [MIT]

#### MATLAB/Simulink
- [Simscape Multibody URDF Import](https://mathworks.com/help/physmod/sm/ug/urdf-import.html) - Simscape Multibody is the Multibody simulation environment of MATLAB, that supports importing URDFs. [Commercial]
- [Simscape Multibody URDF Import](https://mathworks.com/help/physmod/sm/ug/urdf-import.html) - Simscape Multibody is the Multibody simulation environment of MATLAB, that supports importing URDFs. MATLAB docs contain also a useful [URDF primer](https://mathworks.com/help/physmod/sm/ug/urdf-model-import.html) documentation. [Commercial]

#### Rust
- [urdf-rs](https://github.com/openrr/urdf-rs) - URDF parser using [serde-xml-rs](https://github.com/RReverser/serde-xml-rs) for Rust. [APACHE2]
Expand All @@ -53,9 +53,9 @@ Libraries to import, export and manipulate URDF files.

## Community

- [Robotics StackExchange](https://robotics.stackexchange.com/?tags=urdf) - Questions related to URDF in Robotics StackExchange.
- [ROS Answers](https://answers.ros.org/questions/scope%3Aall/sort%3Aactivity-desc/tags%3Aurdf/) - Questions related to URDF in Robotics StackExchange.

- [Robotics StackExchange](https://robotics.stackexchange.com/?tags=urdf) - Questions related to URDF in Robotics StackExchange.
- [ROS Answers](https://answers.ros.org/questions/scope%3Aall/sort%3Aactivity-desc/tags%3Aurdf/) - Questions related to URDF in ROS.

## Contribute

Expand Down

0 comments on commit 5ec02f8

Please sign in to comment.