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 RobotTrajectory's copy constructor #1834

Merged
merged 1 commit into from
Jan 15, 2020
Merged

Conversation

rhaschke
Copy link
Contributor

Fixup for 01ff035 (#1760)
Fixes #1833.

@codecov-io
Copy link

Codecov Report

Merging #1834 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff           @@
##           master   #1834   +/-   ##
======================================
  Coverage    48.5%   48.5%           
======================================
  Files         298     298           
  Lines       23302   23302           
======================================
  Hits        11302   11302           
  Misses      12000   12000
Impacted Files Coverage Δ
...eit_core/robot_trajectory/src/robot_trajectory.cpp 41.81% <ø> (ø) ⬆️

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 a6c173f...8ba71f2. Read the comment docs.

@rhaschke rhaschke merged commit a2b7b02 into moveit:master Jan 15, 2020
@rhaschke rhaschke deleted the fixup-1760 branch January 15, 2020 08:09
sjahr pushed a commit to sjahr/moveit that referenced this pull request Jun 21, 2024
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.

Since #1760, RobotTrajectory's (shallow) copy constructor deletes all waypoints
2 participants