Convert geometry_msgs/Transform to geometry_msgs/TransformStamped#1
Merged
anasarrak merged 1 commit intoAcutronicRobotics:masterfrom Feb 19, 2019
Merged
Convert geometry_msgs/Transform to geometry_msgs/TransformStamped#1anasarrak merged 1 commit intoAcutronicRobotics:masterfrom
anasarrak merged 1 commit intoAcutronicRobotics:masterfrom
Conversation
|
This is a fix to the following error: It expects a transformstamped and it gets only a transform, the referenced child_frame_id might not be correct, so it might not be a proper fix. |
ahcorde
pushed a commit
that referenced
this pull request
Feb 22, 2019
* Modify README for MoveIt! 2.0 * Fix broken links in README Point to official MoveIt! repos * Remove legal disclaimer from README * Update README.md regarding debian releases Co-Authored-By: vmayoral <victor@erlerobotics.com> * Update README.md, docker containers Point to the issue for further discussion. Co-Authored-By: vmayoral <victor@erlerobotics.com> * Update CI in README * Update README.md, moveit_core progress * Update README
vmayoral
added a commit
that referenced
this pull request
Jun 12, 2019
Using ASan the following memory leak was detected:
#0 0x7f9a7e0b7458 in operator new(unsigned long)
(/usr/lib/x86_64-linux-gnu/libasan.so.4+0xe0458)
#1 0x7f9a7d3480fd in shapes::constructShapeFromText(std::istream&)
/opt/ros2_moveit2_ws/src/geometric_shapes/src/shape_operations.cpp:505
#2 0x7f9a7dc7d561 in planning_scene::PlanningScene::
loadGeometryFromStream(std::istream&, Eigen::Transform<double, 3, 1, 0>
const&) /opt/ros2_moveit2_ws/src/moveit2/moveit_core/planning_scene/
src/planning_scene.cpp:1077
#3 0x7f9a7dc7c336 in planning_scene::PlanningScene::
loadGeometryFromStream(std::istream&) /opt/ros2_moveit2_ws/src/
moveit2/moveit_core/planning_scene/src/planning_scene.cpp:1043
...
The changes proposed here release the shapes::Shape instance
allocated and prevent the memory leak.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Convert geometry_msgs/Transform to geometry_msgs/TransformStamped