When diving a little bit more into webots and this urdf2webots parser I started wondering the following:
Why not introduce a <webots> xml tag instead of parsing the <gazebo> tags? Webots is a different simulator and also your sensor and actuator components are differently reflected in your resulting file (.proto file). Wouldn't it be easier (and more complete) to introduce a custom <webots> tag that describes the webots specific information regarding actuators and sensors?
Looking forward to your thoughts.
When diving a little bit more into
webotsand thisurdf2webotsparser I started wondering the following:Why not introduce a
<webots>xml tag instead of parsing the<gazebo>tags? Webots is a different simulator and also your sensor and actuator components are differently reflected in your resulting file (.protofile). Wouldn't it be easier (and more complete) to introduce a custom<webots>tag that describes the webots specific information regarding actuators and sensors?Looking forward to your thoughts.