@clynamen: there should be no clash between Groovy and Hydro. Groovy settings are normally cleared before the export of Hydro's variables is done in the PKGBUILD. Keep me posted if you find the source ;-)
Search Criteria
Package Details: ros-hydro-nodelet 1.8.4-1
Package Actions
| Package Base: | ros-hydro-nodelet |
|---|---|
| Description: | ROS - The nodelet package is designed to provide a way to run multiple algorithms in the same process with zero copy transport between algorithms. |
| Upstream URL: | http://ros.org/wiki/nodelet |
| Category: | devel |
| Licenses: | |
| Submitter: | bchretien |
| Maintainer: | None |
| Last Packager: | bchretien |
| Votes: | 2 |
| First Submitted: | 2014-01-16 19:36 |
| Last Updated: | 2014-06-18 11:33 |
Dependencies (23)
- boost
- ros-hydro-bondcpp
- ros-hydro-message-runtime
- ros-hydro-pluginlib
- ros-hydro-rosconsole
- ros-hydro-roscpp
- ros-hydro-std-msgs
- tinyxml
- util-linux
- boost (make)
- cmake (make)
- git (make)
- ros-build-tools (make)
- ros-hydro-bondcpp (make)
- ros-hydro-catkin (make)
- ros-hydro-message-generation (make)
- ros-hydro-pluginlib (make)
- ros-hydro-rosconsole (make)
- ros-hydro-roscpp (make)
- ros-hydro-rospy (make)
- ros-hydro-std-msgs (make)
- tinyxml (make)
- util-linux (make)
Required by (33)
- ros-hydro-camera1394
- ros-hydro-capabilities
- ros-hydro-depth-image-proc
- ros-hydro-depthimage-to-laserscan
- ros-hydro-gazebo-plugins
- ros-hydro-gscam
- ros-hydro-image-proc
- ros-hydro-image-rotate
- ros-hydro-image-view
- ros-hydro-kobuki-auto-docking
- ros-hydro-kobuki-bumper2pc
- ros-hydro-kobuki-controller-tutorial
- ros-hydro-kobuki-node
- ros-hydro-kobuki-random-walker
- ros-hydro-kobuki-safety-controller
- ros-hydro-nodelet-core
- ros-hydro-nodelet-topic-tools
- ros-hydro-nodelet-tutorial-math
- ros-hydro-octomap-server
- ros-hydro-openni-camera
- ros-hydro-openni-launch
- ros-hydro-openni2-camera
- ros-hydro-openni2-launch
- ros-hydro-pcl-ros
- ros-hydro-rgbd-launch
- ros-hydro-rqt-gui-cpp
- ros-hydro-stdr-robot
- ros-hydro-stdr-server
- ros-hydro-stereo-image-proc
- ros-hydro-turtlebot-follower
- ros-hydro-visp-tracker
- ros-hydro-yocs-cmd-vel-mux
- ros-hydro-yocs-velocity-smoother
Sources
Latest Comments
Comment by bchretien
Comment by clynamen
@bchretien
I was indeed in doubt about the cause of the problem, since no one reported it on github I thought it was a PKGBUILD issue.
However yes I did a fresh install. The only problem I can think about is that I already have groovy installed, but it is strage since the two version are separated. I'll search further, thank you.
Comment by bchretien
@clynamen: for issues regarding the code itself and not the packaging, you should report the problems to the developers ---> https://github.com/ros/nodelet_core
Now, I just rebuilt the package without any problem, so I don't really know what's wrong here. Are you doing a fresh install? Since my system is already set, rebuilding the package may not allow me to reproduce this error.
Comment by clynamen
I have a problem with the compilation, the ${nodelet_EXPORTED_TARGETS}
variable is not defined at line 39 of the CMakeLists.txt, thus it makes file the build since srv headers are not generated.
I have catkin 0.5.86-1 (ros-hydro-catkin)
As a workaround, it is possible to make cmake generate the include files first and then compile the rest in two phases