Skip to content

where to code after the Hello Drone running, for RL implementation and Object Detection #3609

Discussion options

You must be logged in to vote

where to code after the Hello Drone running, for RL implementation and Object Detection

Similar to #3550, If you're planning on using the python APIs, all you would need to do is make sure the airsim package is installed through pip and you can start using the APIs similar to the demo python scripts.

How i can make the drone movements autonomous

you can use the moveToPositionAsync, the moveByVelocityAsync or any of the other movement API calls. For examples on how to use these, check the demo files

which file do i need to code for the object detection Algorithm

You can create your own python script as long as you import airsim. Or you can modify any of the demo python scripts

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by jonyMarino
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #3559 on April 16, 2021 16:30.