We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Apologies for this NOOB question, but how can I properly set the right parameters for the NTRIP client in ROS2?
I'm currently using the NTRIP client of RTKLIB (https://github.com/rtklibexplorer/RTKLIB.git), this is my command that works:
./str2str -in ntrip://guest:[email protected]:80/CQ-UBLOX -out serial://ttyACM0:230400
This is the format: ntrip://[username]:[password]@[host]:[port]/[mountpoint]
Somehow this seems not to work:
ros2 launch ntrip_client ntrip_client_launch.py host:='160.16.134.72' port:=80 mountpoint:='CQ-UBLOX' authenticate:=True username:='guest' password:='guest' debug:=True
And don't I need to specify the output (-out message in the RTKLIB version) when using your NTRIP client?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Apologies for this NOOB question, but how can I properly set the right parameters for the NTRIP client in ROS2?
I'm currently using the NTRIP client of RTKLIB (https://github.com/rtklibexplorer/RTKLIB.git), this is my command that works:
This is the format: ntrip://[username]:[password]@[host]:[port]/[mountpoint]
Somehow this seems not to work:
And don't I need to specify the output (-out message in the RTKLIB version) when using your NTRIP client?
The text was updated successfully, but these errors were encountered: