Simbad Java 3d robot simulator
文章平均质量分 80
「已注销」
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Quick Guide
1.创建机器控制器主要包括:主程序, 环境的描述类, 机器人类(1)主程序MyProg.javaimport simbad.gui.Simbad;public class MyProg { public static void main(String[] args) { Simbad frame = new Simbad(new MyEnv() ,fals原创 2013-01-15 21:02:12 · 873 阅读 · 0 评论 -
The robot API &&How to add and use sensor.
The robot APIRobot的状态APIRobot的状态可以可通过访问以下继承于Agentclas的方法得到:*boolean collisionDetected():如果agent碰撞到物体,返回true.*int getCounter():返回模拟器已经执行难过的次数.*double getOdometer():返回agents里程表的数据,即agents走了多少米原创 2013-01-17 19:18:20 · 1059 阅读 · 0 评论 -
Simbad architecture Java 3D scene branch
转自:http://simbad.sourceforge.net/archi.php BaseObject hierachyJava 3D scene branchIf you are not familiar with Java 3D Scene description , you can ref转载 2013-01-18 00:13:21 · 774 阅读 · 0 评论 -
How to install Java 3d robot simulator
Simbad官网:http://simbad.sourceforge.net/What is Simbad ?Simbad is a Java 3d robot simulator for scientific and educationnal purposes. It is mainly dedicated to researchers/programmers who want原创 2013-01-11 21:55:31 · 1385 阅读 · 1 评论
分享