iRobotEducation / create3_sim

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

Use package:// to reference meshes #168

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