-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
fixed missed installation of the .yaml parameters file #4272
Conversation
In the section "2.2 Loading parameters from YAML file", it was missing the necessity of installing the .yaml file. I tested what is written in C++ Signed-off-by: AlessandroMelone <[email protected]>
source/Tutorials/Intermediate/Launch/Using-ROS2-Launch-For-Large-Projects.rst
Outdated
Show resolved
Hide resolved
source/Tutorials/Intermediate/Launch/Using-ROS2-Launch-For-Large-Projects.rst
Outdated
Show resolved
Hide resolved
source/Tutorials/Intermediate/Launch/Using-ROS2-Launch-For-Large-Projects.rst
Outdated
Show resolved
Hide resolved
…ge-Projects.rst added empty line before the code-block Co-authored-by: Alejandro Hernández Cordero <[email protected]> Signed-off-by: AlessandroMelone <[email protected]>
…ge-Projects.rst added empty line before the code-block Co-authored-by: Alejandro Hernández Cordero <[email protected]> Signed-off-by: AlessandroMelone <[email protected]>
removed empty line as suggested by ahcorde Signed-off-by: AlessandroMelone <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One more comment
source/Tutorials/Intermediate/Launch/Using-ROS2-Launch-For-Large-Projects.rst
Outdated
Show resolved
Hide resolved
…ge-Projects.rst Co-authored-by: Alejandro Hernández Cordero <[email protected]> Signed-off-by: AlessandroMelone <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm with code-block
category fix.
source/Tutorials/Intermediate/Launch/Using-ROS2-Launch-For-Large-Projects.rst
Outdated
Show resolved
Hide resolved
source/Tutorials/Intermediate/Launch/Using-ROS2-Launch-For-Large-Projects.rst
Outdated
Show resolved
Hide resolved
…ge-Projects.rst Co-authored-by: Tomoya Fujita <[email protected]> Signed-off-by: AlessandroMelone <[email protected]>
…ge-Projects.rst Co-authored-by: Tomoya Fujita <[email protected]> Signed-off-by: AlessandroMelone <[email protected]>
source/Tutorials/Intermediate/Launch/Using-ROS2-Launch-For-Large-Projects.rst
Outdated
Show resolved
Hide resolved
Signed-off-by: AlessandroMelone <[email protected]>
source/Tutorials/Intermediate/Launch/Using-ROS2-Launch-For-Large-Projects.rst
Outdated
Show resolved
Hide resolved
@AlessandroMelone thanks i have one comment, once it is resolved i will approve and check the html. |
@AlessandroMelone Friendly ping to deal with @fujitatomoya's latest comments. |
…ge-Projects.rst Co-authored-by: Tomoya Fujita <[email protected]> Signed-off-by: AlessandroMelone <[email protected]>
@clalancette I accepted @fujitatomoya changes. Let me know if there is something else to do. Thank you |
@clalancette Friendly ping for review. |
So I believe that this was actually obsoleted by #4454 . So I'm going to go ahead and close this, but feel free to reopen if you disagree. |
In the section "2.2 Loading parameters from YAML file", it was missing the necessity of installing the .yaml file. Missing that step, I was not generating the .yaml file in the /install folder, and therefore getting a runtime error.
I tested what is written in C++.
I was able to understand the solution to my problem thanks to this guide https://roboticsbackend.com/ros2-yaml-params/