Skip to content

Commit d43068e

Browse files
committed
make minor fixes to post entry
1 parent 1572582 commit d43068e

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

_posts/2019-06-03-micro-ROS_temperature_publisher_demo.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
2-
title: micro-ROS temperature publisher demo release.
2+
title: micro-ROS temperature publisher demo release
33
author: jfm92
44
---
55

6-
This demo shows a use case in which one micro-ROS client publish temperature value from a sensor using a micro-ROS bridge as a gateway to ROS2.
7-
To run this demo we will use an Olimex-STM32-E407 board with an HIH6130 temperature/humidity sensor and Raspberry Pi which works as a bridge.
8-
The Olimex board runs a micro-ROS client, in this client we will bring-up a node and a topic, and it will publish the measured value of the sensor.
9-
At the same time, the Olimex board is connected by serial to Raspberry Pi, which is running a micro-ROS agent. This micro-ROS agent will act as a gateway with the ROS2 world publishing this topic and making it visible from any device which runs ROS2 in the same network.
6+
This demo shows a use case in which one micro-ROS client publishes temperature value from a sensor using a micro-ROS bridge as a gateway to ROS2.
7+
To run this demo, we will use an Olimex-STM32-E407 board with an HIH6130 temperature/humidity sensor and Raspberry Pi which works as a bridge.
8+
The Olimex board runs a micro-ROS client, in this client, we will bring-up a node and a topic, and it will publish the measured value of the sensor.
9+
At the same time, the Olimex board is connected by serial to a Raspberry Pi, which is running a micro-ROS agent. This micro-ROS agent will act as a gateway to the ROS2 world, publishing this topic and making it visible from any device which runs ROS2 in the same network.
1010

1111
The next video shows this demo running.
1212

0 commit comments

Comments
 (0)