Unity-Technologies / URDF-Importer

URDF importer
Apache License 2.0
217 stars 71 forks source link

Vidur/sensor import #141

Closed vidurvij-Unity closed 2 years ago

vidurvij-Unity commented 3 years ago

Proposed change(s)

This PR adds functionality to import sensors to a robot. It includes parsing of sensor information from a URDF file and using SensorFactory from RoboticSensorsPackage to add sensors in a robot.

Useful links (GitHub issues, JIRA tickets, forum threads, etc.)

Types of change(s)

Testing and Verification

Added test that imports a robot using a sample URDF file and confirms wether the sensors have been imported.

Test Configuration:

Checklist

Other comments

vidurvij-Unity commented 2 years ago

Changes merged it previous pull request.