We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dca04e commit 01b5782Copy full SHA for 01b5782
README.md
@@ -243,7 +243,7 @@ git clone --recursive https://github.com/mROS-base/mros2-esp32
243
244
### Change file type of source code
245
246
-You need to change filename to `main/hello_mros2.c` to `main/hello.cpp` because you will use mros2 C++ APIs.
+You need to change filename (.ext) from `main/hello_mros2.c` to `main/hello_mros2.cpp` because you will use mros2 C++ APIs.
247
248
```
249
mv main/hello_mros2.c main/hello_mros2.cpp
0 commit comments