Re: ROS: catkin and ROS_PACKAGE_PATH

2018-07-17 Thread Jochen Sprickerhof
* Jörg Kurlbaum [2018-07-17 21:12]: Regarding these bugs, i was wondering if they are real bugs or have something to do with the Debian version of ROS. They are completely unrelated. I'm certain theses packages compiled flawlessly before all the update mess. The only thing I can imagine

Re: ROS: catkin and ROS_PACKAGE_PATH

2018-07-17 Thread Jörg Kurlbaum
Hi Jochen, On Tue, Jul 17, 2018 at 08:38:29AM +0200, Jochen Sprickerhof wrote: > > For libeigen i could add ${EIGEN_INCLUDE_DIRS} to include_dirs() but for > > OGRE > > this doesn't work. > > That's an upstream bug here: > > https://github.com/ros-perception/laser_geometry/pull/37 > > I will

Re: Committing to a team-maintained package repository

2018-07-17 Thread Paride Legovini
Mattia Rizzolo wrote on 16/07/2018: > On Sat, Jul 14, 2018 at 07:56:08PM +0200, Paride Legovini wrote: >> One last question. Do we actually need these lines: >> >> include /usr/share/dpkg/architecture.mk >> ifeq ($(origin CC),default) >> CC := $(DEB_HOST_GNU_TYPE)-gcc >> endif >> >> in d/rules? >>

Re: ROS: catkin and ROS_PACKAGE_PATH

2018-07-17 Thread Jochen Sprickerhof
Hi Jorg, * Jörg [2018-07-15 22:14]: When i recompiled my bigger workspaces (ros-desktop, moveit) suddenly cmake doesn't find all include directories (e.g Eigen and OGRE) anymore. For libeigen i could add ${EIGEN_INCLUDE_DIRS} to include_dirs() but for OGRE this doesn't work. That's an