catkin_make error in Indigo (pose2str3D)
I'm following the turtlebot_arm tutorials and getting the following error that I can't find references to anywhere. There seems to be an issue in object_detection_action_server.cpp and pose2str3D. Has...
View Articlecatkin_make, verbosity, and bad package.xml files
Hello, When running catkin_make I get an error like the following: Install space: /home/ivaughn/workspace_ws/install The manifest contains invalid XML: not well-formed (invalid token): line 1, column...
View ArticleHow do I change the version of a package being used? Specifically, I want to...
I want to change the version of opencv I am using to fix a problem I am having, or to at least rule out the version update as the problem cause. The problem is described...
View Articlecatkin_make install fails due to: "Import Error: no module named `yaml`"
When following along with the Beginner Tutorial, I arrive at creating [Messages and Services](http://wiki.ros.org/ROS/Tutorials/CreatingMsgAndSrv). However when I call ```catkin_make install``` inside...
View Articleandroid_core catkin_make => ':android_tutorial_hokuyo:preBuild'
I try catkin_make in android_core directory. but build failed. i can't understand. why this error occurred. please help me....
View ArticleError after running catkin_make
I'm still in the process of setting up my ROS, I am getting an error message when i run this command : *catkin_make* The above command is at step 4 here Then i get this error Message: Base path:...
View ArticleCreating and building a ROS package
hi, i use ubuntu 14.04 and ros indigo, when i try to build the packages in the catkin workspace, it returns: Base path: /home/mohammad/catkin_ws Source space: /home/mohammad/catkin_ws/src Build space:...
View ArticleInvoking "make -j8 -l8" failed for face_recognition
I am following the installation instructions for face_recognition found at http://wiki.ros.org/face_recognition. When I attempt to run catkin_make I get the error: Invoking "make -j8 -l8" failed....
View Articlecatkin_make fails: /opt/ros/kinetic/include/std_msgs/Float32.h errors
I've installed ROS Kinetic from source on Debian 9 running on the BeagleBone Blue. I can run roscore and successfully create a workspace. I'm trying to create a node/package that will control the...
View Articlecatkin_make Invoking "make -j4 -l4 failed" while parsing urdf file in ros...
i am trying this http://wiki.ros.org/action/login/urdf/Tutorials/Parse%20a%20urdf%20file but stuck on catkin_make This is what i am getting on running catkin_make command from catkin_ws directory....
View ArticleCan't run catkin make for Arlo packages
I am receiving 'could not find a package configuration file provided by "PACKAGE_NAME" with any of the the following names' errors. I am using Ubuntu 14.04 LTS on VMWare Workstation 12 Pro and ROS...
View ArticleError in catkin_make
Hi I'm trying to use catkin _make in my catkin_workspace. I'm doing catkin_make in the root directory. But, I get the following error: CMake Error: File /home/ashikmh/catkin_ws/src/package.xml does...
View ArticleHow to run tests in a ROS package?
I've written a ROS package, containing some nodes/scripts/messages etc, all laid out using the [recommended folder...
View ArticlePath of catkin workspace appears in install space
**UPDATE** 201803100806 I can provide a reproduce sample. Workspace path is mixed in `install` space. This makes me worry that I might have done something wrong, but I'm not quite sure. - Q1. Is this...
View ArticleFinding necessary components from the include statements
I am reading [this](http://wiki.ros.org/catkin/CMakeLists.txt#Finding_Dependent_CMake_Packages) . In order to make a perfect CMakeLists.txt file, we have to supply all the necessary components inside...
View ArticleHow to catkin_make one package
I'm trying to install my custom ROS workspace from source. What I've done is to download the source code of version of `ros-kinetic-ros-base`, then I add some additional packages into ros-base. When I...
View ArticleProblem in building imported catkin workspace - Can't see "Fixing...
Hi, I have read and followed several instructions for importing my catkin workspace in Eclipse. Including: [1] http://wiki.ros.org/IDEs#Eclipse [2] http://cs460.coins-lab.org/index.php?title=Eclipse So...
View ArticleRobotSetup tf: Can't build in Catkin_make
catkin_make Base path: /home/hy/catkin_ws Source space: /home/hy/catkin_ws/src Build space: /home/hy/catkin_ws/build Devel space: /home/hy/catkin_ws/devel Install space: /home/hy/catkin_ws/install ####...
View Articlecatkin_make failing in Roboware
Hi all; I have installed the latest Roboware version available (1.1.0), as a new IDE for ROS. Seems to detect my workspace and everything works just fine, except: 1.- When I try to build my packages...
View Articlecatkin_make with postgreSQL link pqxx??
Hi how do i link pqxx to catkin_make? according to pqxx documentation, i have to add -lpxx -lpq to cmake_args, i added it via --cmake-args "-lpqxx -lpq" i have undefined references errors when...
View Article