Simulation Project { As Test-Bed for. Multi-agent Organizational Behavior in

Size: px
Start display at page:

Download "Simulation Project { As Test-Bed for. Multi-agent Organizational Behavior in"

Transcription

1 Simulator Complex for RoboCup Rescue Simulation Project { As Test-Bed for Multi-agent Organizational Behavior in Emergency Case of Large-Scale Disaster? Toshiyuki KANEDA 1,Fumitoshi MATSUNO 2, Hironao TAKAHASHI 3, Takeshi MATSUI 4, Masayasu ATSUMI 5, Michinori HATAYAMA 6, Kenji TAYAMA 2,Ryousuke CHIBA 7, Kazunori TAKEUCHI 7 1 Faculty of Engineering, Nagoya Institute of Technology 2 Interdisciplinary Graduate School of Sci. and Eng., Tokyo Institute of Technology 3 Port and Harbor Research Institute, Ministry of Transport 4 Division of Information System, Applied Technology Co. 5 Faculty of Engineering, Soka University 6 Disaster Prevention Research Institute, Kyoto University 7 Graduate School of Engineering, University oftokyo Abstract. In the RoboCup Rescue Simulation Project, several kinds of simulator such as Building-Collapse and Road-Blockage Simulator, Fire Spread Simulator and Trac Flow Simulator are expected to provide a complicated situation in the case of the large-scale disaster through their synergistic eect. It is called Simulator Complex. This article addresses, rst, system components of the prototype version of this Simulator Complex, then, explains each of the simulators, and nally refers on the Space-Time GIS(Geographical Information System) which is expected to play a role of DBMS(DataBase Management System) in the whole project. 1 Introduction RoboCup-Rescue Simulation Project (RCRS) is being prepared as an opencompetition style research activity. In RCRS, several kinds of simulators, such as Building-Collapse and Road-Blockage Simulator, Fire Spread Simulator and Trac Flow Simulator, are expected to provide a complicated situation of a large-scale disaster through their synergistic eect. It is called Simulator Complex. The prototype versions of simulators are developed and the plug-in specications are published by the RCRS organizer, so it makes a open-style development possible. On the other hand, competitors' role is to develop teams of multi-agent system, such as Fire Brigade, Ambulance Team and Rubble Cleaner, in order to simulate their emergency behaviors in cases of the large-scale disaster, i.e. Hanshin Awaji Earthquake.? The Fourth International Workshop on RoboCup, The Melbourne Exhibition Center, Melbourne, Australia, August 30-31, 2000.

2 Open competitions for performance evaluation of multi-agent systems are to be held, in which the competitors make their agent teams to interact in this Simulator Complex, not only for evaluating the agent development, but also for testing and evolving appropriate strategies and tactics for organizational behaviors in the various kinds of emergency cases. Accordingly, the role of Simulator Complex is assigned to provide the competitors a test-bed for development of multi-agent systems. This article addresses, rst, the system organization of the prototype version of RoboCup Rescue Simulation Project, then, explains the Building Collapse and Road-Blockage Simulator, Fire Spread Simulator and Trac Flow Simulator, and nally refers on Space-Time GIS (Geographical Information System) which is designed to play a role of DBMS(DataBase Management System) in our RoboCup Rescue Simulation Project. 2 System Organization of the Prototype Version of the Simulator Complex Figure 1 shows the system organization of the prototype version of the Simulator Complex. All simulators, the GIS, viewers and agents are to be plugged in to the kernel, therefore, all information are communicated through the kernel. Fig. 1. System organization of the prototype version The case area is chosen to km width in Nagata Ward in Kobe city, where is an typical Japanese inner-city area, and one of the most damaged area

3 in 1995's Hanshin Awaji Earthquake. The simulation covers the rst three days after the occurrence of an earthquake, by simulating phenomenon and activity for each minute by each step. 3 Building Collapse and Road-Blockage Simulator(BRS) BRS calculates the collapse of buildings in the case of earthquake, and based on this result, it generates situations of the road-blockage. BRS is developed by the Port and Harbor Research Institute of the Ministry of Transportation. Buildings and poles collapse and occupy the roads. Falling objects attached to buildings, such as external walls, windows, and roof tiles, and objects attached to poles, such assignboards and hanging power lines block trac. As the seismic motion becomes stronger, the more collapse occurs. Thus, the occurrence of road blockade can be explained based on the degree of collapse and also road width. Figure 2 (a) shows ratio of collapse as a function of the strength of the seismic motion. As for road width, the wider the road is, there is more possibility that D (TXLYDOHQW VHLVPLF LQWHQVLW\ E (TXLYDOHQW VHLVPLF LQWHQVLW\ Fig. 2. Seismic intensity eects for collapse and blockade a passage at the center of these roads will remain intact for trac. The role of the blockade occurrence model is to compute the probability of vehicle trac through the roads, which are separated into seven classes based on their width. Figure 2 (b) shows probability of vehicle trac as a function of the seismic intensity in case of 0-4m road width [4]. 4 Fire Spread Simulator(FSS) FSS calculates many res at the same time in the case of the earthquake and simulates the spread process of the res, and change the situations also depending

4 on re-ghting activities of Fire-Brigade agents. FSS is developed by Applied Technology Co. Ltd. in collaboration with some academic researchers. FSS is designed as a general-purpose system that can be applied to the re not only at earthquake cases but ordinary cases. The ow chart of computation is shown in Figure 3, which consists of the following processes: 1)combustion process, 2)spread process, 3)ignition process, and 4)the inuence of the ghting a re power. Fig. 3. Flow-chart of re spread model [2] 5 Trac Flow Simulator(TFS) TFS simulates the moves of the agents on the roads especially blocked by rubbles of buildings. Briey saying, the role of TFS should be assigned to provide a trac situation in a inner-city area in case of a large-scale disaster. The following items are considered for the model design. 1. inuences on road blockage mainly caused by the collapse of buildings

5 2. inuences on blackout of trac signals 3. problems on passing of emergency cars such as re brigades 4. problems on refuge in heaps of rubble The trac network consists of roads and nodes (intersections). A road has the following properties: (a) nodes in connection with the road,(b) road width (mm), (c) blockage width of rubble,(d) the number of lanes of 'upward' line, (e) the number of lanes of'downward' line, and (f) width of sidewalk (mm). A node has the following properties: (a) roads in connection with the node, (b) existence of signal, (c) 'split' pattern of the signal (if it has a signal), (d) the number of lanes of short-cut for left-turn, (e) the number of lanes of pocket for right-turn, and (f) lane length of the pocket. At the start of simulation and each simulation step, the simulator receives information from the kernel and renews information on location of ambulance, re-brigade, police and refuge agents. Inside the trac simulator, trac is simulated every one second, which is the same as TRANSIMS [5] that is a cellular automata-based micro-simulator. The simulator sends back to the kernel simulated results in each step. As further direction of development, we should incorporate mechanisms to simulate eects of emergency trac control [1]. The following are requirements imposed on the current trac ow simulator to realize the trac control { implementation of various channels for information gathering by trac control agents, { implementation of trac signal control mechanism, trac signal control interface with trac control agents, and trac ow calculation under the trac signal control, { implementation of various trac restrictions instructed by trac control agents and various channels for communicating trac restriction information to car agents, { implementation of damage management mechanism on trac control equipment and its monitoring interface by trac control agents. 6 Space-Time GIS as DBMS In order to manage spatial temporal information of a concerned simulation area, Space-Time GIS(Geographical Information System) is devised as a Database Management System (DBMS). We call this system DiMSIS [3]. The essential feature of DiMSIS is that spatial information is described based on topology calculation and temporal information is managed based on the space-time approach. To manage temporal information, there exist the following two approaches (see also Figure 4). Snapshot View Model: In this approach, each spatial data set is connected with the temporal information. Almost all the commercialized spatial temporal GISs have adopted this approach.

6 Space-time Approach Model: In this approach, each element of the spatial data is connected with the temporal information. The spatial temporal GISs adopting this approach start studying recently. 7 W 7 W 7 W 6QDSVKRW 9LHZ 0RGHO 6SDFH7LPH $SSURDFK 0RGHO WJHQHUDWLRQ WLPH WJHQHUDWLRQ WLPHWGLVDSSHDUDQFH WLPH WJHQHUDWLRQ WLPH Fig. 4. Snapshot view and space-time approach for GIS data structure We compare the performances on memory use and computational complexity of the following four types: Explicit Topology & Snapshot View, Topology Calculation & Snapshot View, Explicit Topology & Space-Time Appraoch and Topology Calculation & Space-Time Approach. Results of theoretical evaluations suggested that our proposing Topology Calculation & Space-Time Approach was superior to other types. 7 Concluding Remarks The design principles and logics of models of three kinds of simulator, Building Collapse and Road- Blockage Simulator, Fire Spread Simulator and Trac Flow Simulator, and the Space-Time GIS are explained. The prototype version of this Simulator Complex has now achieved the speed of one minute simulation per second, that enables us to hold open-style agent competitions. References 1. Atsumi, M.: Adaptive Coordination of Distributed Truth Maintenance among Agents - Experimental Evaluation with Expressway Control Agency Testbed - IPSJ SIG-AI, 95-AI-102 (in Japanese). (1995) Fire department, Kobe city oce (eds.): Ocial Report on Fire in Hanshin Awaji Earthquake. Tokyo Horei Shuppan (in Japanese). 3. Kakumoto, K., Hatayama, M., Kameda, H., and Taniguchi, T.: Development of Disaster Management Spatial Information System (DiMSIS). GIS'97 Conference Proceedings. (1997) 595{ Kotani, M., et.al.: Analysis on Blockage of Neighborhood Road-Networks in Hanshin Awaji Earthquake. Journal of Trac Engineering Association (in Japanese). (1996) Nagel, K., Beckman, R., Barrett, C.: TRANSIMS for Transportation Planning. 6th Int. Conf. on Computers in Urban Planning and Urban Management '99. (1999)

Database Driven RoboCup Rescue Server

Database Driven RoboCup Rescue Server Database Driven RoboCup Rescue Server Thesis submitted in fulfillment of the requirements for the degree of Master of Science by Research in Computer Science by Rahul Sarika 200402034 2 rahul sarika@research.iiit.ac.in

More information

INTEGRATED EARTHQUAKE DISASTER SIMULATION SYSTEMS FOR THE HIGHLY-NETWORKED INFORMATION SOCIETY

INTEGRATED EARTHQUAKE DISASTER SIMULATION SYSTEMS FOR THE HIGHLY-NETWORKED INFORMATION SOCIETY 13 th World Conference on Earthquake Engineering Vancouver, B.C., Canada August 1-6, 2004 Paper No. 2793 INTEGRATED EARTHQUAKE DISASTER SIMULATION SYSTEMS FOR THE HIGHLY-NETWORKED INFORMATION SOCIETY Yozo

More information

A Communication Model for Inter-vehicle Communication Simulation Systems Based on Properties of Urban Areas

A Communication Model for Inter-vehicle Communication Simulation Systems Based on Properties of Urban Areas IJCSNS International Journal of Computer Science and Network Security, VO.6 No.10, October 2006 3 A Communication Model for Inter-vehicle Communication Simulation Systems Based on Properties of Urban Areas

More information

Social Implementation Process of Information Technology in A Mountainous Community in Japan

Social Implementation Process of Information Technology in A Mountainous Community in Japan Social Implementation Process of Information Technology in A Mountainous Community in Japan Norio Okada Disaster Prevention Research Institute, Kyoto University Gokasho, Uji, Kyoto, 611-0011, Japan Email:okada@imdr.dpri.kyoto-u.ac.jp

More information

RoboCupRescue Rescue Simulation League Team Description Ri-one (Japan)

RoboCupRescue Rescue Simulation League Team Description Ri-one (Japan) RoboCupRescue 2014 - Rescue Simulation League Team Description Ri-one (Japan) Ko Miyake, Shinya Oguri, Masahiro Takashita Takashi Fukui, Takuma Mori Yosuke Takeuchi, Naoyuki Sugi Ritsumeikan University,

More information

Intelligent Traffic Signal Control System Using Embedded System

Intelligent Traffic Signal Control System Using Embedded System Intelligent Traffic Signal Control System Using Embedded System Dinesh Rotake 1* Prof. Swapnili Karmore 2 1. Department of Electronics Engineering, G. H. Raisoni College of Engineering, Nagpur 2. Department

More information

Intelligent Technology for More Advanced Autonomous Driving

Intelligent Technology for More Advanced Autonomous Driving FEATURED ARTICLES Autonomous Driving Technology for Connected Cars Intelligent Technology for More Advanced Autonomous Driving Autonomous driving is recognized as an important technology for dealing with

More information

An Overview of the DDT Project

An Overview of the DDT Project Chapter 2 An Overview of the DDT Project Satoshi Tadokoro, Fumitoshi Matsuno, Hajime Asama, Masahiko Onosato, Koichi Osuka, Tomoharu Doi, Hiroaki Nakanishi, Itsuki Noda, Koichi Suzumori, Toshi Takamori,

More information

UvA Rescue Team Description Paper Agent competition Rescue Simulation League Iran Open 2014

UvA Rescue Team Description Paper Agent competition Rescue Simulation League Iran Open 2014 UvA Rescue Team Description Paper Agent competition Rescue Simulation League Iran Open 2014 Mircea Traichioiu and Arnoud Visser Universiteit van Amsterdam, Science Park 904, 1098 XH Amsterdam, NL http://www.jointrescueforces.eu

More information

USE OF DIGITAL AERIAL IMAGES TO DETECT DAMAGES DUE TO EARTHQUAKES

USE OF DIGITAL AERIAL IMAGES TO DETECT DAMAGES DUE TO EARTHQUAKES USE OF DIGITAL AERIAL IMAGES TO DETECT DAMAGES DUE TO EARTHQUAKES Fumio Yamazaki 1, Daisuke Suzuki 2 and Yoshihisa Maruyama 3 ABSTRACT : 1 Professor, Department of Urban Environment Systems, Chiba University,

More information

AN EFFICENT SYSTEM FOR ACQUIRING EARTHQUAKE DAMAGE INFORMATION IN DAMAGE AREA

AN EFFICENT SYSTEM FOR ACQUIRING EARTHQUAKE DAMAGE INFORMATION IN DAMAGE AREA 13 th World Conference on Earthquake Engineering Vancouver, B.C., Canada August 1-6, 2004 Paper No. 1121 AN EFFICENT SYSTEM FOR ACQUIRING EARTHQUAKE DAMAGE INFORMATION IN DAMAGE AREA Akihiro SHIBAYAMA

More information

BRI R&D Initiative on Housing Safety to Mitigate Earthquake Disasters in Collaboration with Research Institutes

BRI R&D Initiative on Housing Safety to Mitigate Earthquake Disasters in Collaboration with Research Institutes BRI R&D Initiative on Housing Safety to Mitigate Earthquake Disasters in Collaboration with Research Institutes Expert meeting for the Anti-seismic Building Code Dissemination Project (ABCD) for the Housing

More information

(P.27)

(P.27) (P.27) 27 7 210 120 8 * Navigation and Anchoring Prohibited Area has been changed since June, 2017. 9 Port of Osaka The Guidelines of Measures for preventing Typhoon Disaster ( Objective )

More information

The Field of Systems Management, Graduate School of Engineering, Nagoya Institute of Technology, Nagoya, Aichi , Japan

The Field of Systems Management, Graduate School of Engineering, Nagoya Institute of Technology, Nagoya, Aichi , Japan Computer Technology and Application 7 (2016) 227-235 doi: 10.17265/1934-7332/2016.05.001 D DAVID PUBLISHING valuation of Behavior of vacuees on a Floor in a Disaster Situation Using Multi-agent Simulation

More information

Building Damage Mapping of the 2006 Central Java, Indonesia Earthquake Using High-Resolution Satellite Images

Building Damage Mapping of the 2006 Central Java, Indonesia Earthquake Using High-Resolution Satellite Images 4th International Workshop on Remote Sensing for Post-Disaster Response, 25-26 Sep. 2006, Cambridge, UK Building Damage Mapping of the 2006 Central Java, Indonesia Earthquake Using High-Resolution Satellite

More information

Asia Disaster Reduction Science and Technology Forum on December 4, 2006 BPPT Building II, Jakarta, Indonesia. Tatsuo Narafu

Asia Disaster Reduction Science and Technology Forum on December 4, 2006 BPPT Building II, Jakarta, Indonesia. Tatsuo Narafu Outline of Collaborative R&D Project on Network of Research Institutes in Earthquake Prone Areas in Asia supported by Ministry of Education, Culture, Sports, Science and Technology (MEXT) Asia Disaster

More information

Fujitsu, SMU, and A*STAR collaborate on traffic management technologies with the Maritime and Port Authority of Singapore

Fujitsu, SMU, and A*STAR collaborate on traffic management technologies with the Maritime and Port Authority of Singapore Fujitsu Limited Agency for Science, Technology and Research (A*STAR) Singapore Management University April 16, 2018 Fujitsu, SMU, and A*STAR collaborate on traffic management technologies with the Maritime

More information

A Multi-Agent Based Autonomous Traffic Lights Control System Using Fuzzy Control

A Multi-Agent Based Autonomous Traffic Lights Control System Using Fuzzy Control International Journal of Scientific & Engineering Research Volume 2, Issue 6, June-2011 1 A Multi-Agent Based Autonomous Traffic Lights Control System Using Fuzzy Control Yousaf Saeed, M. Saleem Khan,

More information

THE RELATIONSHIP BETWEEN FILL-DEPTHS BASED ON GIS ESTIMATION, EARTHQUAKE DAMAGE AND THE MICRO-TREMOR PROPERTY OF A DEVELOPED HILL RESIDENTIAL AREA

THE RELATIONSHIP BETWEEN FILL-DEPTHS BASED ON GIS ESTIMATION, EARTHQUAKE DAMAGE AND THE MICRO-TREMOR PROPERTY OF A DEVELOPED HILL RESIDENTIAL AREA THE RELATIONSHIP BETWEEN FILL-DEPTHS BASED ON GIS ESTIMATION, EARTHQUAKE DAMAGE AND THE MICRO-TREMOR PROPERTY OF A DEVELOPED HILL RESIDENTIAL AREA Satoshi IWAI 1 1 Professor, Dept. of Architectural Engineering,

More information

Link and Link Impedance 2018/02/13. VECTOR DATA ANALYSIS Network Analysis TYPES OF OPERATIONS

Link and Link Impedance 2018/02/13. VECTOR DATA ANALYSIS Network Analysis TYPES OF OPERATIONS VECTOR DATA ANALYSIS Network Analysis A network is a system of linear features that has the appropriate attributes for the flow of objects. A network is typically topology-based: lines (arcs) meet at intersections

More information

Development of Practical Software for Micro Traffic Flow Petri Net Simulator

Development of Practical Software for Micro Traffic Flow Petri Net Simulator Development of Practical Software for Micro Traffic Flow Petri Net Simulator Noboru Kimata 1), Keiich Kisino 2), Yasuo Siromizu 3) [Abstract] Recently demand for microscopic traffic flow simulators is

More information

Walkie-Talkie MIKE. 1 Introduction. Ian Frank 1, Kumiko Tanaka-Ishii 2, Hitoshi Matsubara 1, and Eiichi Osawa 1

Walkie-Talkie MIKE. 1 Introduction. Ian Frank 1, Kumiko Tanaka-Ishii 2, Hitoshi Matsubara 1, and Eiichi Osawa 1 Walkie-Talkie MIKE Ian Frank 1, Kumiko Tanaka-Ishii 2, Hitoshi Matsubara 1, and Eiichi Osawa 1 1 Future University, Hakodate, Japan, {ianf,matsubar,osawa}@fun.ac.jp 2 Tokyo University, Japan, kumiko@ipl.t.u-tokyo.ac.jp

More information

Rescue Robotics Challenge

Rescue Robotics Challenge Rescue Robotics Challenge Satoshi Tadokoro Tohoku University / International ti Rescue System Institute t Workshop on Intelligent Systems: A Festschrift for Richard Volts 2010.4.9 Kobe Earthquake (Jan.

More information

Nagoya University Center of Innovation (COI)

Nagoya University Center of Innovation (COI) The 18th International Conference on Industrial Technology Innovation (ICITI, 2017) Nagoya University Center of Innovation (COI) -Empowering an aging society through advanced mobility- August 22, 2017

More information

Searching Optimal Movements in Multi-Player Games with Imperfect Information

Searching Optimal Movements in Multi-Player Games with Imperfect Information 1 Searching Optimal Movements in Multi-Player Games with Imperfect Information Kenshi Yoshimura Teruhisa Hochin Hiroki Nomiya Department of Information Science Kyoto Institute of Technology Kyoto, Japan

More information

Overview of Research toward Realization of Intelligent Society

Overview of Research toward Realization of Intelligent Society Overview of Research toward Realization of Intelligent Society Hirotaka Hara Kazushi Ishigaki Fujitsu Laboratories carries out research and development for the realization of Intelligent Society, which

More information

USE OF OPTICAL SATELLITE IMAGES FOR THE RECOGNITION OF AREAS DAMAGED BY EARTHQUAKES ABSTRACT

USE OF OPTICAL SATELLITE IMAGES FOR THE RECOGNITION OF AREAS DAMAGED BY EARTHQUAKES ABSTRACT USE OF OPTICAL SATELLITE IMAGES FOR THE RECOGNITION OF AREAS DAMAGED BY EARTHQUAKES Miguel Estrada 1, Masashi Matsuoka 2, Fumio Yamazaki 3 ABSTRACT After an earthquake occurs, it is vital to identify hard-hit

More information

Estimating Vehicle Trajectories on a Motorway by Data Fusion of Probe and Detector Data

Estimating Vehicle Trajectories on a Motorway by Data Fusion of Probe and Detector Data Estimating Vehicle Trajectories on a Motorway by Data Fusion of Probe and Detector Data International Workshop on Transport Networks under Hazardous Conditions March 1st, 2013 Masao Kuwahara, Takeshi Ohata,

More information

MANAGEMENT OF INFRASTRUCTURE FACILITIES AS DISASTER PROTECTION

MANAGEMENT OF INFRASTRUCTURE FACILITIES AS DISASTER PROTECTION MANAGEMENT OF INFRASTRUCTURE FACILITIES AS DISASTER PROTECTION by Tadayuki TAZAKI 1,Takeo NAKAJIMA 2, Kazuhiro Nishikawa 3 ABSTRACT NILIM was established in April, 2001 following the reform of the central

More information

Supporting the Design of Self- Organizing Ambient Intelligent Systems Through Agent-Based Simulation

Supporting the Design of Self- Organizing Ambient Intelligent Systems Through Agent-Based Simulation Supporting the Design of Self- Organizing Ambient Intelligent Systems Through Agent-Based Simulation Stefania Bandini, Andrea Bonomi, Giuseppe Vizzari Complex Systems and Artificial Intelligence research

More information

RoboCup Rescue Simulation Innovation Strategy

RoboCup Rescue Simulation Innovation Strategy RoboCup Rescue Simulation Innovation Strategy Arnoud Visser 1, Nobuhiro Ito 2, and Alexander Kleiner 3 1 Universiteit van Amsterdam, Science Park 904, Amsterdam, The Netherlands 2 Aichi Institute of Technology,

More information

NEDO s Activities in the Robotics and Artificial Intelligence Fields

NEDO s Activities in the Robotics and Artificial Intelligence Fields NEDO s Activities in the Robotics and Artificial Intelligence Fields November 29, 2017 Dr. Shuji Yumitori Director General, Robot and Artificial Intelligence Technology Department New Energy and Industrial

More information

RoboCup Rescue Robot and Simulation Leagues

RoboCup Rescue Robot and Simulation Leagues RoboCup Rescue Robot and Simulation Leagues H. Levent Akın Nobuhiro Ito Adam Jacoff Alexander Kleiner Johannes Pellenz Arnoud Visser Abstract The RoboCup Rescue Robot and Simulation competitions have been

More information

ITS Radiocommunications in Japan Progress report and future directions

ITS Radiocommunications in Japan Progress report and future directions ITS Radiocommunications in Japan Progress report and future directions 6 March 2018 Berlin, Germany Tomoaki Ishii Assistant Director, New-Generation Mobile Communications Office, Radio Dept., Telecommunications

More information

Advanced Traffic Signal Control System Installed in Phuket City, Kingdom of Thailand

Advanced Traffic Signal Control System Installed in Phuket City, Kingdom of Thailand INFORMATION & COMMUNICATION SYSTEMS Advanced Traffic Signal Control System Installed in Phuket City, Kingdom of Thailand Hajime SAKAKIBARA, Masanori AOKI and Hiroshi MATSUMOTO Along with the economic development,

More information

Contents of Presentation

Contents of Presentation Outline of Collaborative R&D Project on Network of Research Institutes in Earthquake Prone Areas in Asia supported by Ministry of Education, Culture, Sports, Science and Technology (MEXT) Tokyo International

More information

The Future of Robot Rescue Simulation Workshop An initiative to increase the number of participants in the league

The Future of Robot Rescue Simulation Workshop An initiative to increase the number of participants in the league The Future of Robot Rescue Simulation Workshop An initiative to increase the number of participants in the league Arnoud Visser, Francesco Amigoni and Masaru Shimizu RoboCup Rescue Simulation Infrastructure

More information

Relation Formation by Medium Properties: A Multiagent Simulation

Relation Formation by Medium Properties: A Multiagent Simulation Relation Formation by Medium Properties: A Multiagent Simulation Hitoshi YAMAMOTO Science University of Tokyo Isamu OKADA Soka University Makoto IGARASHI Fuji Research Institute Toshizumi OHTA University

More information

DEVELOPMENT OF A MICROSCOPIC TRAFFIC SIMULATION MODEL FOR INTERACTIVE TRAFFIC ENVIRONMENT

DEVELOPMENT OF A MICROSCOPIC TRAFFIC SIMULATION MODEL FOR INTERACTIVE TRAFFIC ENVIRONMENT DEVELOPMENT OF A MICROSCOPIC TRAFFIC SIMULATION MODEL FOR INTERACTIVE TRAFFIC ENVIRONMENT Tomoyoshi SHIRAISHI, Hisatomo HANABUSA, Masao KUWAHARA, Edward CHUNG, Shinji TANAKA, Hideki UENO, Yoshikazu OHBA,

More information

A cellular automaton for urban traffic noise

A cellular automaton for urban traffic noise A cellular automaton for urban traffic noise E. Salomons TNO Science and Industry, Stieljesweg 1, 2628CK Delft, Netherlands erik.salomons@tno.nl 6545 Propagation of traffic noise in a city is a complex

More information

The Asia S&T Strategic Cooperation Promotion Program

The Asia S&T Strategic Cooperation Promotion Program Asia Disaster Reduction Science and Technology Forum The Asia S&T Strategic Cooperation Promotion Program Jakarta, December 4th, 2006 Akira YOSHIKAWA Deputy Director General Science & Technology Policy

More information

Indoor location algorithm based on RBF neural network 1

Indoor location algorithm based on RBF neural network 1 Acta Technica 62 No. 2B/2017, 253262 c 2017 Institute of Thermomechanics CAS, v.v.i. Indoor location algorithm based on RBF neural network 1 Xushan Peng 2, 3, Yongping Li 2, Xiaoming Zhang 2, Shui Wang

More information

Infrastructure Development Institute JAPAN

Infrastructure Development Institute JAPAN IDI QUARTERLY Japanese Infrastructure Newsletter Infrastructure Development Institute JAPAN CONTENTS 20 th Infrastructure Technology Development Award 2018 Enhancement of Efficiency and Effectiveness in

More information

2006 CCRTS THE STATE OF THE ART AND THE STATE OF THE PRACTICE. Network on Target: Remotely Configured Adaptive Tactical Networks. C2 Experimentation

2006 CCRTS THE STATE OF THE ART AND THE STATE OF THE PRACTICE. Network on Target: Remotely Configured Adaptive Tactical Networks. C2 Experimentation 2006 CCRTS THE STATE OF THE ART AND THE STATE OF THE PRACTICE Network on Target: Remotely Configured Adaptive Tactical Networks C2 Experimentation Alex Bordetsky Eugene Bourakov Center for Network Innovation

More information

The robotics rescue challenge for a team of robots

The robotics rescue challenge for a team of robots The robotics rescue challenge for a team of robots Arnoud Visser Trends and issues in multi-robot exploration and robot networks workshop, Eu-Robotics Forum, Lyon, March 20, 2013 Universiteit van Amsterdam

More information

Keywords: Educational system, Administrator of production, Product Lifecycle management, Production management, KAIZEN activity

Keywords: Educational system, Administrator of production, Product Lifecycle management, Production management, KAIZEN activity Design of Educational Program for Management of Market, Procurement, and Production Case Study of Educational Program for Factory Management in University Masahiro Arakawa Graduate School of Engineering,

More information

SPQR RoboCup 2016 Standard Platform League Qualification Report

SPQR RoboCup 2016 Standard Platform League Qualification Report SPQR RoboCup 2016 Standard Platform League Qualification Report V. Suriani, F. Riccio, L. Iocchi, D. Nardi Dipartimento di Ingegneria Informatica, Automatica e Gestionale Antonio Ruberti Sapienza Università

More information

Poles for Increasing the Sensibility of Vertical Gradient. in a Downhill Road

Poles for Increasing the Sensibility of Vertical Gradient. in a Downhill Road Poles for Increasing the Sensibility of Vertical Gradient 1 Graduate School of Science and Engineering, Yamaguchi University 2-16-1 Tokiwadai,Ube 755-8611, Japan r007vm@yamaguchiu.ac.jp in a Downhill Road

More information

TLCSBFL: A Traffic Lights Control System Based on Fuzzy Logic

TLCSBFL: A Traffic Lights Control System Based on Fuzzy Logic , pp.27-34 http://dx.doi.org/10.14257/ijunesst.2014.7.3.03 TLCSBFL: A Traffic Lights Control System Based on Fuzzy Logic Mojtaba Salehi 1, Iman Sepahvand 2, and Mohammad Yarahmadi 3 1 Department of Computer

More information

Lessons learned from the 2011 Great East Japan Earthquake

Lessons learned from the 2011 Great East Japan Earthquake 2013 The ECCE Conference Changes in Civil Engineering Lessons learned from the 2011 Great East Japan Earthquake Takehiko Ono 2013.5.31 1 Good afternoon, ladies and gentleman of European Council of Civil

More information

Grand Challenge Problems on Cross Cultural. Communication. {Toward Socially Intelligent Agents{ Takashi Kido 1

Grand Challenge Problems on Cross Cultural. Communication. {Toward Socially Intelligent Agents{ Takashi Kido 1 Grand Challenge Problems on Cross Cultural Communication {Toward Socially Intelligent Agents{ Takashi Kido 1 NTT MSC SDN BHD, 18th Floor, UBN Tower, No. 10, Jalan P. Ramlee, 50250 Kuala Lumpur, Malaysia

More information

Introduction to Multi-Agent Programming

Introduction to Multi-Agent Programming Introduction to Multi-Agent Programming 1. Introduction Organizational, MAS and Applications, RoboCup Alexander Kleiner, Bernhard Nebel Lecture Material Artificial Intelligence A Modern Approach, 2 nd

More information

DYNAMIC CHARACTERISTICS OF A BRIDGE ESTIMATED WITH NEW BOLT-TYPE SENSOR, AMBIENT VIBRATION MEASUREMENTS AND FINITE ELEMENT ANALYSIS

DYNAMIC CHARACTERISTICS OF A BRIDGE ESTIMATED WITH NEW BOLT-TYPE SENSOR, AMBIENT VIBRATION MEASUREMENTS AND FINITE ELEMENT ANALYSIS C. Cuadra, et al., Int. J. of Safety and Security Eng., Vol. 6, No. 1 (2016) 40 52 DYNAMIC CHARACTERISTICS OF A BRIDGE ESTIMATED WITH NEW BOLT-TYPE SENSOR, AMBIENT VIBRATION MEASUREMENTS AND FINITE ELEMENT

More information

Cognitive Radio: Smart Use of Radio Spectrum

Cognitive Radio: Smart Use of Radio Spectrum Cognitive Radio: Smart Use of Radio Spectrum Miguel López-Benítez Department of Electrical Engineering and Electronics University of Liverpool, United Kingdom M.Lopez-Benitez@liverpool.ac.uk www.lopezbenitez.es,

More information

S.P.Q.R. Legged Team Report from RoboCup 2003

S.P.Q.R. Legged Team Report from RoboCup 2003 S.P.Q.R. Legged Team Report from RoboCup 2003 L. Iocchi and D. Nardi Dipartimento di Informatica e Sistemistica Universitá di Roma La Sapienza Via Salaria 113-00198 Roma, Italy {iocchi,nardi}@dis.uniroma1.it,

More information

457 APR The Fourth Medium to Long-term Plan has started. No.

457 APR The Fourth Medium to Long-term Plan has started. No. 457 APR 2016 No. The Fourth Medium to Long-term Plan has started We are sorry to inform you that this April 2016 issue will be the final one to be distributed in printed materials. It would be appreciated

More information

Technology of Precise Orbit Determination

Technology of Precise Orbit Determination Technology of Precise Orbit Determination V Seiji Katagiri V Yousuke Yamamoto (Manuscript received March 19, 2008) Since 1971, most domestic orbit determination systems have been developed by Fujitsu and

More information

Hierarchical Controller for Robotic Soccer

Hierarchical Controller for Robotic Soccer Hierarchical Controller for Robotic Soccer Byron Knoll Cognitive Systems 402 April 13, 2008 ABSTRACT RoboCup is an initiative aimed at advancing Artificial Intelligence (AI) and robotics research. This

More information

Section 2 Council for Science and Technology Policy

Section 2 Council for Science and Technology Policy Section 2 Council for Science and Technology Policy The Council for Science and Technology Policy (CSTP) is placed in the Cabinet Office as a council for key policy for vigorously promoting Japan s S&T

More information

Realistic Rescue Simulation Method with Consideration of Road Network Restrictions

Realistic Rescue Simulation Method with Consideration of Road Network Restrictions Realistic Rescue Simulation Method with Consideration of Road Network Restrictions Kohei Arai 1 Graduate School of Science and Engineering Saga University Saga City, Japan Takashi Eguchi 1 Graduate School

More information

AN OVERVIEW OF THE STATE OF MARINE SPATIAL PLANNING IN THE MEDITERRANEAN COUNTRIES MALTA REPORT

AN OVERVIEW OF THE STATE OF MARINE SPATIAL PLANNING IN THE MEDITERRANEAN COUNTRIES MALTA REPORT AN OVERVIEW OF THE STATE OF MARINE SPATIAL PLANNING IN THE MEDITERRANEAN COUNTRIES MALTA REPORT Malta Environment & Planning Authority May 2007 AN OVERVIEW OF THE STATE OF MARINE SPATIAL PLANNING IN THE

More information

A Human Factor Analysis for Software Reliability in Design-Review Process

A Human Factor Analysis for Software Reliability in Design-Review Process International Journal of Performability Engineering, Vol. 2, No. 3, July 2006, pp. 223-232 RAMS Consultants Printed in India A Human Factor Analysis for Software Reliability in Design-Review Process SHIGERU

More information

Knowledge Map in Japan

Knowledge Map in Japan Knowledge Map in Japan Yusuke Naito Artificial Life Laboratory, Inc. 7/19/2013 Yusuke Naito 1 Visualize Current Knowledge Source Sommelier Tools for Science Technology Innovation Policy Japanized Science

More information

High Performance Computing Systems and Scalable Networks for. Information Technology. Joint White Paper from the

High Performance Computing Systems and Scalable Networks for. Information Technology. Joint White Paper from the High Performance Computing Systems and Scalable Networks for Information Technology Joint White Paper from the Department of Computer Science and the Department of Electrical and Computer Engineering With

More information

IMPLEMENTATION TECHNOLOGY AND NETWORKING - A KEY TO DISASTER REDUCTION -

IMPLEMENTATION TECHNOLOGY AND NETWORKING - A KEY TO DISASTER REDUCTION - IMPLEMENTATION TECHNOLOGY AND NETWORKING - A KEY TO DISASTER REDUCTION - Hiroyuki Kameda 1, Mohsen Ghafory-Ashtiany 2, Norio Okada 3, Amod Mani Dixit 4, Rajib Shaw 5, and Anshu Sharma 6 (Facilitators'

More information

TERMS OF REFERENCE FOR CONSULTANTS

TERMS OF REFERENCE FOR CONSULTANTS Strengthening Systems for Promoting Science, Technology, and Innovation (KSTA MON 51123) TERMS OF REFERENCE FOR CONSULTANTS 1. The Asian Development Bank (ADB) will engage 77 person-months of consulting

More information

Structure Health Monitoring System Using MEMS-Applied Vibration Sensor

Structure Health Monitoring System Using MEMS-Applied Vibration Sensor Structure Health Monitoring System Using MEMS-Applied Vibration Sensor SAKAUE Satoru MURAKAMI Keizo KITAGAWA Shinji ABSTRACT Recently, studies have come to be increasingly energetically conducted on structure

More information

Controller gain tuning of a simultaneous multi-axis PID control system using the Taguchi method

Controller gain tuning of a simultaneous multi-axis PID control system using the Taguchi method Control Engineering Practice 8 (2000) 949}958 Controller gain tuning of a simultaneous multi-axis PID control system using the Taguchi method Kiha Lee, Jongwon Kim* School of Mechanical and Aerospace Engineering,

More information

Multi-Robot Cooperative System For Object Detection

Multi-Robot Cooperative System For Object Detection Multi-Robot Cooperative System For Object Detection Duaa Abdel-Fattah Mehiar AL-Khawarizmi international collage Duaa.mehiar@kawarizmi.com Abstract- The present study proposes a multi-agent system based

More information

BIM, CIM, IOT: the rapid rise of the new urban digitalism.

BIM, CIM, IOT: the rapid rise of the new urban digitalism. NEXUS FORUM BIM, CIM, IOT: the rapid rise of the new urban digitalism. WHAT MATTERS IN THE GLOBAL CHALLENGE FOR SMART, SUSTAINABLE CITIES AND WHAT IT MEANS NEXUS IS A PARTNER OF GLOBAL FUTURES GROUP FOR

More information

Advanced Topics in AI

Advanced Topics in AI Advanced Topics in AI - Task Allocation - Alexander Felfernig and Gerald Steinbauer Institute for Software Technology Inffeldgasse 16b/2 A-8010 Graz Austria Agenda Motivation Examples Formal Problem Description

More information

SIS63-Building the Future-Advanced Integrated Safety Applications: interactive Perception platform and fusion modules results

SIS63-Building the Future-Advanced Integrated Safety Applications: interactive Perception platform and fusion modules results SIS63-Building the Future-Advanced Integrated Safety Applications: interactive Perception platform and fusion modules results Angelos Amditis (ICCS) and Lali Ghosh (DEL) 18 th October 2013 20 th ITS World

More information

Cooperative Behavior Acquisition in A Multiple Mobile Robot Environment by Co-evolution

Cooperative Behavior Acquisition in A Multiple Mobile Robot Environment by Co-evolution Cooperative Behavior Acquisition in A Multiple Mobile Robot Environment by Co-evolution Eiji Uchibe, Masateru Nakamura, Minoru Asada Dept. of Adaptive Machine Systems, Graduate School of Eng., Osaka University,

More information

Estimation of Rates Arriving at the Winning Hands in Multi-Player Games with Imperfect Information

Estimation of Rates Arriving at the Winning Hands in Multi-Player Games with Imperfect Information 2016 4th Intl Conf on Applied Computing and Information Technology/3rd Intl Conf on Computational Science/Intelligence and Applied Informatics/1st Intl Conf on Big Data, Cloud Computing, Data Science &

More information

SITUATED DESIGN OF VIRTUAL WORLDS USING RATIONAL AGENTS

SITUATED DESIGN OF VIRTUAL WORLDS USING RATIONAL AGENTS SITUATED DESIGN OF VIRTUAL WORLDS USING RATIONAL AGENTS MARY LOU MAHER AND NING GU Key Centre of Design Computing and Cognition University of Sydney, Australia 2006 Email address: mary@arch.usyd.edu.au

More information

Design and Implementation of Distress Prevention System using a Beacon

Design and Implementation of Distress Prevention System using a Beacon Design and Implementation of Distress Prevention System using a Beacon Imsu Lee 1, Kyeonhoon Kwak 1, Jeonghyun Lee 1, Sangwoong Kim 1, Daehan Son 1, Eunju Park 1 and Hankyu Lim 1.a 1 Department of Multimedia

More information

CORC 3303 Exploring Robotics. Why Teams?

CORC 3303 Exploring Robotics. Why Teams? Exploring Robotics Lecture F Robot Teams Topics: 1) Teamwork and Its Challenges 2) Coordination, Communication and Control 3) RoboCup Why Teams? It takes two (or more) Such as cooperative transportation:

More information

Status report of Dynamic Map Field Operational Tests

Status report of Dynamic Map Field Operational Tests Status report of Dynamic Map Field Operational Tests 14 th, November, 2017 MITSUBISHI ELECTRIC CORPORATION YOSHIAKI TSUDA 0 1.Positioning of field operational test Test details a. Validation of specifications

More information

SOUND: A Traffic Simulation Model for Oversaturated Traffic Flow on Urban Expressways

SOUND: A Traffic Simulation Model for Oversaturated Traffic Flow on Urban Expressways SOUND: A Traffic Simulation Model for Oversaturated Traffic Flow on Urban Expressways Toshio Yoshii 1) and Masao Kuwahara 2) 1: Research Assistant 2: Associate Professor Institute of Industrial Science,

More information

Press Conference President of JST. October 25, 2018

Press Conference President of JST. October 25, 2018 Press Conference President of JST October 25, 2018 Science Agora 2018 What is Science Agora? Science Agora is the biggest open forum of science in Japan, where everybody can attend and communicate, aiming

More information

INTERNAL CONCRETE INSPECTION AND EVALUATION METHODS FOR STEEL PLATE-BONDED SLABS BY USING ELASTIC WAVES VIA ANCHOR BOLTS

INTERNAL CONCRETE INSPECTION AND EVALUATION METHODS FOR STEEL PLATE-BONDED SLABS BY USING ELASTIC WAVES VIA ANCHOR BOLTS More info about this article: h Czech Society for Nondestructive Testing 32 nd European Conference on Acoustic Emission Testing Prague, Czech Republic, September 7-9, 216 INTERNAL CONCRETE INSPECTION AND

More information

ASP-DAC $ IEEE

ASP-DAC $ IEEE A Testability Analysis Method for Register-Transfer Level Descriptions Mizuki TAKAHASHI, Ryoji SAKURAI, Hiroaki NODA, and Takashi KAMBE Precision Technology Development Center, SHARP Corporation Tenri,

More information

Soccer Server: a simulator of RoboCup. NODA Itsuki. below. in the server, strategies of teams are compared mainly

Soccer Server: a simulator of RoboCup. NODA Itsuki. below. in the server, strategies of teams are compared mainly Soccer Server: a simulator of RoboCup NODA Itsuki Electrotechnical Laboratory 1-1-4 Umezono, Tsukuba, 305 Japan noda@etl.go.jp Abstract Soccer Server is a simulator of RoboCup. Soccer Server provides an

More information

Distributed Vision System: A Perceptual Information Infrastructure for Robot Navigation

Distributed Vision System: A Perceptual Information Infrastructure for Robot Navigation Distributed Vision System: A Perceptual Information Infrastructure for Robot Navigation Hiroshi Ishiguro Department of Information Science, Kyoto University Sakyo-ku, Kyoto 606-01, Japan E-mail: ishiguro@kuis.kyoto-u.ac.jp

More information

the hack /v1.1/ RE. FORM. KIT. 1

the hack /v1.1/ RE. FORM. KIT. 1 the hack /v1.1/ RE. FORM. KIT. 1 DALE. SKO. HACK. EXPLORING MODES OF PRODUCTION AND RE- FORM TACTICS Within the logics of industrial capitalism it seems natural to move all production to low cost countries,

More information

Mapping the capacity and performance of the arterial road network in Adelaide

Mapping the capacity and performance of the arterial road network in Adelaide Australasian Transport Research Forum 2015 Proceedings 30 September - 2 October 2015, Sydney, Australia Publication website: http://www.atrf.info/papers/index.aspx Mapping the capacity and performance

More information

Rescue System with Health Condition Monitoring Together with Location and Attitude Monitoring as Well as the Other Data Acquired with Mobile Devices

Rescue System with Health Condition Monitoring Together with Location and Attitude Monitoring as Well as the Other Data Acquired with Mobile Devices Rescue System with Health Condition Monitoring Together with Location and Attitude Monitoring as Well as the Other Data Acquired with Mobile Devices Kohei Arai 1 1 Graduate School of Science and Engineering

More information

Framework of STI for SDGs Roadmap case in Japan

Framework of STI for SDGs Roadmap case in Japan Framework of STI for SDGs Roadmap case in Japan May 8th, 2018 Science, Technology and Innovation Policy Cabinet Office, Japan Current Status of Japan Strength and Weakness Japan is ranked 11th in the SDG

More information

KNOWLEDGE NOTE 3-2. Emergency Communication. CLUSTER 3: Emergency Response. Emergency Communication

KNOWLEDGE NOTE 3-2. Emergency Communication. CLUSTER 3: Emergency Response. Emergency Communication KNOWLEDGE NOTE 3-2 CLUSTER 3: Emergency Response 1 Prepared by Rajib Shaw, Brett Peary, Ai Ideta, and Yukiko Takeuchi, Kyoto University; and Japan s Ministry of Internal Affairs and Communication 2 KNOWLEDGE

More information

Analysis of Computer IoT technology in Multiple Fields

Analysis of Computer IoT technology in Multiple Fields IOP Conference Series: Materials Science and Engineering PAPER OPEN ACCESS Analysis of Computer IoT technology in Multiple Fields To cite this article: Huang Run 2018 IOP Conf. Ser.: Mater. Sci. Eng. 423

More information

Service Cooperation and Co-creative Intelligence Cycle Based on Mixed-Reality Technology

Service Cooperation and Co-creative Intelligence Cycle Based on Mixed-Reality Technology Service Cooperation and Co-creative Intelligence Cycle Based on Mixed-Reality Technology Takeshi Kurata, Masakatsu Kourogi, Tomoya Ishikawa, Jungwoo Hyun and Anjin Park Center for Service Research, AIST

More information

List of Figures List of Tables. Chapter 1: Introduction 1

List of Figures List of Tables. Chapter 1: Introduction 1 Contents List of Figures List of Tables iii viii Chapter 1: Introduction 1 Chapter 2: Study of Pedestrian Behaviors in Urban Space 8 2.1 Effects of Space Configuration and Attraction on Spatial Behavior

More information

Available online at ScienceDirect. Procedia Computer Science 76 (2015 ) 2 8

Available online at   ScienceDirect. Procedia Computer Science 76 (2015 ) 2 8 Available online at www.sciencedirect.com ScienceDirect Procedia Computer Science 76 (2015 ) 2 8 2015 IEEE International Symposium on Robotics and Intelligent Sensors (IRIS 2015) Systematic Educational

More information

A STUDY OF WAYFINDING IN TAIPEI METRO STATION TRANSFER: MULTI-AGENT SIMULATION APPROACH

A STUDY OF WAYFINDING IN TAIPEI METRO STATION TRANSFER: MULTI-AGENT SIMULATION APPROACH A STUDY OF WAYFINDING IN TAIPEI METRO STATION TRANSFER: MULTI-AGENT SIMULATION APPROACH Kuo-Chung WEN 1 * and Wei-Chen SHEN 2 1 Associate Professor, Graduate Institute of Architecture and Urban Design,

More information

Comparison of Simulation-Based Dynamic Traffic Assignment Approaches for Planning and Operations Management

Comparison of Simulation-Based Dynamic Traffic Assignment Approaches for Planning and Operations Management Comparison of Simulation-Based Dynamic Traffic Assignment Approaches for Planning and Operations Management Ramachandran Balakrishna Daniel Morgan Qi Yang Howard Slavin Caliper Corporation 4 th TRB Conference

More information

Framework of STI for SDGs Roadmap case in Japan. May 8th, 2018 Science, Technology and Innovation Policy Cabinet Office, Japan

Framework of STI for SDGs Roadmap case in Japan. May 8th, 2018 Science, Technology and Innovation Policy Cabinet Office, Japan Framework of STI for SDGs Roadmap case in Japan May 8th, 2018 Science, Technology and Innovation Policy Cabinet Office, Japan Current Status of Japan Strength and Weakness Japan is ranked 11th in the SDG

More information

HDTV Mobile Reception in Automobiles

HDTV Mobile Reception in Automobiles HDTV Mobile Reception in Automobiles NOBUO ITOH AND KENICHI TSUCHIDA Invited Paper Mobile reception of digital terrestrial broadcasting carrying an 18-Mb/s digital HDTV signals is achieved. The effect

More information

Tsunami- Great Sumatra Earthquake Tsunami disaster (2004), Tohoku Earthquake and Tsunami(2011)

Tsunami- Great Sumatra Earthquake Tsunami disaster (2004), Tohoku Earthquake and Tsunami(2011) Chandana Dinesh Laboratory of Environmental Informatics Department of Urban and Environmental Engineering Kyoto University BACKGROUND Natural disasters have struck with unprecedented strength in recent

More information

BIM and Urban Infrastructure

BIM and Urban Infrastructure BIM and Urban Infrastructure Vishal Singh Assistant Professor Department of Civil and Structural Engineering, Aalto University 14 th September 2015 Learning objectives Describe the underlying concepts

More information

Wireless Location Technologies

Wireless Location Technologies Wireless Location Technologies Nobuo Kawaguchi Graduate School of Eng. Nagoya University 1 About me Nobuo Kawaguchi Associate Professor Dept. Engineering, Nagoya University Research Topics Wireless Location

More information