Skip to content

Commit a5c8feb

Browse files
committed
readme added
1 parent 435dcd9 commit a5c8feb

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

microros_stm32f4_disco_extensions/README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,17 +37,17 @@ source install/local_setup.bash
3737
### Run and Connect Device
3838
Start the Micro-ROS Agent, remember to reset the microcontroller to establish connection with the agent
3939
```
40-
ros2 run micro_ros_agent micro_ros_agent serial --dev [device]
40+
ros2 run micro_ros_agent micro_ros_agent serial --dev <device>
4141
```
42-
where `[device]` is likely `/dev/ttyUSB0` or you can try `dmesg |grep tty`
42+
In my case device is `/dev/ttyUSB0` or you can try `dmesg |grep tty` to find the correct device
4343

4444
You should see the following
4545
```
4646
[1596701204.291016] info | TermiosAgentLinux.cpp | init | running... | fd: 3
4747
[1596701205.760299] info | Root.cpp | create_client | create | client_key: 0xF005BA11, session_id: 0x81
4848
[1596701205.760416] info | SessionManager.hpp | establish_session | session established | client_key: 0x4026907153, address: 1
4949
```
50-
You can also `-v6` add the end of the line for debugging
50+
You can also add `-v6`the end of the line for debugging
5151
### Monitor messages
5252
In a new terminal
5353
```
@@ -56,4 +56,3 @@ cd uros_ws
5656
ros2 topic list
5757
```
5858
As per the app you are running you will get the topics related to them
59-
```

0 commit comments

Comments
 (0)