Networked autonomous intelligent robot simulation and debug environment

Miaoliang Zhu,Qiqian Zhang,Hui Qian,Benye Gui,ShaoJun Xu
2004-01-01
Abstract:This paper discusses issues in the design of an Autonomous Intelligent Robot Simulation and Debug Environment (AIRSDE) implemented in Java3D/VRML using B/S structure. In HTTP server, intelligent agent technology is introduced to encapsulate all the function modules, and the Agents exchange data through a blackboard system. All the data are stored into a dynamic scene database for on-line debug or offline replay utilization. In HTTP client, 3D virtual scene is divided into static modules and dynamic modules. The static models are created with VRML, which allows for easy definition of geometric shapes in hierarchical groupings. The dynamic models are created with Java 3D, which is capable of providing better integration of 3D scene and the movement of robot. The interaction among the entities in the 3D scene is implemented with Java Applet. Finally, a networked, multi-user, interactively and distributed simulation and debug virtual environment has been established.
What problem does this paper attempt to address?