Problem using gtk with ROS
Hello everyone. My problem is when I try to use `catkin_make`. I have my `catkin_ws` in `/home/name-of-user/`, and inside of it has a `file.cpp`. This `file.cpp` has an `#include ` in order to make a...
View Articlemultiple start up scripts generated for rosjava package
I have made a rosjava package following the instructions at http://wiki.ros.org/rosjava_build_tools/Tutorials/indigo/Creating%20Rosjava%20Packages . However, it generates multiple executables. So,...
View ArticleProblems building a node which depends on another node.
Hopefully someone can help, I've been trying to get this to work for quite a while now. I have a custom node which provides services and messages called dp_ptu47 (it's a pan tilt unit). I'm trying to...
View Articlecatkin_make error when using vrpn_client_ros
Hi, I want to connect Optitrack and ROS together, using the package vrpn_client_ros. Now, I'm using ubuntu14.04 installed ros indigo. I found the package from http://wiki.ros.org/vrpn_client_ros and...
View Articlecatkin_make error when using mavros.
Excuse me, I am using Ubuntu 14.04 and ROS indigo. I downloaded the mavros package from https://github.com/mavlink/mavros.git, to the folder catkin_ws. But when I run catkin_make, it came errors:...
View ArticleLoad ROS projects inside Eclipse
Hello all, I am trying quite a reasonable time to load a ros package as a project in Eclipse. Of course I am following the steps of section **2.2 Catkin-y approach** from the tutorial...
View Articlecatkin_make error
make[2]: *** [swarm_coverage/CMakeFiles/voronoi_main.dir/src/voronoi_main.cpp.o] Error 1 make[1]: *** [swarm_coverage/CMakeFiles/voronoi_main.dir/all] Error 2 make[1]: *** Waiting for unfinished...
View ArticleHow to correctly use ROS and Eclipse
Hello all, I am starting to use ROS with Eclipse and I with doubts about on how to build the source files. Should I do it from inside ** Eclipse**, should I do it with **catkin_make** or should I do it...
View ArticleCMake linker warning: lib.so. may conflict with lib.so.
I am getting a ton of linker warnings when building a catkin package, and I don't know whether they are dangerous or not. Things seem to be working fine, but want to make sure that I'm not setting...
View Article'Invoking "make -j4 -l4" failed - Linux Mint
Hey, I'm getting this error with catkin_make on Linux Mint and haven't really found any actual solution on the internet. It basically happens ever since I've added two repos to my workspace....
View Articlegetting linkage error : X11
Getting linkage error: XInitTreads unresolved in libsl_zed.so In the past I was able to simple put the X11 linkage in my CMakeList and that worked but now this seems to have stopped working. Any ideas...
View ArticleImportError: cannot import name EXT_MSG
Hi,I am using ubuntu14.04+indigo I got an error when I run `catkin_make` [ 67%] Built target actionlib_msgs_generate_messages_cpp Traceback (most recent call last): File...
View ArticleFail to make hector_gazebo_thermal_camera
Recently I am building hector_quadrotor(http://wiki.ros.org/hector_quadrotor) package. It needs another package named hector_gazebo_thermal_camera(inside http://wiki.ros.org/hector_gazebo). Using...
View ArticleMessage service file not found
I am learning ROS recently as the tutorial of ROS wiki.When I use the command `catkin_build install`or `catkin_build`, it output the error:`Invoking "make cmake_check_build_system" failed`.The...
View ArticleCSM Package Not Found
Hi, I've got an issue compiling laser_scan_matcher. When running catkin_make I get the following error: -- checking for module 'csm' -- package 'csm' not found Cmake error Now I've built csm and...
View Articlecatkin_make can't seem to find package joyConfig
Hello, I've attempted to install ROS on the raspi via the tutorial using the recommended ros-indigo-comm package via rosinstall_generator. In my catkin_ws I have these roscomm files (which all seem to...
View Articlewhere is catkin_make error log file location?
After doing catkin_make, the output has an error but it is too long so I cannot see from the start. I would like to know where or how to I can find the error log file. I search everywhere but I cannot...
View ArticleBuild specific package using catkin_make
Hi there,I'm running **ROS Indigo** on **Raspberry Pi 2 model B**. I need to build some packages of my own. Whenever I do catkin_make, all the packages in the *src* is getting complied. I want to make...
View Articlehelp me please (rgbd-v2)
please what 's means this probleme i download rgbd v2 and i compile withe catkin_make erreur : -- +++ processing catkin package: 'rgbdslam' -- ==> add_subdirectory(rgbdslam_v2-indigo) -- SiftGPU...
View Article[rosrun] Couldn't find executable named mavsys
Hi all, This problem appear when I update Mavros version to 1.7. I also update the mavlink and control toobox to the last version. And it is not be solved. ![image...
View Article