Skip to content
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

Merged

Conversation

AndyZe
Copy link
Member

@AndyZe AndyZe commented Sep 17, 2021

This is a small mistake from #621. Probably mine.

@@ -125,17 +125,6 @@ def generate_launch_description():
name="static_tf2_broadcaster",
parameters=[{"child_frame_id": "/panda_link0", "frame_id": "/world"}],
),
ComposableNode(
Copy link
Member Author

@AndyZe AndyZe Sep 17, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Duplicate of L155

Copy link
Contributor

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" ?

Copy link
Member Author

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
Copy link

codecov bot commented Sep 17, 2021

Codecov Report

Merging #684 (7b09114) into main (75a5964) will decrease coverage by 0.01%.
The diff coverage is n/a.

Impacted file tree graph

@@            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     
Impacted Files Coverage Δ
...e/collision_detection_fcl/src/collision_common.cpp 74.40% <0.00%> (-0.24%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 75a5964...7b09114. Read the comment docs.

@henningkayser henningkayser merged commit cee20d6 into moveit:main Sep 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants