Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
# Intel RealSense Gazebo ROS plugin

This package is a Gazebo ROS plugin for the Intel D435 realsense camera, to add it in the [REEM-C](http://wiki.ros.org/Robots/REEM-C)
Gazebo simulation.
This package is a Gazebo ROS plugin for the Intel D435 realsense camera.

## Acknowledgement

This is a continuation of work done by [SyrianSpock](https://github.com/SyrianSpock) for a Gazebo ROS plugin with RS200 camera.

This package also includes the work developed by Intel Corporation with the ROS model fo the [D435](https://github.com/intel-ros/realsense) camera.
This package also includes the work developed by Intel Corporation with the ROS model fo the [D435](https://github.com/intel-ros/realsense) camera.
2 changes: 1 addition & 1 deletion package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

<export>
<gazebo_ros
plugin_path="${prefix}/lib"
plugin_path="$(dirname $(catkin_find --first-only librealsense_gazebo_plugin.so))"
gazebo_media_path="${prefix}"
gazebo_model_path="${prefix}/models"
/>
Expand Down