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
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
curl
wget
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
The text was updated successfully, but these errors were encountered:
See #3983, which should fix this.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
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:
When running this on Windows, it results in an "Empty reply from server" error.
The issues is using both
curl
andwget
in the same commandPlease 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
The text was updated successfully, but these errors were encountered: