urdf2webots icon indicating copy to clipboard operation
urdf2webots copied to clipboard

Utility to convert URDF files to Webots PROTO nodes

Results 20 urdf2webots issues
Sort by recently updated
recently updated
newest added

RViz can take use of color and texture information from the wavefront (.obj) files... ![Screenshot from 2022-02-04 21-15-15](https://user-images.githubusercontent.com/7815721/152597384-666dfe9e-c928-424d-bc88-32acf443bccd.png) ...but Webots cannot... ![Screenshot from 2022-02-04 21-12-17](https://user-images.githubusercontent.com/7815721/152597370-26663dd4-07f4-4cbc-8021-9a770561c877.png) In both cases the same...

bug
question

Unfortunately, I found out about this problem only recently. But latest version of the converter is pruning important (static/fixed) links from the URDF where sensors are attached. In this specific...

Conflicts: - tests/expected/RobotWithDummyLink.proto - tests/test_export.py - urdf2webots/importer.py - urdf2webots/parserURDF.py - urdf2webots/writeRobot.py

Hello, I created a xacro file which combines UR5e + Robotiq 2f85 gripper and automatically generated the URDF from that. I can display and move the robot and the gripper...

Add the rangefinder class that reads in a depth camera node from URDF and translates it as a rangefinder node into webots proto.

enhancement

When diving a little bit more into `webots` and this `urdf2webots` parser I started wondering the following: Why not introduce a `` xml tag instead of parsing the `` tags?...

enhancement

When generating the system in solidworks and exporting using solid2urdf it works correctly and in gazebo it does not give problems, but we want to use this robot in webots...

bug

For our application we need support for closed-loop kinematics. Unfortunately the urdf format does not support it. I could modify the generated .proto file to contain the [SolidReference](https://cyberbotics.com/doc/reference/solidreference) required to...

enhancement

The gyro needs to be child to a Node with a a Physics element. Otherwise the following warning will pop up: `WARNING: DEF Robot (PROTO) > HingeJoint > Solid >...

bug
enhancement

The issue is described here: https://github.com/cyberbotics/urdf2webots/pull/78#issuecomment-760121382

bug