File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
microros_stm32f4_disco_extensions Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -37,17 +37,17 @@ source install/local_setup.bash
37
37
### Run and Connect Device
38
38
Start the Micro-ROS Agent, remember to reset the microcontroller to establish connection with the agent
39
39
```
40
- ros2 run micro_ros_agent micro_ros_agent serial --dev [ device]
40
+ ros2 run micro_ros_agent micro_ros_agent serial --dev < device>
41
41
```
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
43
43
44
44
You should see the following
45
45
```
46
46
[1596701204.291016] info | TermiosAgentLinux.cpp | init | running... | fd: 3
47
47
[1596701205.760299] info | Root.cpp | create_client | create | client_key: 0xF005BA11, session_id: 0x81
48
48
[1596701205.760416] info | SessionManager.hpp | establish_session | session established | client_key: 0x4026907153, address: 1
49
49
```
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
51
51
### Monitor messages
52
52
In a new terminal
53
53
```
@@ -56,4 +56,3 @@ cd uros_ws
56
56
ros2 topic list
57
57
```
58
58
As per the app you are running you will get the topics related to them
59
- ```
You can’t perform that action at this time.
0 commit comments