
Simbad Java 3d robot simulator
文章平均质量分 80
「已注销」
这个作者很懒,什么都没留下…
展开
-
Quick Guide
1.创建机器控制器 主要包括:主程序, 环境的描述类, 机器人类 (1)主程序MyProg.java import 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 · 840 阅读 · 0 评论 -
The robot API &&How to add and use sensor.
The robot API Robot的状态API Robot的状态可以可通过访问以下继承于Agentclas的方法得到: *boolean collisionDetected():如果agent碰撞到物体,返回true. *int getCounter():返回模拟器已经执行难过的次数. *double getOdometer():返回agents里程表的数据,即agents走了多少米原创 2013-01-17 19:18:20 · 988 阅读 · 0 评论 -
Simbad architecture Java 3D scene branch
转自:http://simbad.sourceforge.net/archi.php BaseObject hierachy Java 3D scene branch If you are not familiar with Java 3D Scene description , you can ref转载 2013-01-18 00:13:21 · 742 阅读 · 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 · 1340 阅读 · 1 评论