使用 NXT 的多线程

发布于 2024-07-17 06:00:54 字数 111 浏览 6 评论 0原文

在我的机器人俱乐部,我们正在尝试让多线程功能在 LEGO Mindstorms NXT 上运行,但似乎线程相互干扰并导致程序完全停止。

有谁知道如何在NXT可视化编程环境上正确实现多线程。

At my robotics club we are trying to get the multi-threading capability to work on LEGO Mindstorms NXT, but it seems that the threads are interfering with each other and causing the program to stop entirely.

Does anyone know how to correctly implement multi-threading on the NXT visual programming environment.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

梦醒灬来后我 2024-07-24 06:00:54

有人知道如何在NXT可视化编程环境上正确实现多线程吗?

是的,很多人都知道如何在NXT可视化编程环境上实现多线程。

但是,除非您更具体,否则您将无法找出您的特定问题出了什么问题。 不过,也有很多陷阱。

例如,如果循环中有两个线程,则在两个线程完成之前循环不会循环。

还有很多其他的 - 太多了,无法在这里一一列举 - 所以开始一点一点地调试你的程序,并发布你的“代码”示例(屏幕截图?),然后描述它正在做什么,以及你希望它做什么。

Does anyone know how to correctly implement multi-threading on the NXT visual programming environment?

Yes, lots of people know how to implement multi-threading on the NXT visual programming environment.

Unless you are more specific, though, you aren't going to find out what's wrong with your particular problem. There are lots of gotchas, though.

For instance, if you have two threads inside a loop, the loop will not loop until BOTH threads complete.

There are many others - too many to enumerate here - so start debugging your program piece by piece, and post examples of your 'code' (screenshots?) and then describe what it's doing, and what you want it to do.

浮萍、无处依 2024-07-24 06:00:54

本关于多个任务的教程可能正是您正在寻找的内容:
多个任务

This tutorial on multiple tasks may be what your are looking for:
Multiple Tasks

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文