Skip to content

Drone crash on wall #18

Description

@vivekgabadiya

Hello Folks,

I was executing code of waypoint mission given in sample code example i.e.

Waypoint northPoint = new Waypoint(homeLatitude + 10 * GeneralUtils.ONE_METER_OFFSET, homeLongitude, 3f);
Waypoint eastPoint = new Waypoint(homeLatitude, homeLongitude + 10 * GeneralUtils.calcLongitudeOffset(homeLatitude), 3f);
Waypoint southPoint = new Waypoint(homeLatitude - 10* GeneralUtils.ONE_METER_OFFSET, homeLongitude, 3f);
Waypoint westPoint = new Waypoint(homeLatitude, homeLongitude - 10* GeneralUtils.calcLongitudeOffset(homeLatitude), 3f);

Why did my drone crash on wall? Is drone sensors not working when we are trying sample app?
Please help us to fix this issue.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions