how to run can_open_motor node CanDriveHarmonica?
I tried to run it, but there is no executable file. rosmake does not do anything cause of the file ROS_NOBUILD in different dependencies. And even if I deleate this one, in the CMakeLists.txt file is a...
View ArticleRosrun executable not found
Hello, I'm trying to run a node from rosrun (it works when I manually enter ./program inside build directory). Yet it doesn't work when called by rosrun - it finds the directory by tab completion, but...
View ArticleNew Kinect One Permssion issues
Hello Folks, I am using the Kinect One, but I am having permissions issues. I'm using this rospackage: https://github.com/code-iai/iai_kinect2 I followed every instruction given in the README files in...
View Article`Rosmake`don't create a executable..
I have a problem with Rosmake not creating a executable, which make no sense why it doesn't.. here is the [output](http://pastebin.com/pgfwkCHs) from `rosmake`
View ArticleCouldn't find executable named publish below...
Hi I'm trying to create a simple publisher program following the tutorial 'A gente introduction to ROS' Jason M. O'Kane. So the problem is that when I try to compile the program `rosrun publisher...
View ArticleHow do I distribute ros nodes in executable form
Hi, For my teaching it would be convenient at times to be able to provide my students with executable ROS nodes, while not giving them the source code. Is there a simple way to do that? I'm running ROS...
View ArticleCouldn't find executable Prosilica Camera
Hello. I first must apologize as I am very new to ROS. I am doing a summer dissertation project, and I need to get this working as fast as possible. Thank you all in advance for your help. I have...
View ArticleWhy catkin_make doesnt create new executables
Hi there, I am trying to create a new ROS package, but when I try to build it, it doesnt show that red line that says Linking CXX executable /home/edrone/catkin_ws/devel/lib/stream/stream_node Then, it...
View Articlei have problem with face_recognition.
when i run :rosrun face_recognition fserver error:[rosrun] Couldn't find executable named fserver below /home/rouzbeh/rostest/fc/face_recognition env| grep...
View ArticleHow to get the executable path of a node with C++?
Is there an easy way to get the whole path for a executable in a package with C++? like getPath for the package path? (ros/package.h)
View Articleroslaunch as executable
Hi! Maybe this is more of an Linux-question instead of ROS. But anyway, maybe someone could help: I would like to know how I can build a single file which runs a roslaunch by double click on it. The...
View ArticleHow could I do an executable file in ROS?
Hi everybody! I already have a project, and I want to know if there is a way to make an executable file instead of writing the roslaunch command in the terminal. Thank you so much.
View ArticleIs it possible to call ./executable from a launch file?
I'm using [arduino-serial](https://github.com/todbot/arduino-serial) to send a string to arduino through serial port. I'm able to do this on the console: ./arduino-serial -b 9600 -p /dev/tty.usbserial...
View Article[rosrun] Couldn't find executable named talker or listener
Hi I created two files with name : talker.cpp and listener.cpp and put them in path : catkin_ws1>src>beginner2_tutorials>src , and the chang the CmakeLists.txt as said in [11. Writing a...
View ArticleCMake error trying to link target to libraries
Dear All, I am using Ubuntu 14.04 and ROS Indigo. I have created a pkg named "joy" in which there are two source file named `joystick.cpp` and `js_info.cpp` under `joy/src` folder. also i have header...
View ArticleExecute sicklms 5xx
Hi everyone, first of all I'm new to ROS and tried to read as much as I can the tutorials. I successfully installed ROS Jade on my Ubuntu 15.04. Now i want to use our Scanner Sick LMS 511. So i found...
View Articlerosrun cannot find executables.
I realize this question has been asked to death, but when running `rosrun raspicam raspicam_node` I get the message `[rosrun] Couldn't find executable named raspicam_node below...
View Articleroslaunch a plugin and an executable
Hi ! I would like to use only one command to launch a rqt plugin (an interface interacting with an executable, I would like to open rqt in fact), the executable, a ros serial command and roscore.I...
View ArticleMy terminal opens then closes after roslaunch command
Hello, I have a problem when I use the roslaunch command to launch several executables. When I roslaunch my package, it should open 3 terminals and make the different command lines that I have put in 3...
View ArticleMultiple files in one add_executable
I refer to this [CMakeLists.txt](https://github.com/tum-vision/tum_ardrone/blob/hydro-devel/CMakeLists.txt) I am confused with the add_executable there. For example:...
View Articleerror Couldn't find executable
when i run this command : rosrun chefbot_bringup send_goal 1 0 1 i have this error : [rosrun] Couldn't find executable named send_goal below...
View ArticleUnable to find the executable
I am trying a run a node on the terminal using the command **rosrun skeleton_listener skelCord.cpp** (I got the code skelCord.cpp from this link...
View ArticleExecutable programm using ros (double click)
Hello, I have a c++ programm that starts a launchfile with exec (same result if i start it with system). It does work fine when starting from the terminal. However, I would like to have it execute on...
View ArticleOne time publish executable
Hi, Im trying to use a specific node (program A) as a test program being executed once taking the value to be published on a topic (lets call it "foo"). Program B is already subscribed to this topic...
View ArticleHow can I generate deb installable file from the python files in my ROS...
Hello Everyone, How can I generate deb installable file from the python files in my package(in the script folder), so I can deliver the deb file to the client who can run the python executables in the...
View ArticleROS could not find the executable file
Hi, I made all the steps of the ROS tutorial that are described in the ROS Wiki (create a catkin workspace and a listener and talker node). Now I tried to Use the programme presented here:...
View ArticleWhy isnt my executable compiling?
So right now, I have two executables within one package. I had created the first executable a few days back. But after creating the second executable and using the `catkin_make` command, only the first...
View Articleimplementation of cplex libraries into ROS. [rosrun] Couldn't find executable...
Hi, I'm trying to implement the c++ libraries of Cplex (external optimization library, provided by IBM) into the ROS enviroment. I'm running ROS kinetic on Ubuntu 16.04 LTS. I built the Cmakelist for...
View ArticleLinking CXX executable error, undefined reference to TinyXml
Hello everyone, I am trying to compile catkin_make on this project more than a month now that is why I am desperately putting it up to the forum, I would be very grateful if you could help me with this...
View Article[rospack] Error: package 'beginner_tutorials' not found
I followed the tutorials for ROS kinetic and in the writing a publisher and subscriber in C++ after copying the cpp files in the src folder of beginner_tutorials folder i pass: cd ~/catkin_ws...
View Article