Problem in creating executable file for package
We are trying to edit a inbuilt openni_tracker package but after editing, when we build the package using rosmake executable file is not getting created. What should we do for the executable file to get created?
Asked by mehhek on 2012-03-01 02:32:57 UTC
Answers
- Did you get any errors?
- Did you add the new file (if you created a new one) to CMakeLists.txt?
- Did you check the tutorials?
Asked by Cav on 2012-03-01 02:53:39 UTC
Comments
No we didn't get any errors. And we had edit the existing C++ file itself.
Asked by mehhek on 2012-03-02 19:46:52 UTC
what files did you edid that did compile before but not any more? what commands do you invoke? paste some output of the compilation process
Asked by Cav on 2012-03-07 00:09:40 UTC
Comments
we edited the C++ source file of the openni_tracker package and it had an executable file when we downloaded the package.We invoked the rosmake openni_tracker to build it & part of output[ rosmake ] Results[ rosmake ] Built 42 packages with 0 failures. [ rosmake ] Summary output to directory
Asked by mehhek on 2012-03-09 19:42:50 UTC