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

Fix trajectory execution manager comments for docs builds #2563

Merged
merged 2 commits into from Dec 1, 2023

Conversation

sea-bass
Copy link
Contributor

@sea-bass sea-bass commented Dec 1, 2023

Some of the new additions to the moveit_py package in #2406 caused docs build failures because it's not happy with underscores.

Anyways, the original comments shouldn't point to a private member variable, but rather the ROS parameter that it is set from.

Confirmed this fixes docs builds and the htmlproofer check in the MoveIt 2 tutorials on my end.

@sea-bass sea-bass added the backport-iron Mergify label that triggers a PR backport to Iron label Dec 1, 2023
@sea-bass sea-bass self-assigned this Dec 1, 2023
Copy link

codecov bot commented Dec 1, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (2598b23) 50.86% compared to head (e160adc) 50.48%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2563      +/-   ##
==========================================
- Coverage   50.86%   50.48%   -0.37%     
==========================================
  Files         388      387       -1     
  Lines       32253    32078     -175     
==========================================
- Hits        16401    16192     -209     
- Misses      15852    15886      +34     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

@Abishalini Abishalini left a comment

Choose a reason for hiding this comment

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

Thanks for the fix! LGTM

@Abishalini Abishalini merged commit bddab3f into main Dec 1, 2023
15 checks passed
@Abishalini Abishalini deleted the fix-comments-for-docs branch December 1, 2023 04:29
mergify bot pushed a commit that referenced this pull request Dec 1, 2023
(cherry picked from commit bddab3f)

# Conflicts:
#	moveit_py/src/moveit/moveit_ros/trajectory_execution_manager/trajectory_execution_manager.cpp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport-iron Mergify label that triggers a PR backport to Iron
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants