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

Error in curl command to download example code in tf2 tutorial #3982

Closed
songyuc opened this issue Oct 25, 2023 · 1 comment · Fixed by #3983
Closed

Error in curl command to download example code in tf2 tutorial #3982

songyuc opened this issue Oct 25, 2023 · 1 comment · Fixed by #3983

Comments

@songyuc
Copy link
Contributor

songyuc commented Oct 25, 2023

The tutorial "Using Stamped Datatypes With Tf2 & Ros MessageFilter" contains an error in the curl command to download the example code file turtle_tf2_message_filter.cpp.

The command provided is:

curl -sk wget [https://raw.githubusercontent.com/ros/geometry\_tutorials/ros2/turtle\_tf2\_cpp/src/turtle\_tf2\_message\_filter.cpp](https://raw.githubusercontent.com/ros/geometry_tutorials/ros2/turtle_tf2_cpp/src/turtle_tf2_message_filter.cpp) -o turtle\_tf2\_message\_filter.cpp

When running this on Windows, it results in an "Empty reply from server" error.

The issues is using both curl and wget in the same command

Please consider updating the tutorial to fix this command so users can download the code properly.

Let me know if any other details need to be included in the issue submission.

Yucheng Song

@clalancette
Copy link
Contributor

See #3983, which should fix this.

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

Successfully merging a pull request may close this issue.

2 participants