mongodb_store in ROS Indigo require MongoClient package (as specified in the...
The error message while trying to make the package: +++ processing catkin package: 'mongodb_store' -- ==> add_subdirectory(mongodb_store) -- Using these message generators: gencpp;genlisp;genpy...
View ArticleGetting "Aria.h: file not found" when installing rosaria
Ubuntu 12.04.3, ros groovy. I am following a ROSARIA tutorial (can't post links) I know that it is an hydro tutorial, but I have the same issue with groovy version. Everything works well until...
View Articlecatkin_make progress blocked
Hi, I got an issue with catkin_make trying to make a custom laser_scan_matcher Since then, catkin_make displays me that : #### #### Running command: "make cmake_check_build_system" in...
View Articlehaving to compile msgs and srvs first
Hi all, I'm working with a large stack that includes some custom ROS messages and services. Every time I try to compile from scratch, catkin yells at me about not knowing where certain message header...
View ArticleProblems with catkin_make
I am having problems with each time that I try to run catkin_make. Here is a copy of what I get: CMake Error at /opt/ros/hydro/share/catkin/cmake/catkinConfig.cmake:75 (find_package): Could not find a...
View Articlekatana_arm
can someone look at this error running build_py error: package directory 'urdf_parser_py/src/urdf_parser_py' does not exist CMake Error at...
View ArticleBuild third party package in build or devel folder.
I have a package that needs to be unzipped, configured, and made. I currently do this inside my source folder. Then I jump through a bunch of hoops to make the dependencies depend on these custom...
View ArticleProblem in ROS Qt Node
I saw an example: #include "QDebug" #include "ros/ros.h" int main(int argc, char** argv) { ros::init(argc, argv, "Qt_test"); qDebug()<<"Hello world"; return 0; } Here I made changes in...
View Articlenavigation stack build errors
I am trying to build the navigation stack from here: https://github.com/ros-planning/navigation/tree/indigo-devel but am having problems with libraries:...
View ArticleMoveit! make Invoking "make -j4 -l4" failed
I'm trying to install Moveit! as per http://moveit.ros.org/install/ for ROS Indigo on a 64bit system. I get the failed build error intermittently, but then it manages to overcome the issue and proceeds...
View ArticleBuild error with laser_assembler package
Hi, I copied the `laser_assembler` package into my workspace but when I run `catkin_make`, it shows: [100%] Built target motoman_robot_state In file included from...
View ArticleInvoking "make -j8 -l8" failed
Hi I get this error while building Object Recognition Kitchen and have no idea what to do: [ 24%] Building CXX object object_recognition_core/src/io/CMakeFiles/voter_ectomodule.dir/module_voter.cpp.o...
View ArticleErrors with catkin_make and beginner_tutorials
I'm new to ROS. I followed the tutorials and run cd ~/catkin_ws and catkin_make, but the output has some warnings and errors, following is the output: Base path: /home/xu/catkin_ws Source space:...
View Articlebut "catkin_make" must be invoked in the root of workspace how can i fix it?
The specified base path "/home/cyamak/catkin_ws/src/beginner_tutorials" contains a package but "catkin_make" must be invoked in the root of workspace
View ArticleBuilding mavros fail
Hi, all I am having trouble with catkin_make mavros package error recently. It kept failing and saying: c++: internal compiler error: Killed (program cc1plus) Please submit a full bug report, with...
View Articlecatkin_make can't find "visuaization_msgs"
I'm very new to ROS, and fairly new to Linux, so keep in mind I'm pretty confused. I know this isn't enough detail to solve the problem, but if someone could tell me where to start to find out what's...
View Articlecatkin_make failure due to Python Anaconda
Hi all, I have been cracking my head over this one. Recently I installed Anaconda Python for a different project. Today I tried installing ROS indigo on my 14.04 Ubuntu. When I do a catkin_make, it...
View Articleinvoking "make" failed
I have built this node before with out problems, but now it won't make. I am using Hydro, on Ubuntu 12.4. Here is the error that I get: leaf@leaf:~$ cd catkin_ws leaf@leaf:~/catkin_ws$ catkin_make Base...
View Articleplease i'm new users of ros and i don't understand this probleme can you help me
-- +++ processing catkin package: 'chapter2_tutorials' -- ==> add_subdirectory(chapter2_tutorials) -- Configuring done CMake Error at chapter2_tutorials/CMakeLists.txt:189 (add_executable): Cannot...
View Articlefollowing tutorial for publisher and subscriber : missing liblog4cxx.so
When trying to catkin_make the catkin_ws folder i get the following output: #### #### Running command: "make cmake_check_build_system" in "/home/testros/catkin_ws/build" #### #### #### Running...
View Article