Git Product home page Git Product logo

roscpp_android's Introduction

These scripts will (hopefully) help you build static libraries for tf2 for android and setup a sample application.

You will need android SDK installed and the 'android' program location in the $PATH.

INSTALL

Source ROS (for python tools):

source /opt/ros/hydro/setup.bash

The do_everything.sh script will call all the other scripts sequentially, you just have to give it a prefix path:

./do_everything.sh /path/to/workspace

YOU WILL PROBABLY HAVE TO RUN THIS MULTIPLE TIMES DUE TO PTHREAD LINKING.

You can also run each script individually, most of them have a minimalistic help string to give you an idea of their parameters.

When finished, the script will give you a few lines of what it did. If everything went fine, you will be able to do the following:

cd /path/to/workspace/sample_app
ant debug

This will build the app. If you want to install it, run the following:

ant debug install

This will install the app onto a virtual android device running in the emulator.

To follow what the app does, you will need to read the log. The sdk has a tool called adb located in $SDK/platform-tools/, you can follow the log by running:

$SDK/platform-tools/adb logcat

Good luck!

roscpp_android's People

Contributors

adamantivm avatar chadrockey avatar ernestmc avatar garyservin avatar manzato avatar po1 avatar tfoote avatar tulku avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.