-
Notifications
You must be signed in to change notification settings - Fork 525
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
Delete duplicate entry in Servo launch file #684
Delete duplicate entry in Servo launch file #684
Conversation
@@ -125,17 +125,6 @@ def generate_launch_description(): | |||
name="static_tf2_broadcaster", | |||
parameters=[{"child_frame_id": "/panda_link0", "frame_id": "/world"}], | |||
), | |||
ComposableNode( |
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.
Duplicate of L155
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.
Could we add a comment explaining why we are launching servo server as a separate node?
Also should we delete the comment block "# Example of launching Servo as a node component" ?
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.
I added some better comments 👍
Codecov Report
@@ Coverage Diff @@
## main #684 +/- ##
==========================================
- Coverage 54.17% 54.16% -0.00%
==========================================
Files 192 192
Lines 20180 20180
==========================================
- Hits 10930 10929 -1
- Misses 9250 9251 +1
Continue to review full report at Codecov.
|
This is a small mistake from #621. Probably mine.