Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RobotImporter: mirror mesh data #532

Open
jhanca-robotecai opened this issue Sep 25, 2023 · 0 comments
Open

RobotImporter: mirror mesh data #532

jhanca-robotecai opened this issue Sep 25, 2023 · 0 comments
Labels
feature/robotics This item is related to robotics. kind/feature Categorizes issue or PR as related to a new feature. priority/minor Lowest priority. Work that may be scheduled sig/simulation Categorizes an issue or PR as relevant to SIG Simulation

Comments

@jhanca-robotecai
Copy link
Contributor

jhanca-robotecai commented Sep 25, 2023

Some urdf files (e.g. Agility Robotics Digit Robot) use negative scale values in order to mirror meshes (left leg to right leg, etc.). Such robot description files cannot be successfully imported into o3de using the existing importer. As a short-term approach, a notification should be displayed to the user. Mesh mirroring component might be a desirable approach in the future.

Current message:

<12:40:40> [Warning] (Editor Non-uniform Scale Component) - SetScale value was clamped from 1.00000000,-1.00000000,1.00000000 to 1.00000000,0.01000000,1.00000000 for entity right_shoulder_yaw_visual
@jhanca-robotecai jhanca-robotecai added needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one. kind/feature Categorizes issue or PR as related to a new feature. priority/minor Lowest priority. Work that may be scheduled sig/simulation Categorizes an issue or PR as relevant to SIG Simulation feature/robotics This item is related to robotics. labels Sep 25, 2023
@adamdbrw adamdbrw removed the needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one. label Oct 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature/robotics This item is related to robotics. kind/feature Categorizes issue or PR as related to a new feature. priority/minor Lowest priority. Work that may be scheduled sig/simulation Categorizes an issue or PR as relevant to SIG Simulation
Projects
None yet
Development

No branches or pull requests

2 participants