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

fix for demos for ubuntu 22 with humble #2

Closed
altineller opened this issue Mar 20, 2023 · 4 comments
Closed

fix for demos for ubuntu 22 with humble #2

altineller opened this issue Mar 20, 2023 · 4 comments

Comments

@altineller
Copy link

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

@SteveMacenski
Copy link
Member

I'm not sure I see what we can do about that w.r.t. Nav2. Are these modifications to Nav2's URDFs or to Turtlebot 3 package's? If TB3, you need to file with them. If Nav2, if you point me to where the changes are necessary, I'm happy to resolve the issue

@altineller
Copy link
Author

just modification to 1 file, warehouse.world, located at /opt/ros/humble/share/nav2_simple_commander/warehouse.world

it is not a tb3 issue, tb3 changed their layout of where they store the dae files, and the world file did not.

Best Regards,
Can

@SteveMacenski
Copy link
Member

Got it- I can do something about that. Thanks for the info.

@SteveMacenski
Copy link
Member

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

No branches or pull requests

2 participants