通过互联网控制机器人
我有机器人,想使用无线电波通过互联网控制它..但我仍然不知道最好的语言来做到这一点。 需要建立安全站点以确保没有任何机构可以使用它。 我期望使用 C# 来实现站点 asp,但是我需要它来控制从发送方设备到接收方机器人的语言是什么。 还需要将机器人摄像头的实时视频传输到现场............ 太麻烦了......我知道这可能是错的,但我是初学者
,感谢所有阅读或尝试帮助我的人
i have robot and want to control it via internet using radio wave .. but still i dont know the best language to do that . with the need to build scure site to insure not any body can use it . i expect for site asp with c# but what is the language i'll need it to control from sender device to the recipt robot . also need to live video transfer to the site from robot camera............
soory for bothering .....i know it may wrong but i'm beginner
and thanks for all who read or try to help me
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我认为在选择编程语言之前最好先缩小技术的选择范围。 机器人控制可能是一个非常复杂的主题,并且有多种方法可以解决同一问题。
话虽如此,通过您列出的组件:
我猜您的完整解决方案将至少涉及两个或三种不同的编程语言,具体取决于应用程序和环境。
I think it might be best to narrow down your choice of technologies before choosing a programming language. Robotics control can be a very complex topic, and there are many approaches to solving the same problem.
Having said that, with the components you've listed:
I would guess that your complete solution would involve at least two or three different programming languages, depending on application and environment.
可能值得一看 Microsoft Robotics Studio 为您提供您可以使用的框架示例。 一般来说,所有各种控制器等都“讲”不同的语言,因此您可以使用机器人工作室之类的东西将它们连接在一起,这样您就可以以通用的方式与它们进行通信。
不过,这对于初学者来说是一项艰巨的任务,除了选择语言之外还有更多需要考虑的事情:-)
It might be worth taking a look at Microsoft Robotics Studio to give you an exampleof a framework you can work with. Generally all the various controllers etc "talk" different languages so you use something like robotics studio to tie them all together so you can talk to them all in a common way.
It's a hell of a tall order for a beginner though, there's far more to think about than picking a language :-)