Skip to content

Commit 37998f6

Browse files
Fixed wrong app name in zephyr emulator tutorial (#222)
1 parent c3c1caf commit 37998f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • _docs/tutorials/advanced/zephyr_emulator

_docs/tutorials/advanced/zephyr_emulator/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ and `[OPTIONS]` parameters as below:
3131

3232
```bash
3333
# Configure step
34-
ros2 run micro_ros_setup configure_firmware.sh host_ping_pong --transport udp --ip 127.0.0.1 --port 8888
34+
ros2 run micro_ros_setup configure_firmware.sh ping_pong --transport udp --ip 127.0.0.1 --port 8888
3535
```
3636

3737
You can check the complete content of the `ping_pong` app

0 commit comments

Comments
 (0)