Skip to content
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

Troubles in setting the right parameters #43

Open
pieterblok opened this issue Sep 2, 2023 · 0 comments
Open

Troubles in setting the right parameters #43

pieterblok opened this issue Sep 2, 2023 · 0 comments

Comments

@pieterblok
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant