Skip to content

fix for demos for ubuntu 22 with humble #2

@altineller

Description

@altineller

Running 'ros2 launch nav2_simple_commander nav_to_pose_example_launch.py' causes gazebo to black out for a long time, and when gazebo becomes available the robot is missing, but functioning, which means only the dae files for visuals are not loaded correctly.

I have changed the following lines from turtlebot3_waffle to:

          <uri>model://turtlebot3_common/meshes/waffle_base.dae</uri>
          <uri>model://turtlebot3_common/meshes/lds.dae</uri>
          <uri>model://turtlebot3_common/meshes/tire.dae</uri>
          <uri>model://turtlebot3_common/meshes/tire.dae</uri>

and now all the demos are working, with turtlebot showing in simulation.

I have peeked over to turtlebot3_waffle/meshes/.. and found out there are no mesh files, but the dae files are contained in the turtlebot3_common/meshes directory.

Best Regards,
Can

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions