ICROS-SICE International Joint Conference 2009 August 18-21, 2009, Fukuoka International Congress Center, Japan

Industrial Paper

Internet Coordinated Pet Robot Simulator based on MSRDS Byoung-Wook Choi, Sung-Hun Lee and Soo-Yeong Yi

Department of EE, Seoul National Univ. of Tech., Seoul, Korea (Tel:+82-2-970-6412;E-mail:[email protected], [email protected], [email protected]) Abstract: This paper proposes a pet robot simulator (PRS), based on MSRDS, which supports interactively controlled two walking robots connected over network. To be pet robot simulator, modeling a commercial pet robot is performed and gait planning is also implemented. By using MSRDS software platform, we connect two robots which are displayed together but controlled separately over network. The two walking pet robots can be simulated interactively by joysticks. It seems to be an internet game for pet robots. Keywords: Robot simulator, Pet robot, Network control, MSRDS, Internet game.

1. INTRODUCTION In general, software platform including development environments and services can be determined as an effort that guarantees the productivity and reliability of robots through the reuse of software. The well-known commercial products of robot software platform are ERSP (Evolution Robotics Software Platform) by ER (Evolution Robotics) and MSRDS (Microsoft describes Robotics Developer Studio) by Microsoft. The ERSP has been largely used in the implementation of application components, and the MSRDS that is a developmental environment including dynamic simulator has been extended to laboratories at universities and conventional MS tools-based users [1, 2]. The MSRDS provides the DSS(Decentralized Software Services) that is a service-based runtime architecture and distributed application pattern, which is a type of REST (Representational State Transfer), and CCR(Concurrency and Coordination Runtime) that is concurrent processing and control technology in distributed computing environment. In addition, it provides a dynamic simulation engine using the PhysX [3]. In recent years, a graphic simulator for security robots using the MSRDS software platform and dynamic simulation environment [4] and a service-based simulation framework using environmental information were presented [5]. But, the most simulators using the MSRDS are applied to mobile robots [4, 6]. This paper presents a PRS(Pet Robot Simulator) which is a graphic simulator coordinated over network and is aimed to be a useful tool for planning gaits or dynamic behaviors for walking pet robots. We performed gait control for two virtual robots coordinated over network with considering their dynamic movement according to the speed of its movement using a joystick. In addition, we developed a GUI for applying it to control the gait of an actual pet robot. The two walking pet robots can be simulated interactively by joysticks. It seems to be an internet game for pet robots.

2. SYSTEM ARCHITECTURE Fig. 1 illustrates the implementation of two pet robots in the PRS, which are controlled by different users A and B connected over the network. Users A and B operate the pet

- 2496 -

robots implemented in each computer using GUI. While the connection is maintained as a simultaneous manner, each user applies same commands to both robot A and B in A’s and B’s computers. The robots are controlled by the joystick and the direction values presented in the joystick will be applied to move them to left, right, forward and backward directions according to the walking algorithm.

Fig. 1. PRS controlled over a network.

3. GRAPHIC MODEL OF PSR Although a certain graphic simulator can perform 3D modeling like OpenGL or 3DMAX, a dynamic simulation function that simulates not only simple kinematical movements but also collision and collapse between joints caused by the unstable walking is required. This study developed a dynamic simulation environment for pet robots using the PhysX, which is a dynamic simulation engine implemented in the MSRDS. A dynamic model for certain objects can be presented by variables employed in the objects, such as weight, elastic force, gravity in a simulation environment, and friction. Similarly, it is possible to perform a dynamic walking in robot movements in which the feet of the robot contact the floor and push it using the frictional force between the feet and the floor. Thus, a developer can develop and verify various gaits of the walking robot in the PRS before developing a practical pet robot. All objects moved in a virtual space can be classified as independent objects. Thus, in the design of the exterior parts of a robot using a 3D design program, each part is to be generated as a format of file for each object. The quadruped walking robot used in this study has four legs, and each leg

PR0002/09/0000-2496 ¥400 © 2009 SICE

has shoulder, upper leg, lower leg, and foot. Thus, this study modeled a total of 19 objects, such as 16 components in four legs including body, neck, and head. Fig. 2 shows the graphic model of a pet robot and displays the kinematical information of the four-legged walking pet robot. All joints were established based on a cylindrical graphic model and the head and feet were designed based on a hexagonal model. Texture information was applied using the actual data of the robot modeled by using the Pro-E. In addition, the data will be applied to the surface of the robot by transforming it into MSRDS objective files [7]. The robot has three degrees-offreedom per leg and consists of the links for the two operational axes for moving head and neck. Thus, a total of 14 degrees-of-freedom are applied to the robot

moving, and the other sequential pictures represent the walking based on the mentioned walking algorithm.

Fig. 3. Falling down of the robot in a dynamic simulation.

Fig. 2. Joint coordinates in the graphic model.

4. RESULTS The movement of a four-legged robot in the PRS can be performed by two ways. First, the commands to move the body of the robot are applied to the determined direction directly, and the commands to move legs are applied to repeat the forward movement only. This method can be applied to a static simulation. Second, the movement of the robot is performed by the foot in which the foot pushes the floor, and the body can be moved by the friction between the foot and the floor [8]. It is a process occurred in the real world in the movement of animals and can be used in the case of the simulation, which can be implemented by a dynamic simulation. The dynamic simulation should support a physical environment that includes various natural laws, such as gravity, friction, elastic force, contact between objects, and collision. Fig. 3 illustrates the falling down of the robot that is bumped against the camera installed at the front during forward movement. Thus, it showed that the robot in a virtual space is not fixed in a point and stands on the floor based on the gravity by supporting four legs. In the results of the stable gait walking order implemented in this study and the control of the robot, the robot showed stable walking in a dynamic simulation space [9]. This study determined an input of a forwarding signal using a mouse through a direction controller or a pushing of a joystick to forwarding movement for moving each leg of the robot for one step. Fig. 4 shows the forward movement of the robot. As shown in Fig. 4, the picture 1 shows the initial pose before

- 2497 -

Fig. 4. Forward walking motions. As the same as the forward movement the left and right turning can be performed by the left and right direction signals from the direction controller of the Dashboard through the dragging of a mouse or controlling of a joystick. The movement of the turning is similar to the forward movement except for its direction. Fig. 5 represents the left turning of the robot by 180o.

commands are only applied to the A’s own computer, and the movement information of the robot is to be applied to the robot implemented in the B’s computer through the network. In addition, a study on the time delay occurred in the distributed environment is required. It can be considered that the pet robot simulator, PRS, implemented in this study can be usefully applied to investigate remote brains and gait, and demonstration of the robot. REFERENCES [1] [2] [3] Fig. 5. Left turn motions.

[4]

V. Conclusions This study developed the PRS which is a simulation environment for a four-legged robot based on the MSRDS environment. The MSRDS that applies a physical engine corresponding physical environments, which are difficult to deal in the existing static simulation program, such as OpenGL, generates some virtual environments through establishing lots of natural phenomena as specific data as similar as that of the real world. It is useful to determine dynamic behaviors in the legged robot walking in real environments. In these problems, the first problem is difficult to estimate the accurate movement as the robot contacts an object because the external physical body of the robot is not designed using actual texture mesh information. In the MSRDS models, it can be occurred at not external surfaces but the contact by the modeled object [2]. Second, the problem can be caused by the commands of composed entities instead of applying actual motor operation values for the rotational torque in each joint for the walking of the simulator. As a result, there are some difficulties in the precise study of gaits between the movement limitation and the robot walking. Thus, it is necessary to develop an extra dynamic modeling method for the frictional coefficient between the floor and the foot of the robot and its torque. Finally, the problem can be caused by the application of commands over a network that should be applied to both the robot implemented in the user A’s computer and the robot implemented in the user B’s computer at the same time. In the case of the commands that are to be applied at the same time, as the user A accesses the user B’s computer to control the A’s robot, although the user A can control the A’s own robot in the B’s computer, it is difficult to control the robot in the A’s computer. Because there are some unstable conditions in the network and time delay even though the same commands are transferred through the network, the error occurred in the robots between two computers gradually increased according to the passage of time. Therefore, it is necessary to solve the problem of the synchronization between two systems in which the commands are not to be applied to both the A’s and B’s computers simultaneously but the way that the control

- 2498 -

[5]

[6] [7] [8]

[9]

ERSP, Evolution Robotics, http://www.evolution.com MSRDS, Microsoft, http://www.microsoft.com/robotics B.W. Choi and K.W. Park, “Development Tools for Robot Software-(2)MSRDS” ICROS, vol.14, No.2, pp. 26-32, 2008.6 W.H. Hung, P.Liu and S.C. Kang, “Service-Based Simulator for Security Robot”, In Proc on IEEE International Conference on Advanced Robotics and its Social Impacts Taipei, Taiwan, Aug. 23-25, 2008 W.T.Tsai, Xin Sun, Qian Huang, and Helen Karatza, “An ontology-based collaborative service-oriented simulation framework with Microsoft Robotics Studio”, Simulation Modelling Practice and Theory, vol. 16, pp.1392-1414, 2008 Robosoft, http://www.robosoft.fr S.H. Hong, J.W. Jeon and J.S. Yoon, “A robot graphic simulator for tele-operation”, In Proc. on ISIE 2001, pp.195-200, Korea J.J. Kuffner, S. Kagami, M. Inaba, and H. Inoue. “Graphical simulation and high-level control of humanoid robots”, In Proc. IEEE/RSJ Int. Conf. on Intelligent Robots and Systems (IROS'00), Takamatsu, Japan, November 2000 J. Rebula et. Al, “A Controller for the Little Dog Quadruped Walking on Rough Terrain”, In Proc. on 2007 IEEE International Conference on Robotics and Automation (ICRA `07), Rome, Italy, 2007

Internet Coordinated Pet Robot Simulator based on MSRDS.pdf ...

Internet Coordinated Pet Robot Simulator based on MSRDS.pdf. Internet Coordinated Pet Robot Simulator based on MSRDS.pdf. Open. Extract. Open with.

645KB Sizes 5 Downloads 198 Views

Recommend Documents

1xEV-DO system-level simulator based on measured ...
As demand for high speed wireless data increases, 3GPP2 published 'cdma2000 ... ††HPEOS system, developed by HFR company is a High rate packet data.

An Ambient Robot System Based on Sensor Network ... - IEEE Xplore
In this paper, we demonstrate the mobile robot application associated with ubiquitous sensor network. The sensor network systems embedded in environment.

bilateral robot therapy based on haptics and reinforcement learning
means of adaptable force fields. Patients: Four highly paretic patients with chronic stroke. (Fugl-Meyer score less than 15). Methods: The training cycle consisted ...

Outdoor Robot Navigation Based on a Probabilistic ...
vehicle, and, afterwards, how to reduce the robot's pose uncertainty by means of fusing .... reveal that, as shown in Appendix C, GPS (or DGPS) pose estimates are ...... Applications to Tracking and Navigation”, John Wiley & Sons,. 2001.

bilateral robot therapy based on haptics and reinforcement learning
Conclusion: Bilateral robot therapy is a promising tech- nique, provided that it ... From the 1Italian Institute of Technology, 2Neurolab, DIST, University of Genova and 3ART Education and Rehabilitation. Center, Genova, Italy. ..... Parlow SE, Dewey

Stereo Vision based Robot Navigation
stereo vision to guide a robot that could plan paths, construct maps and explore an indoor environment. ..... versity Press, ISBN: 0521540518, second edi-.

Spline-based Robot Navigation
and target position and orientation, and a set of obstacles in the environment. The shapes, positions and orientations of the obstacles in space are fully described. The task is to find a continuous path for the object from its initial position to th

Swapsies on the Internet
Jul 6, 2015 - “speaks for” and “says” authentication constructs [21] and propose an obeys ... machines on open networks are not mutually suspicious, and that any ...... of trust relationships between high-level system components. (typically .

coordinated eye movement.pdf
to slide away to the opposite side. (Dr. Roberta Bondar, personal communication, July 2001). Figure 13–2 The visual axis through the center of the cornea and ...

Dynamics of Coordinated
Amsterdam and Center for the Ecological Study of Perception and. Action, University of .... the data of experiments, conducted and analyzed within that context. The account must be ...... systems in 1: l fre- quency locking, modeled as a hybrid.

On the Development of a Brain Simulator
are the emergence of the complex networks. Here, we try to make a comparison of the internet and the brain networks. The internet is a complex network which ...

Back-Tracking based Sensor Deployment by a Robot ...
sensor and robot nodes that communicate via wireless links to perform distributed sensing .... comprehensive survey can be found in our recent article [13]. Chang et al. ...... Vehicular Technology, 58(6): 2925-2941, 2009. [6] C.Y. Chang, J.P. ...

Pivoting Based Manipulation by a Humanoid Robot
the line segment is expressed as that of its center O(x, y) and its orientation θ. At each ... call that the k th component [f,g]k of Lie Bracket of vector field f and g is ...

Artificial Intelligence Based Robot Control Using Face and ... - IJRIT
artificial intelligence technique where robot control authentication process is done ... intelligence and face recognition system and hand gesture recognition and ...

Multi-robot cooperation-based mobile printer system
Sep 18, 1997 - A multi-robot cooperation system offers the advantage of acceleration of the .... robots through wireless communication. Its operation is as ...

Goat simulator 2
The punisher:warzone.This day and age.15407900600 ... Photoshop cc 64 bit 2015.Beginning android app pdf. ... Pdf dwg converter.Neon joe 720p.Crossing ...

Multi-robot cooperation-based mobile printer system - Semantic Scholar
Jan 24, 2006 - task allocation is not part of the printing time; (v) internet time delay and ..... maximum velocity of each robot was limited to 5 cm s−1 for accuracy ...

Artificial Intelligence Based Robot Control Using Face and ... - IJRIT
Human-computer interaction (HCI) get up as a field from tangled origins in computer graphics, ... is a discipline concerned with the design, evaluation and implementation of interactive computing systems for ... method, or may not the best method in

Notes on the Fire Dynamics Simulator (FDS) projection ...
Aug 22, 2007 - The predictor-corrector method used for time advancement of the velocity field in the Fire Dynamics .... Call the resulting velocity U∗ (or ...

Xcelium Parallel Simulator - Cadence
views. Shown here: Context-aware activity for finite state machine analysis. .... are big misses that can escape IP and subsystem .... External Data ... Plan. Figure 6: The vManager platform's advanced verification methodology control cycle ...

some contemporary concepts on pain in pet animals
Oct 31, 2012 - Bradikinin provokes receptor activation (mechanical- ... intense heat or coldness or a strong mechanical ..... Education, 1998 20 (2): 140-153.