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

Fixup moveit_core #125

Merged
merged 6 commits into from
Nov 20, 2019
Merged

Fixup moveit_core #125

merged 6 commits into from
Nov 20, 2019

Conversation

henningkayser
Copy link
Member

This PR provides the majority of code fixes in order to to get moveit_core to compile.
This mostly involves logging, faulty includes and references.

I created this PR in order to make reviewing #117 easier.

This was referenced Nov 19, 2019
Copy link
Contributor

@mamoll mamoll left a comment

Choose a reason for hiding this comment

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

I am not a ROS2 expert, but this looks good to me. I only have one minor suggestion to remove some commented out debug code.

@@ -675,15 +668,15 @@ FCLGeometryConstPtr createCollisionGeometry(const shapes::ShapeConstPtr& shape,
{
if (cache_it->second->collision_geometry_data_->ptr.raw == data)
{
// RCLCPP_DEBUG(LOGGER_COLLISION_DETECTION, "Collision data structures for object %s retrieved from
// RCLCPP_DEBUG(LOGGER, "Collision data structures for object %s retrieved from
Copy link
Contributor

Choose a reason for hiding this comment

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

maybe delete this debug code? same for lines 679--682, 708--711, and 742--745.

@v4hn v4hn merged commit 9f8c97c into master Nov 20, 2019
@delete-merged-branch delete-merged-branch bot deleted the henningkayser-moveit_core_fixup branch November 20, 2019 17:47
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.

None yet

5 participants