Skip to content

Commit 3e42b65

Browse files
Tomas BacaTomas Baca
authored andcommitted
added sensors, ouster
1 parent 276e89d commit 3e42b65

File tree

2 files changed

+43
-0
lines changed

2 files changed

+43
-0
lines changed

docs/75-sensors/01-ouster.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
title: Ouster
3+
pagination_label: Ouster
4+
description: Ouster
5+
---
6+
7+
:::warning
8+
This page is describing the upcomming ROS2 version of the MRS UAV System (however, it may be still outdated). If you are looking for ROS1 version of the docs, follow to https://ctu-mrs.github.io/docs/1.5.0/introduction/.
9+
:::
10+
11+
# Ouster
12+
13+
## Installation
14+
15+
The Ouster driver is part of the full installation of the MRS UAV System.
16+
If you are still missing it, run
17+
```bash
18+
sudo apt install ros-jazzy-ouster-ros
19+
```
20+
21+
## Startup
22+
23+
```bash
24+
ros2 launch ouster_ros sensor.composite.launch.py sensor_hostname:=10.10.20.90 udp_dest:=192.168.69.101
25+
```
26+
27+
- the **udp_dest** parameter is the IP address (hostname) of the drone's computer
28+
- the **sensor_hostname** is the IP address (hostname) of the sensor

docs/75-sensors/index.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
title: Sensors
3+
pagination_label: How to work with sensors
4+
description: How to work with sensors
5+
---
6+
7+
:::warning
8+
This page is describing the upcomming ROS2 version of the MRS UAV System (however, it may be still outdated). If you are looking for ROS1 version of the docs, follow to https://ctu-mrs.github.io/docs/1.5.0/introduction/.
9+
:::
10+
11+
# How to work with sensors
12+
13+
import DocCardList from '@theme/DocCardList';
14+
15+
<DocCardList />

0 commit comments

Comments
 (0)