对象太快了,无法碰撞团结
我目前正在进行模拟,将磁盘放在输送带中并按颜色排序。当传感器检测到白色磁盘时,矩形对象将传送带从输送带中“推出”到盒子中,并且需要迅速移动。但是,每当我们将速度设置为高数字时,它就会通过磁盘,而无需推动磁盘。我已经尝试使推动对象的碰撞检测“连续动态”(刚体)和磁盘“碰撞检测”“连续”(就像在此视频中: https://www.youtube.com/watch?v=xvrfqj3n8mo )。我附上了一个图像,说明机器人的外观以及磁盘和推动器对象的设置如何。
I'm currently making a simulation where disks are placed in a conveyor belt and sorted by color. When the sensor detects a white disk, a rectangular object 'pushes' out of the conveyor belt into a box, and it needs to move quickly. However, whenever we set the speed to a high number it just goes through the disks, without pushing them. I have already tried making the pushing object's collision detection 'Continuous dynamic' (RigidBody) and the disks' collision detection 'Continuous' (like in this video: https://www.youtube.com/watch?v=XvrFQJ3n8Mo). I have attached an image of how the mentioned part of the robot looks and the settings for both the disk and pusher object.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您的问题已解决在这里是因为只有凸形网状壁壁才能相互碰撞。 (您的右一个是凸,左侧不是)。
Your problem has been solved HERE , in short it is because only convex mesh colliders can collide with each other. (Your right one is convex and the left one is not).