Rosdep with custom package
Hi everyone! I have some ROS packages that contain dependencies on several packages that can be installed using rosdep install. On the other hand, one of those dependencies is with a custom package...
View ArticleHi , i want to install catkin_make , but i have an error , so i want to know...
its my error when i run catkin_make : Base path: /home/fatima/catkin_ws1 Source space: /home/fatima/catkin_ws1/src Build space: /home/fatima/catkin_ws1/build Devel space: /home/fatima/catkin_ws1/devel...
View ArticleHi, when i run catkin_make i have an error with nodelet
this is result of `catkin_make` : Base path: /home/fatima/catkin_ws1 Source space: /home/fatima/catkin_ws1/src Build space: /home/fatima/catkin_ws1/build Devel space: /home/fatima/catkin_ws1/devel...
View Articlec++ and python accessing topics
Hi, I have two ros packages, one written in c++ and another in python. Each package generates its own custom ros msg of type Float64MultiArray and the two are meant to subscribe to each other. From...
View Articlebeginner tutorials msg srv catkin_make error
Hey, I'm doing the srv/msg tutorial (http://wiki.ros.org/ROS/Tutorials/CreatingMsgAndSrv), and I'm having an error when i use catkin_make, after changing the CMakeLists.txt and package.xml and...
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 Article-- Configuring incomplete, errors occurred!
I have used `catkin_make` successfully in the past but now whenever i try to use `catkin_make ` i get the following error( as you can see i just created this directory named "delete", but `catkin_make`...
View Articlecatkin_make not found error while compiling
Hi, I've been a few weeks without programming in ROS and when I've tried to compile a simple node catkin_make returns me this error leontes@leontes-Portatil:~/ros_ws$ catkin_make Base path:...
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 Articlecatkin_mak
Hello all. I trying to do the tutorial [Writing a Simple Action Server using the Execute Callback...
View Articlecatkin_make image_view failed,cvtColorForDisplay’ is not a member of ‘cv_bridge’
Hello,I am using Indigo(Ubuntu14.04) When I git clone from [here](https://github.com/ros-perception/image_pipeline) then,I run:`catkin_make`,Error occurred as below: ![image description](http://)...
View ArticleBizarre linking error when linking base_local_planner
I am building running catkin_make, but the build fails when linking base_local_planner. I am running raspbian on raspberry pi. I've never seen this error before. Does anyone know what might be the...
View Articlemovit_msgs error
I was doing catkin_make on pr2_apps stack but i ran to this error,eventhough I have **moveit_msgs** installed in my system...
View ArticleHelp in making node with OpenCV/cv_bridge and ROS Indigo
Greetings, Running `ROS Indigo`, `Ubuntu 14.04` and `catkin_simple`. My system has downloaded: `libopencv-dev` and `ros-indigo-cv-bridge` I am trying to make a package that uses opencv's mouse button...
View ArticleInvoking "cmake" failed
Hello, i am trying to install "[humanoid_navigation](http://wiki.ros.org/humanoid_navigation?distro=hydro)" package. When i try to execute "catkin_make" i get following error: -- Configuring...
View Articleeclipse and catkin_make not linking to ros.h dependencies
Hello all, So I am working on a project where I basically want to create a node to take information from another, check it, then publish that information elsewhere. I was working on it yesterday and...
View Articlecatkin_make not linking opencv dependencies
Something has gotten screwed up on one of my machines and now `catkin_make` is not linking opencv dependencies correctly (or something along those lines), i.e., I'm am getting a long list of errors of...
View Articleinvoking catkin_make failed
kv@kv:~/catkin_ws$ catkin_make Base path: /home/kv/catkin_ws Source space: /home/kv/catkin_ws/src Build space: /home/kv/catkin_ws/build Devel space: /home/kv/catkin_ws/devel Install space:...
View ArticleMultiple definition of main error in catkin_make
What am I doing wrong. I checked [this](http://answers.ros.org/question/67128/ros-service-why-do-i-have-multiple-definitions-of-main/) but the add_executables seem to be ok. [This is my...
View ArticleHow to move packages from build to devel folder
I cannot figure out why some of my packages end up inside the `devel` folder other stay inside the `build` folder (including their targets) [Doc](http://wiki.ros.org/catkin/workspaces#Build_Space)...
View Article