Skip to content

Commit

Permalink
Add live screenshot
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-fan committed Apr 14, 2020
1 parent d86115f commit ded4bc7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
# d435_orb_slam

ROS package for running [orb_slam_2_ros](https://github.com/appliedAI-Initiative/orb_slam_2_ros) with a Realsense D435 RGBD camera.

Consists of a launch file to start the camera driver and orb slam node, and the following instructions for how to set it up.
ROS package for running [orb_slam_2_ros](https://github.com/appliedAI-Initiative/orb_slam_2_ros) with a [Realsense D435 RGBD camera](https://www.intelrealsense.com/depth-camera-d435/s).

Launch files are provided for both stereo and rgbd slam modes. (`slam_stereo.launch` and `slam_rgbd.launch` respectively).
Stereo mode is recommended as it seems to perform much better than rgbd mode - it looks like the depth estimates are too noisy in rgbd mode.
Stereo mode is recommended as it seems to perform much better than rgbd mode - feature depth estimates in rgbd mode appear very noisy (at least with the current configuration).

![screenshot](./doc/slam_screenshot.png)

**Figure**: screenshot of orb slam in action.

### Setup:
```{bash}
Expand Down
Binary file added doc/slam_screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ded4bc7

Please sign in to comment.