ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
What?
just now it started working like the way I thought it to..
Well in the package.xml you need:
<run_depend>gazebo_ros</run_depend>
<export>
<gazebo_ros gazebo_media_path="${prefix}"/>
</export>
2 | No.2 Revision |
What?
just now it started working like the way I thought it to..
Well in the package.xml you need:
<run_depend>gazebo_ros</run_depend>
<export>
<export>
<gazebo_ros gazebo_media_path="${prefix}"/>
</export>
<gazebo_ros gazebo_media_path="${prefix}"/> and the folder structure is like this:
</export>
3 | No.3 Revision |
What?
just now it started working like the way I thought it to..
Well in the package.xml you need:
<run_depend>gazebo_ros</run_depend>
<export>
<gazebo_ros gazebo_media_path="${prefix}"/>
</export>
and the folder structure is like this:
in the xacro file:
<gazebo reference="link">
<material>YourMaterial</material>
</gazebo>
4 | No.4 Revision |
What?
just now it started working like the way I thought it to..
Well in the package.xml you need:
<run_depend>gazebo_ros</run_depend>
<export>
<gazebo_ros gazebo_media_path="${prefix}"/>
</export>
and the folder structure is like this:
in the xacro file:
<gazebo reference="link">
<material>YourMaterial</material>
</gazebo>
I guess in the process I changed the folder structure multiple times, maybe I first missed the media folder.