Skip to content

Commit

Permalink
Updated README.
Browse files Browse the repository at this point in the history
  • Loading branch information
mktk1117 committed Dec 6, 2023
1 parent 49cf422 commit fe909d1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
The Elevaton Mapping CuPy software package represents an advancement in robotic navigation and locomotion.
Integrating with the Robot Operating System (ROS) and utilizing GPU acceleration, this framework enhances point cloud registration and ray casting,
crucial for efficient and accurate robotic movement, particularly in legged robots.
![screenshot](doc/media/main_repo.png)
![screenshot](doc/media/main_mem.png)
![gif](doc/media/convex_approximation.gif)
![screenshot](docs/media/main_repo.png)
![screenshot](docs/media/main_mem.png)
![gif](docs/media/convex_approximation.gif)

## Key Features

Expand All @@ -30,7 +30,7 @@ crucial for efficient and accurate robotic movement, particularly in legged robo

## Overview

![Overview of multi-modal elevation map structure](doc/media/overview.png)
![Overview of multi-modal elevation map structure](docs/media/overview.png)

Overview of our multi-modal elevation map structure. The framework takes multi-modal images (purple) and multi-modal (blue) point clouds as
input. This data is input into the elevation map by first associating the data to the cells and then fused with different fusion algorithms into the various
Expand Down Expand Up @@ -101,7 +101,7 @@ catkin build elevation_mapping_cupy
```

### Run turtlebot example.
![Elevation map examples](doc/media/turtlebot.png)
![Elevation map examples](docs/media/turtlebot.png)

```bash
export TURTLEBOT3_MODEL=waffle
Expand Down

0 comments on commit fe909d1

Please sign in to comment.