Skip to content

Commit ba3edb1

Browse files
committed
Updates
1 parent 7316044 commit ba3edb1

1 file changed

Lines changed: 8 additions & 11 deletions

File tree

  • _docs/tutorials/advanced/linux/linux_getting_started

_docs/tutorials/advanced/linux/linux_getting_started/index.md

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -246,25 +246,22 @@ Don't forget to register your app in `src/uros/micro-ROS-demos/rcl/CMakeLists.tx
246246
export_executable(my_brand_new_app)
247247
```
248248
249-
When the configuring step ends, just build the firmware:
250-
251-
```bash
252-
# Build step
253-
ros2 run micro_ros_setup build_firmware.sh
254-
```
255-
256249
## Running the micro-ROS app
257250
258251
The micro-ROS app is ready to connect to a micro-ROS-Agent and start talking with the rest of the ROS 2 world.
259252
260-
First of all, create and build a micro-ROS agent:
253+
First of all, create a micro-ROS agent:
261254
262255
```bash
263256
# Download micro-ROS-Agent packages
264257
ros2 run micro_ros_setup create_agent_ws.sh
258+
```
259+
260+
When the all client and agent packages are ready, just build them all:
265261

266-
# Build micro-ROS-Agent packages, this may take a while.
267-
colcon build --metas src
262+
```bash
263+
# Build step
264+
ros2 run micro_ros_setup build_firmware.sh
268265
source install/local_setup.bash
269266
```
270267

@@ -374,7 +371,7 @@ source install/local_setup.bash
374371
ros2 run micro_ros_demos_rcl my_brand_new_app
375372
```
376373

377-
As soon as all micro-ROS node are up and connected to the micro-ROS agent you will see them interacting:
374+
As soon as all micro-ROS nodes are up and connected to the micro-ROS agent you will see them interacting:
378375

379376
```
380377
pgarrido@pgarrido$ ros2 run micro_ros_demos_rcl my_brand_new_app

0 commit comments

Comments
 (0)