ExportURDF
ExportURDF copied to clipboard
Scripts to convert CAD to URDF files.
ExportURDF
ExportURDF is a unified URDF converter library for CAD programs, primarily targeting Fusion360, OnShape, and Solidworks. The library aims to provide central, maintainable location for scripts to convert CAD models to URDF files, which are commonly used in robotics and simulation.
Supported CAD Programs
Currently, the library supports Fusion360 and OnShape is actively in the works. However, work is still fresh to add support for SolidWorks and other CAD programs.
Roadmap
- Fusion360 support
- OnShape support
- SolidWorks support
- Unit tests
- Linting
- Tutorials/Docs
Other potential features:
- Support for other CAD platforms
- Materials integration
- SDF tools integration
- ROS 2 package generator from URDF
Current TODOs
- Tests for roll, pitch, yaw rotation of parts.
- Subassembly support.
- Rigid groups in Fusion360.
Getting Started
To get started with the library, follow these steps:
- Clone the repository:
git clone https://github.com/daviddorf2023/ExportURDF.git - Follow the instructions in the respective directories for Fusion360 and OnShape to install the required dependencies and run the converter scripts.
Contributing
Contributions are welcome!
License
This project is licensed under the MIT License.