Skip to content

Commit ff85be3

Browse files
committed
Update pushd popd
1 parent 0c1d787 commit ff85be3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • _docs/tutorials/advanced/freertos/freertos_getting_started

_docs/tutorials/advanced/freertos/freertos_getting_started/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,11 @@ micro-ROS apps for Olimex + FreeRTOS are located at `firmware/freertos_apps/apps
6868

6969
```bash
7070
# Creating a new app
71-
cd firmware/freertos_apps/apps
71+
pushd firmware/freertos_apps/apps
7272
mkdir my_brand_new_app
7373
cd my_brand_new_app
7474
touch app.c app-colcon.meta
75-
cd ../../../
75+
popd
7676
```
7777

7878
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:

0 commit comments

Comments
 (0)