Skip to content

DAE native materials are overridden by URDF #74

Description

@radcli14

Describe the problem you got

openarm_v20_emit_link hardcodes a flat placeholder color on every link, overriding each mesh’s own real materials.

<material name="${link_name}_material">
<color rgba="0.752941176470588 0.752941176470588 0.752941176470588 1" />
</material>

This causes every link <visual> to render as plain gray, instead of inheriting the color that is embedded in the DAE.

Suggested fix: either remove the block from openarm_v20_emit_link entirely (matching v1.0’s already-correct behavior), or thread a real per-link color through from config/arm/link/visuals.yaml (which has no color field today) if an explicit override is actually wanted.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions