NUbots / NUWebots

Environment, models, and communication for using the Webots simulation with NUbots
MIT License
7 stars 4 forks source link

Add onshape model #104

Closed Tom0Brien closed 1 year ago

Tom0Brien commented 1 year ago

This PR adds onshape generated model and the scripts to generate the URDF and proto files. Below is the current output for the .proto file in webots:

image

To generate the URDF and proto file, simply run onshape-to-robot . inside protos/robot/nugus folder with the config.json file.

URDF generation is achieved with onshape-to-robot

The generated proto has been tested and works with webots controllers such as keyboardwalk.

https://github.com/NUbots/NUWebots/assets/41043317/cdd3e414-612d-4c8e-bd1a-22261e5077a6

TODO

Improvements needed