RGBD SLAM v2 Build error
HI, I was trying to modify everything possible to make the RGBDSLAM_v2 package run in ROS Indigo on Ubuntu 14.04 . However I am getting error on catkin_make. Please help with the approach to debug...
View ArticleFix catkin workspace, can't launch newly compiled nodes
Hello I'm having issues running new modules, the compilation goes right but rosrun can't find the new nodes, i guess it's en environment issue, but as I'm a noob, it's just a guess :) I have the catkin...
View ArticleBuilding cob_people_perception with catkin_make
Hi y'all, I am trying to do face detection and position measurement with the Kinect for Windows v2 sensor. I have successfully calibrated the kinect camera and I need to port cob_people_perception...
View ArticleWhy catkin_make doesnt create new executables
Hi there, I am trying to create a new ROS package, but when I try to build it, it doesnt show that red line that says Linking CXX executable /home/edrone/catkin_ws/devel/lib/stream/stream_node Then, it...
View Articlecatkin_make error invoking j8 -8
when i run catkin_make i get the following error: invoking "make -j8 -l8"failed. can someone help? This is what i get when i run catkin_make. I am very new to Ros Generating dynamic reconfigure files...
View ArticleDDS on ROS osrf prototype
Hi everybody. At the moment I'm trying do build a DDS implementation on ROS. The only code I found about it was the https://github.com/osrf/ros_dds . I've build the cpp example and it worked, but when...
View ArticleInstall hector quadrotor on ROS Jade
I tried compiling the hector quadrotor files as according to the instructions given in the tutorials for hector quadrotor on the ROS page but the instruction catkin_make gives an Cmake Error! how do i...
View Articlecatkin_make, invoking CMake error in Raspberry pi 2
Hello. I just installed ROS indigo on my raspberry pi 2 (with the most recent version of Raspbian). I followed installration guide at ROS wiki....
View Articlewriting a custom message and using it in a different package
first of all, I have gone through these links, so it is not a repeat question: - http://wiki.ros.org/ROS/Tutorials/DefiningCustomMessages -...
View Articlepreprocessor errors of catkin_make
Dear ALL Recently I want to transplant an old version code to Ubuntu 14.04 with ROS Indigo. But when I catkin_make the old code, there are many preprocessor errors like: In file included from...
View Articlecatkin_package() include dir 'include' does not exist
I am trying to install **viso2_ros** package from [here](http://wiki.ros.org/viso2_ros), when I encounter the following error while I **catkin_make** CMake Error at...
View ArticleFailed to build razor_imu_9dof
Hi, I'm trying to build my catkin workspace on ROS Indigo, it used to build fine, but now the package razor_imu_9dof fail to build. I don't get why. The only thing I temember I did is to install some...
View Articlecatkin_make hector_costmap with undefined reference Error
Hello , I run indigo in Ubuntu14.04 LTS. When I catkin_make it , I get some problems. CMakeFiles/hector_costmap.dir/src/hector_costmap.cpp.o: In function `cv::String::String(char const*)':...
View ArticleCatkin_make error: virtual memory exhausted: Cannot allocate memory
Relative noob having enough knowledge to get into trouble.... Attempting to compile robot_localization package (along with a couple of drivers- ublox gps and christa imu). Goes along fine at first:...
View Articleroslaunch can't find launch files with "catkin build"
If I use "catkin_make" to build my workspace, and re-source my bashrc, then roslaunch is able to find my launch files and the nodes launch just fine. If I do a "cakin clean -a" and a "cakin build," and...
View Articlecatkin_make builds executable in the wrong directory?
Hello! I have a package I have been able to successfully build using catkin_make after setting up my package.xml and CMakeLists.txt. However, I have one problem. When I run catkin_make, it...
View Articlecatkin_make does not compile all packages in the workspace
I tried catkin_make from the workspace. It only finds one package in the workspace.. the rest dont get compiled. ~/catkin_ws$ catkin_make --force-cmake Base path: /home/venky/catkin_ws Source space:...
View ArticleInvoking "make" failed
I'm using Ubuntu 12.04 & ROS Hydro. While going through this tutorial [here](http://wiki.ros.org/ROS/Tutorials/WritingPublisherSubscriber%28c%2B%2B%29) i encountered the following error upon...
View ArticleCould not find a package configuration file provided by "controller_manager"
I am running ROS jade on an Ubuntu 14.04 OS and I am trying to connect the Gazebo simulator to ROS. I have followed the tutorials to connect Gazebo to ROS on the Gazebo website, and now I am trying to...
View Articlecatkin_make fails to build executables ROS indigo
I face a problem using `catkin_make`. It seems that the c compiler cannot be found. the final error I am getting is is Invoking "cmake" failed. The environment variables seem ok:...
View Article