-
Notifications
You must be signed in to change notification settings - Fork 395
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TCP connection to zed-f9p using ublox ros #123
Comments
Hi everybody. The board has only one serial port, and to communicate with the gps, only one app can do it at the same time. This means, that, or I communicate to receive the gps data with no rtk correction, or I communicate to send ntrip correction, and then I cannot communicate to receive the fix gps data.... My idea is to use str2str AP from RTKLIB, to send to the gps the ntrip correction, and at the same time, str2str sends the gps information to a tcp port. To test that this is working fine, I start gpsd and connects it to the tcp stream, and it works fine. The issue is, that I want to use this ublox software to provide ROS gps signal to my rover, but I have tried different configurations to receive this tcp signal, and I always receive the same error: started roslaunch server http://macubuntu:39783/ SUMMARYCLEAR PARAMETERS
PARAMETERS
NODES ROS_MASTER_URI=http://localhost:11311 process[ublox-1]: started with pid [5837] I have tried different yaml specifications, always with the same error.... Thanks !!!!!!!!!!!!!!!!! |
I currently face the same problem. Did you find a solution to this? |
Hi everyone!
|
It just worked for me, but I can't explain why... only change in code I noticed was to use quotes on the UDP path. device: "udp://192.168.0.1:5555" |
I am working with /dev/ttylACM0 I am still getting the error |
Anyone found the solution to this issue? |
Did anyone found it? |
No description provided.
The text was updated successfully, but these errors were encountered: