question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Drone not flying to pickup locaiton

See original GitHub issue

Expected Behavior

In the mission screen the drone should travel from its current location to the pickup location.

Current Behavior

Drone is not traveling to the pickup location and directly moves to the pickup locaiton. And you can see the below error in the console

Warning: Failed prop type: Invalid prop `price` of type `string` supplied to `MissionScreen`, expected `number`.
    in MissionScreen (created by Connect(MissionScreen))
    in Connect(MissionScreen) (created by Route)
    in Route (created by App)
    in div (created by App)
    in Router (created by BrowserRouter)
    in BrowserRouter (created by App)
    in App
    in Provider

Steps to Reproduce (for bugs)

Order any of the drone is the searching page…

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:21 (21 by maintainers)

github_iconTop GitHub Comments

1reaction
srfrnkcommented, May 6, 2018

Great work @pfreema1 😃 Thanks for the extra effort!

1reaction
srfrnkcommented, Apr 16, 2018

I think this is reasonable. However I’d avoid using coordsObject === coordsObject since the values are floats. It’s be better to subtract the floats and compare to a constant Epsilon (i.e. 10e-4).

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to Fix Drone that Won't Take off: 6 Main Reasons
Resolutions: Take the battery out of the drone and put it back in to give it a reboot.
Read more >
Warning “GPS not connected” now my drone will not take off.
Yes, you can fly without GPS but you still have to have a working GPS system. Without a working GPS system, it won't...
Read more >
How to Find a Lost Drone? New & Easiest Methods (2023)
If you lost or crashed your drone in a dense forest, the best way to find it is by using a GPS tracker....
Read more >
Lost a Drone Without a Tracker? Here's How to Find It - Trackimo
Point the pot controller in the direction of your lost drone, and you might find that it will connect with the drone. If...
Read more >
How to Hand Launch and Land Your Drone - YouTube
Let's learn the best practices to safely catch land a drone and catch launch a drone. This can be done with any DJI...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found