You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 9, 2023. It is now read-only.
Chris Mower edited this page Oct 8, 2021
·
1 revision
Sometimes the URDF file contains package://PACKAGE_NAME so the URDF parser can replace this with an absolute path for the specified ROS package. Unfortunately, Pybullet does not have this feature - since it does not currently have any integration with ROS.
You can adapt and use the following Python script to get round this issue.