QML plugin for publishing messages to a ROS master. Tested with Qt 5.11 on the following:
- Android 6.0.1 (arm-v7) built with SDK API 18 and NDK r10e on ArchLinux host
- ArchLinux (rolling)
- ROS libraries and their headers. If building for ARM, ROS libraries cross-compiled for arm-v7 and their headers. Follow the instructions here and adapt the
.pro
file using thelib
andinclude
directories found inroscpp_android/output/target
. - Chili ROS message types. Clone this repo inside your catkin workspace's
src
directory and runcatkin_make
from the root. Then add thedevel/include
directory to your compiler's search path (or copy it's contents to your ROSinclude
directory).
$ mkdir build && cd build
$ qmake ..
$ make install
Make sure to use the correct qmake
for your architecture.