catkin is not creating package.
> cd ~/catkin_ws/src catkin_create_pkg mypack > cd ..> catkin_make Everything is ok. > roscd mypack > mypack not found. why?
View Article$(catkin_LIBRARIES): no such files or directory
Hi, I've created 2 packages and catkin_make results in twice the error above. The only dependencies in both CMakeList.txt and packages.xml are rospy, roscpp and std_msgs which are there. In...
View Articlecatkin_make error in indigo
Hello everyone, i've just started using ROS. i am trying to build a package and i keep getting the following error: Traceback (most recent call last): File...
View ArticleError Running Catkin_Make
After installing/uninstalling some packages from source using rosinstall, I can no longer run `catkin_make` without error. I've tried removing the packages I installed, removing/reinstalling the catkin...
View ArticleHow to build just one package using catkin_make?
How do I build just one package using catkin_make? I now that I can cd to the build directory and build there but that is inconvenient. And how do I build one package and its dependencies?
View Articleerror when catkin_make package
I write a node to subscribe /move_group/display_planned_path to get the path,and publish to /mavros/setpoint_position/local. But when i catkin_make the package,there is an error....
View ArticleHi I am a beginner with ROS, working through chapter 2 of the Learning ROS...
terminal output. mk@ubuntu:~/catkin_ws$ catkin_make Base path: /home/mk/catkin_ws Source space: /home/mk/catkin_ws/src Build space: /home/mk/catkin_ws/build Devel space: /home/mk/catkin_ws/devel...
View ArticleHow do I make catkin_make check for required python modules?
I would like for catkin_make to fail if a fellow developer does not have all of the required python modules installed. I thought that I could do this using the package.xml manifest, but I may just be...
View Articlecatkin_make src failing
Hi! I am currently having a weird problem. My package cannot be found anymore even though it was working before. I put the package *larah* in the *src* folder and the workspace setup is correct. I also...
View ArticleCompiling ROS with OpenCL
Hi there, I am relatively new to ROS and OpenCL. I am using Linux Ubuntu 14.04, ROS Indigo and OpenCL is running on the NVIDIA computing SDK. I have a ROS publisher and subscriber, and the publisher is...
View ArticleTF2 removed and catkin_make error..
I had everything running perfect and installed. But i saw tf and TF2 both are at the same time. I was trying to do some other experiment ny creating rosbag file. I saw a sample file and it was showing...
View Articleuwsim: uwsimbenchmarks/GTpublish.h: No such file or directory
Hi i am trying to run the demo of pipe following for UWSIM > http://www.irs.uji.es/uwsim/wiki/index.php?title=Let%27s_do_it:_Pipe_following I am running the line catkin_make install And i having the...
View Articlecannot build cob_people_detection indigo
i followed the http://wiki.ros.org/cob_people_detection?distro=indigo at the last step catkin_make [ 98%] Built target face_capture_node and it stuck but i can run roslaunch cob_people_detection...
View Articlecatkin_make vs catkin build
Hi, I was reading about the moveit package and I tried to install from source. My problem was that the catkin build command didn't work. So I did apt-get install catkin_tools and then I was able to...
View ArticleUndefined reference when building workspace
Hello, I have already checked several questions regarding this issue, but I cannot find the solution to my problem. When I enter the command `catkin_make`, it starts building my workspace but gets...
View Articlesudo ./src/catkin/bin/catkin_make_isolated --install...
Hi all, I tried many times to run catkin_make on raspberry PI by using this command : sudo ./src/catkin/bin/catkin_make_isolated --install -DCMAKE_BUILD_TYPE=Release --install-space /opt/ros/indigo...
View ArticleInvoking "cmake" failed
Hi when i used command catkin make to build my project workspace first_robot_ws using ros Kinetic Kame on ubuntu 16.04 that was the outbut note that i am installing anaconda3 on my laptop...
View ArticleUnable to install because of missing ninja
I'm trying to install the diagnostics module from source into my existing Kinetic source installation. To do this, I'm running: cd /home/pi/ros_catkin_ws; rosinstall_generator diagnostics --rosdistro...
View ArticleIs it possible to run the hector_quadrotor demos in kinetic?
I installed the kinetic following the Debian instructions. I found the hector_quadrotor indoor slam tutorial here: http://wiki.ros.org/hector_quadrotor/Tutorials/Quadrotor%20indoor%20SLAM%20demo I...
View Articlebuilding error what is the problem
after installing ros and then getting into catkin_ws directory.I tried to build using catkin_make.but i got the following error Configuring incomplete, errors occurred! See also...
View Article