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 example code for the client doesn't compile.
Example: result is used (L218) before it is declared (L225)
result
ros2_documentation/source/Tutorials/Beginner-Client-Libraries/Writing-A-Simple-Cpp-Service-And-Client.rst
Lines 218 to 225 in 2f740f5
I think this was somehow messed up in 6e92e0e, which, from the commit message, should only update python tutorials. @clalancette
The text was updated successfully, but these errors were encountered:
@Darkproduct thanks for creating issue, i just made #4917, it would be appreciated if you can review.
Sorry, something went wrong.
fujitatomoya
Successfully merging a pull request may close this issue.
The example code for the client doesn't compile.
Example:
result
is used (L218) before it is declared (L225)ros2_documentation/source/Tutorials/Beginner-Client-Libraries/Writing-A-Simple-Cpp-Service-And-Client.rst
Lines 218 to 225 in 2f740f5
I think this was somehow messed up in 6e92e0e, which, from the commit message, should only update python tutorials. @clalancette
The text was updated successfully, but these errors were encountered: