Catkin_make does not build rtabmap_ros¿
Hello, this question is pretty similar to this one: http://answers.ros.org/question/233494/catkin_make-command-doesnt-work/ although in my case I believe the package.xml is correctly set. My problem is...
View ArticleCreate new another workspace
I'm trying to create another workspace alongside with current existing one. I have a working workspace named 'catkin_ws' my new workspace is 'reemron_ws' when i do cd ~/reemron_ws and type catkin_make...
View Article"ImportError no module named" error when package with msg also has setup.py...
I have a package with a foo.msg and a python module my_package/src/my_package/bar.py that works fine in the devel space- I can import the msg or alternatively import the python module just fine. But...
View ArticleHow to use custom defined messages in another package?
I am new to ros and was writing code to publish and listen to a custom message. I am running ROS kinetic on Debian machine. In my workspace I have two package - *aa* and *bb*. *aa* has a message...
View Articlecatkin_make command isn't recognized after building catkin_ws from Qt
Hi all catkin_make command is not recognized after running the next steps (ros kinetic on ubuntu 16.04): 1) configured a new catkin_ws. 2) added "source ~/catkin_ws/devel/setup.bash" to ~/.bashrc 3)...
View ArticleUndefined Reference to VTK Symbol
When compiling my code in **Kinetic** and Ubuntu 16.04, I get this error: /usr/bin/ld: /tmp/ccxDzBXh.ltrans1.ltrans.o: undefined reference to symbol '_Z44vtkRenderingFreeTypeOpenGL_AutoInit_Destructv'...
View ArticleGetting CMake Error: 217, when running catkin_make
Hi, I am going through beginner turotials for ROS indigo [link to tutorial](http://wiki.ros.org/ROS/Tutorials/CreatingMsgAndSrv) and I am getting this error message at point 5. Common step for msg and...
View Articleremove cmake and re-install it
I removed cmake before and just found it also removed something in ros folder. After I re-install cmake, I was not able to use catkin_make command. Then I just followed the installaton tutorial of...
View ArticleSuddenly get catkin_make error
I am new in ROS, I am using ros kinetic and ubuntu 16.04, I am working with kinect v2, I was trying to install ORK then I got error when I did catkin_make, now I already delete what I installed but I...
View ArticleI sudddenly got error when I did catkin_make, now I already delete what I...
I am new in ROS, I am using ros kinetic and ubuntu 16.04, I am working with kinect v2, I was trying to install ORK then I sudddenly got error when I did catkin_make, now I already delete what I...
View Articlecatkin_make error permissions on external drive
I am trying to create catkin workspace on a external drive and I am getting the following error when I run catlkin_make ` File "/usr/lib/python2.7/subprocess.py", line 566, in check_output process =...
View ArticleSpecify gcc -pg option for catkin?
Hi all, I am working on a project to do some performance profiling on amcl. To do this, I want to use gprof. To use gprof, I need to compile amcl with the -pg option for gcc. How can I do this in the...
View ArticleCatkin_make fails on Leg_Tracker running on Raspberry Pi 3 on ROS Kinetic...
Hello, We are working to integrate Leg_Tracker (https://github.com/angusleigh/leg_tracker), and are running into a few issues. Any help would be much appreciated! We have been try to figure out what...
View ArticleWeird "Undefined Reference ..." error despite using target link libraries.
Hi Every one, I'm using ROS Hydro on Ubuntu 12.04, In one of my code I'm using a BIoTacHand class from the [biotac ros driver](http://wiki.ros.org/biotac_driver), the class header file is in the...
View ArticleROS Kinetic - catkin_make install fails
I am new to ROS Kinetic. To learn more, I have been going through the tutorials provided by the ROS website (http://wiki.ros.org/ROS/Tutorials) and have been doing fine up until creating [a ROS msg...
View ArticleWhy do I get this error when running catkin_make?
#### #### Running command: "make cmake_check_build_system" in "/home/saul/Robotics/project5/catkin_ws/build" #### #### #### Running command: "make -j4 -l4" in...
View ArticleHow can I change my ros/kinetic configuration to fix this catkin_make problem?
saul@saul-VirtualBox:~/Robotics/project5/catkin_ws$ catkin_make Base path: /home/saul/Robotics/project5/catkin_ws Source space: /home/saul/Robotics/project5/catkin_ws/src Build space:...
View Articlecatkin_make is not working!!!
catkin_make suddenly stopped working. When I am trying I am only getting the below output. Please kindly help. I am using Indigo Base path: /home/saikishor/catkin_ws Source space:...
View ArticleHow to fix "Invoking "make -j2 -l2"failed" creating rosjava packages (catkin...
Hello, i'm trying to work with rosjava in ros indigo. I'm following some tutorials to learn how rosjava works, specially with Eclipse like in "Robot Operating System - The Complete Reference - Volume...
View ArticleMake error trying to build kitti_to_rosbag
I am trying to use https://github.com/ethz-asl/kitti_to_rosbag/tree/master/kitti_to_rosbag as a package to convert the kitti dataset to rosbag, which can be further used with Autoware for object...
View Article