You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am working with the master branch in ROS Noetic, installation was successful. I have also updated the firmware of my gps to 'v2.4.20' as requested. However, I'm having some issues when try to connect to the piksi multi. Specifically, I'm running:
Hmm... My first guess would have been the baud rate, also because the device setting is serial:///dev/ttyUSB0@115200 while the write response is Did not receive write response uart1.baudrate.230400. But if you checked and you connect via SwiftConsole, I guess they match.
Did you try to just start rover.launch or base.launch to see if it is connecting correctly and outputting any messages, like hearbeat?
Thanks for the response. Yes, I have tried rover.launch but I also was not able to connect via serial. Nevertheless, I was able to connect using micro-usb, I was wondering if it is an issue with serial communication. In #228 they reported a similar problem with serial communication. I have also tried different firmware versions, including the last one, and micro-usb always work, but serial never worked for me.
Hi,
I am working with the master branch in ROS Noetic, installation was successful. I have also updated the firmware of my gps to 'v2.4.20' as requested. However, I'm having some issues when try to connect to the piksi multi. Specifically, I'm running:
and I'm receiving as output:
This error goes for all the values in the
config_rover_2_4_20.ini
file.I have tried increasing the
kSleepMs
in thesettings_io.cc
before and after reading and writing the message, but no changes.Serial port and baud rate are ok since I'm able to connect using the swift console.
Do you have some thoughts on what could be the issue here?
Thanks!
The text was updated successfully, but these errors were encountered: