JenniferBuehler / moveit-pkgs

My collection of packages related to MoveIt!
BSD 3-Clause "New" or "Revised" License
7 stars 15 forks source link

Kinetic shape_tools #1

Closed nikkk91 closed 6 years ago

nikkk91 commented 7 years ago

In ROS Kinetic shape_tools has been merged with geometric_shapes. I install this package but i can't compile the moveit_pkgs because i don't have the cmake shape tools files. What do i have to do?

JenniferBuehler commented 7 years ago

Hi,

the packages are not adjusted for Kinetic yet, I hope I'll get around to do this some time soon. You could try to change shape_tools against geometric_tools in the CMakeLists.txt and the package.xml, and fix the upcoming compiler errors (if there are any) accordingly.

Or you could just use Jade or Indigo until I fix up the packages for Kinetic.

Jennifer

KlasKronander commented 7 years ago

This is a very easy fix, only minor compilation errors related to new namespace (shape_tools => geometric_shapes). I created a kinetic branch here that fixes this. https://github.com/KlasKronander/moveit-pkgs/tree/kinetic

JenniferBuehler commented 7 years ago

Hi, thanks for sharing this! Hopefully I'll get around soon to update all my packages to Kinetic.

liadbiz commented 6 years ago

Hi, @JenniferBuehler , Same problem here. I repalce shape_tools to geometric_tools in the CMakeLists.txt and the package.xml, but there are so many compiling errors that I don't known how to solve, So have you fixe it for Kinetic?

Sorry I don't know how to store error information into a file now....I will post here if I can..

JenniferBuehler commented 6 years ago

Hi, I will try to do the kinetic branch this weekend.

JenniferBuehler commented 6 years ago

Sorry this got completely under the radar. Not sure if this is still relevant for you, but there is now a kinetic branch which you can use. It will be in the master branch soon, after everything is tested again. I'm closing this now, if you have any more issues with this, please re-open this.

JenniferBuehler commented 6 years ago

Update: it's actually already on master now, I've made an indigo branch instead for the old code.