We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
the scout robot description scout_v2.xacro
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.
/scout_ros2/scout_description/meshes/scout_v2/XXX.dae
/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.
.xacro
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
the scout robot description
scout_v2.xacro
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.The text was updated successfully, but these errors were encountered: