Skip to content

Commit eb8f965

Browse files
pablogs9Julián Bermúdez Ortega
andauthored
Update _docs/tutorials/advanced/zephyr/zephyr_getting_started/index.md
Co-Authored-By: Julián Bermúdez Ortega <julianbermudez@eprosima.com>
1 parent 4947fd5 commit eb8f965

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

  • _docs/tutorials/advanced/zephyr/zephyr_getting_started

_docs/tutorials/advanced/zephyr/zephyr_getting_started/index.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,11 @@ popd
7979

8080
You will also need some other Zephyr related files: a `CMakeLists.txt` in order to define the building process and a `prj.conf` where Zephyr is configured. You have these two files [here](https://github.com/micro-ROS/zephyr_apps/tree/dashing/apps/ping_pong), for now it is ok to copy them.
8181

82-
For this example we are going to create a ping pong app where a node sends a ping package with a unique identifier using a publisher and the same package is received by a pong subscriber. The node will also answer to pings received from other nodes with a pong message:
82+
```bash
83+
pushd firware/zephyr_apps/apps
84+
wget https://raw.githubusercontent.com/micro-ROS/zephyr_apps/dashing/apps/ping_pong/CMakeLists.txt
85+
wget https://raw.githubusercontent.com/micro-ROS/zephyr_apps/dashing/apps/ping_pong/prj.conf
86+
popd
8387

8488
![pingpong](http://www.plantuml.com/plantuml/png/ZOwnIWGn48RxFCNFzSkoUG2vqce5jHEHi1dtWZkPa6GByNntavZY10yknMJu-ORlFwPiOjvvK-d3-M2YOR1uMKvHc93ZJafvoMML07d7h1NAE-DPWblg_na8vnwEx9OeZmzFOt1-BK7AzetJciPxCfRYVw1S0SbRLBEg1IpXPIvpUWLCmZpXIm6BS3addt7uQpu0ZQlxT1MK2r0g-7sfqbsbRrVfMrMwgbev3CDTlsqJGtJhATUmSMrMg5TKwaZUxfcttuMt7m00)
8589

0 commit comments

Comments
 (0)