Skip to content

Tidy up comau_core_launch.py script #2

Description

@abdullah-ukaea

Lines 64-66 are not doing anything

`

Get robot URDF via xacro

robot_description_content = Command([
    PathJoinSubstitution([FindExecutable(name="xacro")]),
    " ",
    PathJoinSubstitution([
        robot_package,
        "urdf",
        [robot_type,'.urdf.xacro']
    ]),
    " ",
    "hardware_type:=",
    "crcopen",
])

`

This was left over from when we would switch between coppeliasim and real hardware not needed for public release.

Can we clean this up?

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

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions