-
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
Launch large project tutorial fix #4454
Launch large project tutorial fix #4454
Conversation
Hmm I think I know what went wrong. It's now written in the way that the TF2 tutorials should have gone first. But, the static broadcaster for the carrot1 is missing from the launch file.... I'm now going through the TF2 tutorials to see if I can find an good equivalent to put in the launch file. |
My bad, I accidently removed the broadcaster from carrot1 for the tutorial. Than the PR is done as is and ready for review. |
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.
Small thing to fix, then this will be good to go in. Sorry for the delay.
source/Tutorials/Intermediate/Launch/Using-ROS2-Launch-For-Large-Projects.rst
Outdated
Show resolved
Hide resolved
…ge-Projects.rst Co-authored-by: Chris Lalancette <clalancette@gmail.com> Signed-off-by: Kimberly McGuire <kimberly@bitcraze.io>
No problem! I've committed your suggestion so all good to merge :) |
@clalancette Friendly ping for one more round of review. |
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
* remove instruction that will fail, inconsistency * add rviz folder in setup.py * add warning for missing environment variable * Update source/Tutorials/Intermediate/Launch/Using-ROS2-Launch-For-Large-Projects.rst Signed-off-by: Kimberly McGuire <kimberly@bitcraze.io> Co-authored-by: Chris Lalancette <clalancette@gmail.com> (cherry picked from commit 2a9b2fc)
* remove instruction that will fail, inconsistency * add rviz folder in setup.py * add warning for missing environment variable * Update source/Tutorials/Intermediate/Launch/Using-ROS2-Launch-For-Large-Projects.rst Signed-off-by: Kimberly McGuire <kimberly@bitcraze.io> Co-authored-by: Chris Lalancette <clalancette@gmail.com> (cherry picked from commit 2a9b2fc)
* remove instruction that will fail, inconsistency * add rviz folder in setup.py * add warning for missing environment variable * Update source/Tutorials/Intermediate/Launch/Using-ROS2-Launch-For-Large-Projects.rst Signed-off-by: Kimberly McGuire <kimberly@bitcraze.io> Co-authored-by: Chris Lalancette <clalancette@gmail.com> (cherry picked from commit 2a9b2fc) # Conflicts: # source/Tutorials/Intermediate/Launch/Using-ROS2-Launch-For-Large-Projects.rst
* remove instruction that will fail, inconsistency * add rviz folder in setup.py * add warning for missing environment variable * Update source/Tutorials/Intermediate/Launch/Using-ROS2-Launch-For-Large-Projects.rst Signed-off-by: Kimberly McGuire <kimberly@bitcraze.io> Co-authored-by: Chris Lalancette <clalancette@gmail.com> (cherry picked from commit 2a9b2fc) Co-authored-by: Kimberly N. McGuire <kimberly@bitcraze.io>
* remove instruction that will fail, inconsistency * add rviz folder in setup.py * add warning for missing environment variable * Update source/Tutorials/Intermediate/Launch/Using-ROS2-Launch-For-Large-Projects.rst Signed-off-by: Kimberly McGuire <kimberly@bitcraze.io> Co-authored-by: Chris Lalancette <clalancette@gmail.com> (cherry picked from commit 2a9b2fc) Co-authored-by: Kimberly N. McGuire <kimberly@bitcraze.io>
* Launch large project tutorial fix (#4454) * remove instruction that will fail, inconsistency * add rviz folder in setup.py * add warning for missing environment variable * Update source/Tutorials/Intermediate/Launch/Using-ROS2-Launch-For-Large-Projects.rst Signed-off-by: Kimberly McGuire <kimberly@bitcraze.io> Co-authored-by: Chris Lalancette <clalancette@gmail.com> (cherry picked from commit 2a9b2fc)
Fixes partly this issue from the jazzy tutorial testing: osrf/ros2_test_cases#1151
I can't really figure out why the carrot1 frame is not showing up other than that it is forgotten in the launch file? I still get this error:
I could consider fixing this by adding the carrot1 somewhere... or removing all notion of carrot1 all together? I've started a proposal in this ticket to reshape the launch tutorials anyway... #4453.
Anyway, this should at least target Rolling and Jazzy documents.