Skip to content

Simple xacro doesn't seem to work #51

Open
@kevin-thankyou-lin

Description

@kevin-thankyou-lin

Hi, thanks for the great package!

For some reason, this simple xacro, named test.urdf.xacro, doesn't show anything in jupyter lab:

<?xml version="1.0"? >
<robot xmlns:xacro="http://www.ros.org/wiki/xacro">
  <link name="base_link">
    <visual>
      <geometry>
        <box size="1 1 1" />
      </geometry>
    </visual>
  </link>
</robot>

However, I'm able to view the .xacro in the examples/ repo.

What might be the cause?

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingquestionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions