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
3737### Run and Connect Device
3838Start 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
4444You 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
5252In a new terminal
5353```
@@ -56,4 +56,3 @@ cd uros_ws
5656ros2 topic list
5757```
5858As 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