-
Notifications
You must be signed in to change notification settings - Fork 560
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
RobotTrajectory as standard container #720
Conversation
Codecov Report
@@ Coverage Diff @@
## main #720 +/- ##
==========================================
+ Coverage 54.88% 54.92% +0.05%
==========================================
Files 196 196
Lines 21359 21380 +21
==========================================
+ Hits 11720 11741 +21
Misses 9639 9639
Continue to review full report at Codecov.
|
moveit_core/robot_trajectory/include/moveit/robot_trajectory/robot_trajectory.h
Outdated
Show resolved
Hide resolved
…obot_trajectory.h Co-authored-by: Tyler Weaver <tylerjw@gmail.com>
e021245
to
8e62747
Compare
moveit_core/robot_trajectory/include/moveit/robot_trajectory/robot_trajectory.h
Outdated
Show resolved
Hide resolved
moveit_core/robot_trajectory/include/moveit/robot_trajectory/robot_trajectory.h
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.
Looks good. CI failure seems unrelated to me
Description
Ported version of moveit/moveit#1162 for MoveIt2. This currently does not have any tests.
Add equality operator for RobotState class in order to complete RobotTrajectory tests.Note: This seems outside the scope.Checklist