Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • robolab/robolab_turtlebot
  • snizefil/robolab_turtlebot
2 results
Show changes
Commits on Source (5)
......@@ -9,6 +9,14 @@ In addition to the Kobuki sensors, the TurtleBot 2 has a Kinect-like RGBD sensor
We have two types of RGBD sensors, the first one is the Intel RealSense (turtle03-7) and the second is the Orbex Astra (turtle01-2).
Note that both the size of the image and its quality differ, the Astra has higher resolution and better quality.
## Acknowledgment
Preparation of the course materials was partially supported by:
<table align="center"><tr><td align="center" width="9999">
<img src="fig/NPO-publicity-logo_crop.png" align="center" width="60%" alt="Project icon">
</td></tr></table>
## Installation
- For majority of courses the installation is not needed, the package is already installed in the singularity container.
......
fig/NPO-publicity-logo_crop.png

63.5 KiB

......@@ -2,5 +2,9 @@
<param name="turtlebot_camera" value="d435" />
<include file="$(find robolab_turtlebot)/launch/bringup.launch"/>
<include file="$(find realsense2_camera)/launch/rs_rgbd.launch">
<arg name="depth_width" value="640"/>
<arg name="depth_height" value="480"/>
<arg name="color_width" value="640"/>
<arg name="color_height" value="480"/>
</include>
</launch>