Development of CPS Platform for Autonomous Construction

Yuichiro Kasahara,Kota Akinari,Tomoya Kouno,Noriko Sano,Taro Abe,Genki Yamauchi,Daisuke Endo,Takeshi Hashimoto,Keiji Nagatani,Ryo Kurazume
2024-11-29
Abstract:In recent years, labor shortages due to the declining birthrate and aging population have become significant challenges at construction sites in developed countries, including Japan. To address these challenges, we are developing an open platform called ROS2-TMS for Construction, a Cyber-Physical System (CPS) for construction sites, to achieve both efficiency and safety in earthwork operations. In ROS2-TMS for Construction, the system comprehensively collects and stores environmental information from sensors placed throughout the construction site. Based on these data, a real-time virtual construction site is created in cyberspace. Then, based on the state of construction machinery and environmental conditions in cyberspace, the optimal next actions for actual construction machinery are determined, and the construction machinery is operated accordingly. In this project, we decided to use the Open Platform for Earthwork with Robotics and Autonomy (OPERA), developed by the Public Works Research Institute (PWRI) in Japan, to control construction machinery from ROS2-TMS for Construction with an originally extended behavior tree. In this study, we present an overview of OPERA, focusing on the newly developed navigation package for operating the crawler dump, as well as the overall structure of ROS2-TMS for Construction as a Cyber-Physical System (CPS). Additionally, we conducted experiments using a crawler dump and a backhoe to verify the aforementioned functionalities.
Robotics
What problem does this paper attempt to address?
The problem that this paper attempts to solve is: due to the declining birthrates and aging populations in developed countries (including Japan), construction sites are facing a serious labor shortage. To address this challenge, the author has developed an open platform named ROS2 - TMS for Construction, which is a cyber - physical system (CPS) for construction sites and aims to improve the efficiency and safety of earthwork operations. Specifically, the goals of the paper include: 1. **Improve the automation level of construction sites**: By achieving autonomous construction to deal with the reduction in the number of skilled workers and technicians. 2. **Establish an efficient task - scheduling mechanism**: By introducing Behavior Trees (BT) to replace Finite State Machines (FSM), to more clearly define the starting points of tasks and improve task reusability. 3. **Promote technology sharing and cooperation**: By using common control messages, reduce redundant development among different research teams and lower the barriers for new technologies to enter the market. 4. **Verify the feasibility and effectiveness of the system**: Through experiments, verify the functionality of controlling actual construction machinery (such as crawler - type dump truck IC120 and backhoe excavator ZX200) using ROS2 - TMS for Construction and the OPERA platform. ### Key Technologies and Methods - **ROS2 - TMS for Construction**: A CPS platform based on ROS2, used to collect and store data from sensors on construction sites and create real - time construction site models in virtual environments, thereby optimizing the operation of actual construction machinery. - **OPERA platform**: An open platform developed by the Public Works Research Institute (PWRI) in Japan, used to achieve autonomous control of construction machinery through common control messages. - **Behavior Tree (BT)**: A task - scheduling mechanism that has better task definition and higher reusability compared to traditional Finite State Machines (FSM). ### Experimental Verification The paper also introduces experiments using crawler - type dump truck IC120 and backhoe excavator ZX200 to verify the effectiveness of the above - mentioned functions. Through these efforts, this paper aims to provide an efficient, safe, and easily extensible technical framework for future autonomous building construction.