File tree Expand file tree Collapse file tree
_docs/tutorials/advanced/linux/linux_getting_started Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -246,25 +246,22 @@ Don't forget to register your app in `src/uros/micro-ROS-demos/rcl/CMakeLists.tx
246246export_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
258251The 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
264257ros2 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
268265source install/local_setup.bash
269266```
270267
@@ -374,7 +371,7 @@ source install/local_setup.bash
374371ros2 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```
380377pgarrido@pgarrido$ ros2 run micro_ros_demos_rcl my_brand_new_app
You can’t perform that action at this time.
0 commit comments