iRobotEducation / create3_sim

ROS 2 Simulation for the iRobot® Create® 3 Educational Robot
BSD 3-Clause "New" or "Revised" License
110 stars 56 forks source link

Use package:// to reference meshes #167

Closed roni-kreinin closed 2 years ago

roni-kreinin commented 2 years ago

Description

Switching to package:// allows the description to be used by a remote computer as the mesh paths become relative rather than absolute.

Changes:

Type of change

How Has This Been Tested?

# Run this command
ros2 launch package launch.py

Checklist

alsora commented 2 years ago

I tested the PR and I can confirm that the long startup time is gone.