问题标签 [ar.drone]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
gps - 从 Ar Drone 2.0 获取 GPS 数据
我需要来自 AR Drone 2.0 的实时 GPS 坐标,其中包含飞行记录器。我找不到任何方法可以直接从 GPS 获取值。有什么办法可以从 AR Drone 获取 GPS 数据
machine-learning - 无人机虚拟测试环境
有谁知道机器人开发环境非常适合测试无人机的人工智能程序(例如四轴飞行器、飞机、直升机等)?我想要像 Microsoft Robotics Developer Studio 这样的东西,它包括一个虚拟环境(例如具有重力、风等的户外环境)来测试飞行动力学。我想要将传感器添加到虚拟无人机的选项,例如 GPS、高度计、陀螺仪等,然后 AI 程序可以使用这些传感器来引导无人机。
node.js - 起飞在带有nodejs的ar无人机中没有响应
我正在尝试链接http://www.instructables.com/id/Autonomous-AR-Parrot-Drone-20-Flying/?ALLSTEPS上给出的步骤来控制 ar 无人机。然而它与无人机连接但没有响应任何起飞指令
我尝试了第 8 步来获取视频源及其工作。
那么,起飞无法正常工作的原因可能是什么(我尝试使用智能手机应用程序并且它有效)
node.js - 互联网上的 AR 无人机
我有一架 ar 无人机,我想通过浏览器飞行。它目前在本地主机上工作,但由于实时服务器没有使用我的机器,无人机不会对命令做出反应。
如何让无人机在从我的机器连接但通过互联网控制时飞行?
我不担心延迟,因为我只需要它起飞和降落。
python - 从 ArDrone 2.0 获取图像,并使用 cv2
我正在尝试从 ArDrone 2.0 获取图像并使用 Python OpenCV、cv2 来处理图像并创建控制器。
这是我的代码:
但是,我一直遇到这个问题:
有人可以告诉我我做错了什么吗?
javascript - Microphone permission without internet connection
I am aware that you can only request access to the browser's microphone in google chrome (and other browser's as far as I know) with either https
or http
. I have a node server and am using Annyang which works fine when I am connected to wifi as usual (requests access to microphone, does its thing after the user accepts).
My problem is that my application is meant to be used with a drone which means that I will be connected to the drone's wifi (which doesn't connect to the internet). I didn't think this would be a problem because I downloaded the annyang.min.js file and I don't need any internet connection for any other parts of my app. However, whenever I connect to the drone and fire up the server it will repeatedly ask for permission to use the microphone no matter how many times I press accept (unless I click deny at which point the app obviously stops working). The server is still using http
and the page isn't continually reloading or anything (which would cause it to ask again) as far as I know. I don't have any other tabs open that are trying to use the microphone.
Is there any reason why this problem might be occurring and what would be the best way to fix it? I have a hunch that the problem is caused by the lack of internet connection but I can't find any information on why that would cause a problem. Has anybody experienced this issue (or a similar one before) and if so how did you fix it?
TL;DR:
my speech recognition code works when I am not connected to the drone's wifi and stops working after I connect to it.
All the code can be found on github. Let me know if I can clarify anything.
sdk - How to wiki not updated in Flyver SDK
I wanted to mimick video streaming, photo capture etc for android and iOS mobile apps using Drones. I have found Android support is available by Flyver here - http://flyver.co/drone-api-sdk/.
But, I could not find anything that suffice my needs as flyver wiki is not well updated.Please let me know how could I simulate Drone apps using Flyver?
android - Parrot bebop 无人机的基于 Android sdk 的示例
我需要找到一个使用 android sdk for parrot bebop 无人机的示例程序。我做了我的研究,但还没有找到。
gps - 来自 GPS (Ublox LEA-6T) 的无效数据,希望它有效
我最近开始了一个四轴飞行器项目,我的最终目标是使用 DGPS 飞行四轴飞行器。我只是在这个目标的开始阶段,最近购买了一个 GPS,但我收到的数据有问题。
目前我有一个 ublox LEA-6T,希望能安装在我的无人机上。但是,GPS 没有给我有效的数据;它正在寻找视野中的卫星,但没有提供任何解决方案。这是我收到的示例:
任何人都可以就如何获取有效数据提供任何建议吗?我已经下载了 u-center,但不确定要更改什么来修复。我将不胜感激任何帮助!
python - Parrot MiniDrone Rolling Spider 可编程?
我想知道 Parrot MiniDrone Rolling Spider 是否可以使用 python 作为主要开发语言进行编程?他们有我可以用来实现这一目标的任何sdk吗?