Code Monkey home page Code Monkey logo

dronekit-android-starter's People

Contributors

hamishwillee avatar m4gr3d avatar moguriso avatar phmagic avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

dronekit-android-starter's Issues

Requesting Mavlink message using experimental API

Hello guys,

I have been working on a project using 3dr solo and android drone kit. I got stuck requesting specific mavlink message using experimental API. Whatever I send to the drone, I am getting same mavlink messages in the onMavlinkMessageReceived method. For instance, I am trying to get GPS_STATUS mavlink message from the drone, whose message id is 25, however, I am not getting anything. Addtionaly, I have tried to request all mavlink messages one by one with the following code but again no luck. I would appreciate if you can direct me on this issue.

Thanks!!

 msg_message_interval msgMessageInterval = new msg_message_interval();
                msgMessageInterval.message_id = 25;
                msgMessageInterval.interval_us = 10;

  MavlinkMessageWrapper mavlinkMessageWrapper= new MavlinkMessageWrapper(msgMessageInterval);

 ExperimentalApi.getApi(MainActivity.drone).sendMavlinkMessage(mavlinkMessageWrapper);

    MainActivity.drone.addMavlinkObserver(new MavlinkObserver() {
        @Override
        public void onMavlinkMessageReceived(MavlinkMessageWrapper mavlinkMessageWrapper) {
            Log.d("bla",mavlinkMessageWrapper.getMavLinkMessage().toString());
        }
    });

Location

Hi im using your project for education but i wanna get the location of drone .Can you help me about it ?

The 3DR Solo app also does not work on Android 9 pie.

The 3DR Solo app also does not work on pie. It likely never will either. 3dr never released the app open source for anyone else to update it. I think this will be the 3dr apps final demise. I just bought my Solo what do I do? The community thanks. opensource!

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.