o3de / o3de-extras

Other
61 stars 63 forks source link

Improve URDF importer UX #148

Closed adamdbrw closed 1 year ago

adamdbrw commented 2 years ago

Is your feature request related to a problem? Please describe. Importer is currently in a very basic state in terms of user experience. We would like to improve user experience when importing robots.

Describe the solution you'd like

Describe alternatives you've considered Importing URDFs automatically. This, however, poses multiple problems since we would like user to be aware of domain mapping issues as well as some heuristic choices we have made during the import (such as deducing drive type and populating vehicle dynamics components based on wheels).

Additional context Create subtask for each item when starting to work on it with this task as a meta-issue. Create issues also for tasks which will be outside of milestone 2 - they will be handled with lower priority.

adamdbrw commented 2 years ago

After import, a summary and a checklist appears (with links to User Guide): The URDF for was imported successfully. A prefab has been created in .

michalpelka commented 1 year ago

A lot of work was done in o3de/o3de-ros2-gem#297 .

michalpelka commented 1 year ago

Heuristic checks are needed

adamdbrw commented 1 year ago

The issue is resolved. The heuristics could be handled separately and designed first.