Skip to content

Commit

Permalink
fix: Updated included launch name in plane decomposition launch
Browse files Browse the repository at this point in the history
  • Loading branch information
Divelix committed Feb 1, 2024
1 parent 6ad5936 commit 99bf682
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@

[Documentation](https://leggedrobotics.github.io/elevation_mapping_cupy/)


## Overview

The Elevaton Mapping CuPy software package represents an advancement in robotic navigation and locomotion.
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](docs/media/main_repo.png)
Expand Down Expand Up @@ -38,6 +37,7 @@ layers of the map. Finally the map can be post-processed with various custom plu
external components (e.g. line detection).

## Citing

If you use the Elevation Mapping CuPy, please cite the following paper:
Elevation Mapping for Locomotion and Navigation using GPU

Expand Down Expand Up @@ -71,7 +71,7 @@ Gian Erni, Jonas Frey, Takahiro Miki, Matias Mattamala, Marco Hutter
}
```

## Quick instructions to run:
## Quick instructions to run

### Installation

Expand All @@ -87,27 +87,28 @@ Then install dependencies.
You can also use docker which already install all dependencies.
When you run the script it should pull the image.


```zsh
cd docker
./run.sh
```

You can also build locally by running `build.sh`.
You can also build locally by running `build.sh`, but in this case change `IMAGE_NAME` in `run.sh` to `elevation_mapping_cupy:latest`.

For more information, check [Document](https://leggedrobotics.github.io/elevation_mapping_cupy/getting_started/installation.html)

### Build package

Inside docker container.

```zsh
cd $HOME/catkin_ws
catkin build elevation_mapping_cupy
catkin build convex_plane_decomposition_ros # If you want to use plane segmentation
catkin build semantic_sensor # If you want to use semantic sensors
```

### Run turtlebot example.
### Run turtlebot example

![Elevation map examples](docs/media/turtlebot.png)

```bash
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<launch>

<!-- Launch elevation mapping turtle sim. -->
<include file="$(find elevation_mapping_cupy)/launch/turtlesim_example.launch">
<include file="$(find elevation_mapping_cupy)/launch/turtlesim_simple_example.launch">
<arg name="rviz_config" value="$(find elevation_mapping_cupy)/rviz/turtle_segmentation_example.rviz"/>
</include>

Expand Down

0 comments on commit 99bf682

Please sign in to comment.