PubSub: Where are Libraries org.ros.android.*
Where in the Project can i find the imported Libraries org.ros.android.* e.g. *MessageCallable Haven t found them in external libraries. There are (in rosjava-0.1.6.jar) org.ros.master,org.ros.node,......
View Article.../install/lib/uwsim/uwsim_binary: error while loading shared libraries:...
This is a solved question. I want to make it public. After updating a lot of hydro packages, when I run: $ rosrun uwsim uwsim --disableShaders I obtained this: Starting UWSim......
View Articleinclude standard raspberry pi library to ros hydro
Hey all, I've got a problem concerning the standard raspberry libraries. I'm trying to receive sensor data via a sensor shield specialized for raspberry pi and for that purpose the already succesfully...
View ArticleCatkin unable to include custom libraries
I have a package `proj_util` which is using the following catkin files, which seem to correctly generate the libraries and put them into `~/catkin_ws/devel/lib`. CMakeLists.txt:...
View ArticleAbout using external libraries in one workspace
Hello, I have a Workspace baz and I want to figure out how to include more libraries, for example foo and bar to my Workspace baz and use it together. The space for the libraries is...
View ArticleWarning, failed to generate libraries for the following packages:...
After reformatting my HD several times (due to my own dummy-ness), I'm trying to get back to the rosserial IR ranger tutorial. (I completed it once before.) But now with a fresh ROS install, when...
View Articlerospeex dependency libraries error
I recently install the [rospeex package](http://rospeex.org/top/) and I managed to run the Talking Watch sample with the following command: roslaunch rospeex_samples talking_watch_cpp_en_local.launch...
View ArticleArduino Library not working with ROS
Hi all. I am using an LED library (Adafruit_NeoPixel) with ROS & an Arduino UNO. My LED code works without being connected to ROS. But once I connect it to ROS, the Arduino will not setup the led...
View ArticleCompiling and adding a static library
Hello, I have a question regarding a library. I want to use a library within my catkin package (I use jade). With the following structure: In the src folder of my project I have added the library...
View ArticleCmake Project to Catkin
Hey every one, I have the following folder structure of a pure cmake project: projectfolder/ - code/ ... - build/ ... - cmake/ CompilerOptions.cmake ... - other/ ... which can be compiled by the...
View Articlelibrary dependencies
I have a catkin library that I'm trying to edit the CMakeLists.txt file for so it builds a package containing services before it compiles the package. I just learned that in order to do this for a...
View ArticleCmake linking problem against serial library
Hello everyone, I am having a little bit of trouble making the following work in ROS. The problem is the following: - I am writing a library to control a probe which communicates through serial. Hence,...
View Articlehow to run libmodbus
I added include_directories(include /usr/include/libmodbus) to the CMakeList.txt of my package, and my test node is #include #include int main(int argc, char** argv) { modbus_t *Scara; Scara =...
View ArticleAnnoying cmake warning
Anyone else get a message like this when compiling with Kinetic? CMake Warning at /opt/ros/kinetic/share/catkin/cmake/catkin_package.cmake:166 (message): catkin_package() DEPENDS on...
View Article[rosrun] Couldn't find executable named the listener (C++ program)
I am basically trying to run a listener that listens to the video feed of an *AR.Drone* through the topics being published by the `ardrone_autonomy` node on a *ROS Kinetic* running on a *Ubuntu MATE...
View ArticleUsing Eigen libraries in ROS
Hi, I am fairly new to ROS and was wanting to do some matrix multiplication in a node. I found that Eigen has a good range of different matrices and vectors to use but was not quite sure what...
View ArticleImport kinect libraries in ROS
I have already installed ROS Indigo on by Ubuntu 14.04.1 and libfreenect2 as well. I couldnt import freenect2...... So is there any possibility that Indigo has got Kinect libraries where i could import...
View ArticleCompilation errors when trying to link custom class
Hello everyone, I've started messing with ROS not long ago so forgive me if my question is silly. I'm facing problems when trying to link custom class to node. The class is for measuring distance with...
View ArticleProblem building with non-installed dependencies
I am making a custom ROS package in C++. The problem I am having is that the build of my node fails, because dpkg-shlibdeps, which gets run during $ fakeroot debian/rules binary is failing to find...
View ArticleCode duplication - best practices
I was wondering what the best practices is for duplication of code between nodes. For example: I grouped together two packages with a metapackage called *perception*, namely; *object detection* and...
View Article