-
Notifications
You must be signed in to change notification settings - Fork 532
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
Minor documentation and cleanup of TOTG plugin #584
Conversation
Codecov Report
@@ Coverage Diff @@
## main #584 +/- ##
==========================================
+ Coverage 46.97% 46.98% +0.01%
==========================================
Files 185 185
Lines 19657 19655 -2
==========================================
+ Hits 9231 9232 +1
+ Misses 10426 10423 -3
Continue to review full report at Codecov.
|
moveit_ros/planning/planning_request_adapters_plugin_description.xml
Outdated
Show resolved
Hide resolved
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.
Generally, approve this PR. Thank you for separating out this small change! 🚀
moveit_core/trajectory_processing/src/time_optimal_trajectory_generation.cpp
Outdated
Show resolved
Hide resolved
* Minor documentation and cleanup of TOTG plugin * Remove deprecation comments * Add anonymous namespace Co-authored-by: Tyler Weaver <tyler@picknik.ai>
* Minor documentation and cleanup of TOTG plugin * Remove deprecation comments * Add anonymous namespace Co-authored-by: Tyler Weaver <tyler@picknik.ai>
Pulling some changes out of #571 so they can be merged separately.