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

[rviz2]: Could not load resource [package://robot_description/meshes/scout_v2/XXX.dae] #17

Open
julianhund opened this issue Apr 11, 2024 · 0 comments

Comments

@julianhund
Copy link

Hi,

the scout robot description scout_v2.xacro

├── LICENSE
├── README.md
├── scout_base
├── scout_description
│   ├── CMakeLists.txt
│   ├── launch
│   │   └── scout_base_description.launch.py
│   ├── meshes
│   │   ├── base_link.dae
│   │   ├── base_link_full.dae
│   │   ├── hokuyo.dae
│   │   ├── wheel_type1.dae
│   │   └── wheel_type2.dae
│   ├── package.xml
│   └── urdf
│       ├── generate_urdf.sh
│       ├── scout_v2.urdf
│       ├── scout_v2.xacro
│       ├── scout_wheel_type1.xacro
│       └── scout_wheel_type2.xacro
└── scout_msgs

links to files /scout_ros2/scout_description/meshes/scout_v2/XXX.dae where the files are actually in /scout_ros2/scout_description/meshes/XXX.dae.

To fix the bug you will have to either change the .xacro to reflect the correct path OR copy the files into the respective directory. Please fix.

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

No branches or pull requests

1 participant