You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _docs/tutorials/advanced/freertos/freertos_getting_started/index.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,11 +68,11 @@ micro-ROS apps for Olimex + FreeRTOS are located at `firmware/freertos_apps/apps
68
68
69
69
```bash
70
70
# Creating a new app
71
-
cd firmware/freertos_apps/apps
71
+
pushd firmware/freertos_apps/apps
72
72
mkdir my_brand_new_app
73
73
cd my_brand_new_app
74
74
touch app.c app-colcon.meta
75
-
cd ../../../
75
+
popd
76
76
```
77
77
78
78
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