CMake_Error, gazebo_ros
hello, when i try to use catkin_make for my workspace, i got this error CMake Error at /opt/ros/kinetic/share/catkin/cmake/catkinConfig.cmake:83 (find_package): Could not find a package configuration...
View ArticleProblem building android_core: catkin_make
Hello, I am trying to build android_core but cannot do it. For some reason i can access the below url from buidscript.gradle in browser but building it threw an error that "" it cannot access the url:...
View ArticleError: bad interpreter: No such file or directory
I am trying to run the following node using rosrun, to send data through my serial port and I get the error: /opt/ros/kinetic/bin/rosrun:...
View Articlecustom message fails to build; no such file or directory
I followed the custom message documentation to the letter, and searched all the related questions on here, and unfortunately I am still stuck. Could you please have a look? I am getting the same error...
View ArticleInvoking :make -j2" fail after catkin_make
Hi i have this error when catkin_make. How do i solve this? [ 38%] Linking CXX executable /home/ubuntu/catkin_ws/devel/lib/sick_tim/sick_tim310_1130000m01 [ 41%] Linking CXX executable...
View ArticleCatkin_make bug or problem with rviz? ( tinyxml2 )
I have a problem building catkin_ws because of rviz (tinyxml2) OS: Ubuntu 16.4 ROS: Kinetic emara@ProBook:~/catkin_ws$ catkin_make Base path: /home/emara/catkin_ws Source space:...
View ArticleWhy do we need to Install a node Executable
Hello, I am newbie in ROS and CMake (catkin) thing. I have a cmake, in which a node is added as executable: add_executable(${PROJECT_NAME}_node src/implementation.cpp src/NodeName2_node.cpp) So, I can...
View Articlecatkin_make cpp error-- couln't find package
After I type catkin_create_pkg the all folders and files created in `ros_basics_tutorials`. However After this command, I type cd catkin_ws and then catkin_make This error is shown I couldn't solve?...
View ArticleUpdate project tree of ROS package in QT creator
I'm using QT creator to edit my ROS package. However, when I want to create a new source file within my package using > roscd my_package> cd src > touch newFile.cpp in my Terminal and then in...
View Articlecatkin_make build failed kinetic android
Hi, I'm trying to install Android along with kinetic ROS on Linux 16.04 LTS. Once I get to the "catkin_make" step the build fails. I'm following this tutorial...
View Articleroslaunch doesn't register with catkin_make but does with catkin_make install?
Hi, When I make my workspace with catkin_make and then source my workspace with source devel/setup.bash roslaunch can't recognise any of my packages with the tab function but if i type out the full...
View Articlecatkin_make won't compile on my raspberry pi
-- Using these message generators: gencpp;geneus;genlisp;gennodejs;genpy -- theora_image_transport: 1 messages, 0 services -- Checking for module 'ogg' -- No package 'ogg' found CMake Error at...
View Articlecatkin_make error -...
I have ROS Melodic on my computer. I started by installing Sphero ROS (https://github.com/eborghi10/Sphero-ROS) for controlling through the keyboard. Then I also installed ROS turtlebot...
View ArticleRoslaunch can't locate node, but rosrun works fine
I'm working on a simple node written entirely in python. To make it work with roslaunch, I made it into a package. I got the package working fine, and I can run `rosrun my_package controller` just...
View ArticleETH Modular sensor fusion framework fails to launch
I am running ROS Kinetic on Ubuntu Xenial on an x86_64, with kernel 4.15.0-29-generic. I am trying to follow the following tutorial:...
View ArticleThe error when running catkin_make descartes package
In file included from /opt/ros/kinetic/include/moveit/kinematic_constraints/kinematic_constraint.h:41:0, from...
View ArticleCatkin_make runs another cmakelists file
Every time I run catkin_make on a new workspace, I get the output of another cmakelists file (naturally catkin_make fails) that I used in another non-ros program. I've looked in the catkin_make source...
View ArticleSteadyTimer related types not found
I was trying to install the ROS wrapper for Astra camera on a raspberry pi 3, however, I faced the following issue during `catkin_make`: In file included from...
View ArticleCMake Error: Project 'nav_core' tried to find library '-lpthread'
I can't to build navigation stack (https://github.com/ros-planning/navigation). My system is: Ubuntu 16.04 4.15.0-43-generic, ROS Kinetic. What I do: mkdir -p navigation_ws/src cd navigation_ws/src...
View Articlecatkin_make issue updating .srv and .cpp file simultaneously
Think of a situation where rosnode (written in c++) is using messages generated by a .srv file. You want to add a field to the .srv file and use it in the rosnode. If you make these changes...
View Article