How to Check ROS for Messages Published in Spresense-Arduino

Asked 2 years ago, Updated 2 years ago, 98 views

You are trying to edit the GNSS information receiving sketch in the Presense-Arduino sample, publish the received GNSS information as a custom message, and subscribe to another node.
However,

$rosrun rosserial_arduino serial_node.py

[INFO][1570687026.937388]: ROS Serial Python Node
INFO 1570687026.948129—Connecting to/dev/ttyUSB0 at 115200 baud
INFO [1570687029.058494]—Requesting topics...
ERROR 1570687044.060114—Unable to sync with device; Possible link problem or link software version mismatch sub-as physical_python with groovy Arduino
INFO [1570687044.061219]—Requesting topics...

I get this error.
Could you tell me how to solve this?
Thank you for your cooperation.

spresense arduino

2022-09-30 16:05

1 Answers

[ERROR][1570687044.060114]—Unable to sync with device; possible link problem or link software version mismatch as physical_python with groovy Arduino

Why don't you lower the baud rate?


2022-09-30 16:05

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.