<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta />
    <article-meta>
      <title-group>
        <article-title>Development of A Remote Controlled Robotic System Combined ROS 2 and IoT</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Makoto Inoue</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Zhe Qiu</string-name>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Zhongkui Wang</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Department of Robotics, Ritsumeikan University</institution>
          ,
          <country country="JP">Japan</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Graduate School of Science and Engineering, Ritsumeikan University</institution>
          ,
          <country country="JP">Japan</country>
        </aff>
        <aff id="aff2">
          <label>2</label>
          <institution>Research Organization of Science and Technology, Ritsumeikan University</institution>
          ,
          <country country="JP">Japan</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2024</year>
      </pub-date>
      <fpage>19</fpage>
      <lpage>22</lpage>
      <abstract>
        <p>In this paper, we propose a tele-operated robotic system combined Robot Operating System (ROS) 2 and Internet of Things (IoT), aiming to solve labor shortage problem in Japanese food industry. The proposed robotic system consists of a ROS 2 based motion control module, a You Only Look Once (Yolo) V5 based object recognition module, and an Amazon Web Service (AWS) based cloud computing module. To show the efectiveness of the proposed robotic system, several typical pick-and-place tasks were conducted for handling three fruit samples such as apple, orange, and strawberry. These food samples could be successfully grasped and placed to desired destinations using the proposed robotic system.</p>
      </abstract>
      <kwd-group>
        <kwd>eol&gt;ROS 2</kwd>
        <kwd>IoT</kwd>
        <kwd>Remote Control</kwd>
        <kwd>AWS</kwd>
        <kwd>pick and place</kwd>
        <kwd>object recognition</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>
        In Japanese food industry, the labor shortage caused by the aging society has become a social
problem [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]. To address this problem, various robot systems have been proposed [
        <xref ref-type="bibr" rid="ref2 ref3 ref4 ref5 ref6 ref7 ref8">2, 3, 4, 5, 6, 7, 8</xref>
        ].
However, certain levels of expertise are required to operate these robotic systems [9] [10]. A
possible solution is to use the remote control strategy to simplify the operating processes.
Current problems in remote control robotic systems include network reliability and security
[11], system integration and compatibility [12], and increased costs due to various types of
food products. Therefore, in this study, we propose a remote control system combined ROS 2
and IoT. ROS 2 is an open-source software framework designed for the development of robotic
applications. It provides a structured environment that simplifies the process of creating complex
and robust robot behavior across a wide variety of robotic platforms. IoT changes manufacturing
by connecting smart devices and systems to enhance eficiency and innovation. It integrates
advanced technologies such as machine learning and big data, enabling predictive maintenance
and operational optimization. IoT not only improves productivity but also fosters new business
opportunities in the industrial sector. The proposed robotic system combines the ROS 2 and IoT,
which possesses a series of merits, such as remotely control of typical robotic pick-and-place
tasks, requirements of less trained labors, reducing costs related to system changes, and so on.
      </p>
    </sec>
    <sec id="sec-2">
      <title>2. Remote Control System Structure</title>
      <p>The robotic motion control module utilizes the MoveIt 2 package of ROS 2 for robotic motion
control. which includes a series of useful functions, such as motion planning, manipulation,
three-dimensional (3D) perception, kinematics, control, and navigation[13]. The desired control
commands was transmitted via USB to Dynamixel protocol between the local PC and this
module.</p>
      <p>The object recognition module utilizes the Yolo V5 for object detection. Yolo is a
state-ofthe-art, real-time object detection algorithm. The bounding boxes of the target object can be
predicted via a single neural network, and be classified with certain probabilities. Using Yolo,
real time object detection could be realized due to its fast process rate. In addition, YOLO also
has high detection accuracy with few background errors [14]. Although other versions of Yolo
packages can be used, this time we selected Yolo V5 in our preliminary experiments.</p>
      <p>The cloud computing module utilizes the AWS for communications between remote PC and
local PC via Message Queuing Telemetry Transport (MQTT) protocol. AWS ofers a broad set
of Internet of Things (IoT) services that allow devices to connect to the cloud and interact with
other devices and cloud applications. The AWS IoT Core is a managed cloud service that enables
connected devices securely interact with cloud applications and other devices. It can support
billions of devices and trillions of messages, and can process and route those messages to AWS
endpoints and to other devices reliably and securely [15].</p>
    </sec>
    <sec id="sec-3">
      <title>3. Experiment</title>
      <sec id="sec-3-1">
        <title>3.1. Experimental Setup</title>
        <p>To show the efectiveness of the proposed system, several pick-and-place tasks were conducted
for handling a series of food samples, such as apple, orange, and strawberry.</p>
        <p>Local PC</p>
        <p>Camera
Plate</p>
        <p>Handled Object</p>
        <p>Robot</p>
        <p>Remote PC</p>
      </sec>
      <sec id="sec-3-2">
        <title>3.2. Experimental Results</title>
        <p>be successfully picked up and be placed to the desired plate. The corresponding recognition
confidences were 0.90 and 0.70, and the successful rates of these tasks were 100%, as shown in
Table 1.</p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>4. Conclusion and Future work</title>
      <p>In this study, we developed a remote controlled robotic system combined ROS2 and IoT. The
proposed system was successfully applied for typical pick-and-place tasks. A series of food samples
could be successfully picked up and be placed to desired destinations using the proposed system.
In the future, we would like to conduct the pick-and-place tasks using actual food products.
Furthermore, monitoring is commonly required for the remote control system. However, the
current system could not remotely monitor the sensor data from the robot side, which will
also be solved in our future study. In addition, it is believed that hardware resources of the
proposed system could be reduced by utilizing the resources of cloud services and performing
calculations such as recognition and trajectory calculations on the cloud side.
[9] D. Kang, Y. Oh, J. H. Bong, S. Park, S. Kim, Development of augmented reality-based
display for tele-operation robotic system: Remote control of robotic system with enhanced
display for the operator, 2016. URL: https://api.semanticscholar.org/CorpusID:64562928.
[10] S. Nisar, O. Hasan, State of the art and key design challenges of telesurgical robotics,
Advanced Methodologies and Technologies in Artificial Intelligence, Computer Simulation,
and Human-Computer Interaction (2019). URL: https://api.semanticscholar.org/CorpusID:
115365492.
[11] P. Picozzi, U. Nocco, G. Puleo, C. Labate, V. Cimolin, Telemedicine and robotic surgery: A
narrative review to analyze advantages, limitations and future developments, Electronics
(2023). URL: https://api.semanticscholar.org/CorpusID:266603412.
[12] E. Bertino, D. Bliss, D. Lopresti, L. Peterson, H. Schulzrinne, Computing research challenges
in next generation wireless networking, 2021. arXiv:2101.01279.
[13] D. Coleman, I. Sucan, S. Chitta, N. Correll, Reducing the barrier to entry of complex robotic
software: a moveit! case study, arXiv preprint arXiv:1404.3785 (2014).
[14] G. Jocher, A. Chaurasia, A. Stoken, J. Borovec, NanoCode012, Y. Kwon, K. Michael, TaoXie,
J. Fang, imyhxy, Lorna, Z. Yifu, C. Wong, A. V, D. Montes, Z. Wang, C. Fati, J. Nadar,
Laughing, UnglvKitDe, V. Sonck, tkianai, yxNONG, P. Skalski, A. Hogan, D. Nair, M. Strobel,
M. Jain, ultralytics/yolov5: v7.0 - YOLOv5 SOTA Realtime Instance Segmentation, 2022.</p>
      <p>URL: https://doi.org/10.5281/zenodo.7347926. doi:10.5281/zenodo.7347926.
[15] Aws, 2024. Https://aws.amazon.com/jp/.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>F.</given-names>
            <surname>Japan</surname>
          </string-name>
          <article-title>Ministry of Agriculture, Fisheries, Vision for overcoming labor shortages in the food manufacturing industry</article-title>
          ,
          <year>2019</year>
          . https://www.maf.go.jp/j/shokusan/seizo/attach/pdf/ vision-23.pdf.
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>M.</given-names>
            <surname>Mueller</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Kuhlenkoetter</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Nassmacher</surname>
          </string-name>
          ,
          <article-title>Robots in food industry challenges and chances</article-title>
          , in: ISR/Robotik 2014; 41st International Symposium on Robotics,
          <year>2014</year>
          , pp.
          <fpage>1</fpage>
          -
          <lpage>7</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>L. N.</given-names>
            <surname>Duong</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Al-Fadhli</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Jagtap</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Bader</surname>
          </string-name>
          ,
          <string-name>
            <given-names>W.</given-names>
            <surname>Martindale</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Swainson</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Paoli</surname>
          </string-name>
          ,
          <article-title>A review of robotics and autonomous systems in the food industry: From the supply chains perspective</article-title>
          ,
          <source>Trends in Food Science &amp; Technology</source>
          <volume>106</volume>
          (
          <year>2020</year>
          )
          <fpage>355</fpage>
          -
          <lpage>364</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <surname>Conected</surname>
            <given-names>robotics</given-names>
          </string-name>
          ,
          <year>2024</year>
          . Https://connected-robotics.com/products/delibot/.
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>Z.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Furuta</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Hirai</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Kawamura</surname>
          </string-name>
          ,
          <article-title>A scooping-binding robotic gripper for handling various food products</article-title>
          ,
          <source>Frontiers in Robotics and AI</source>
          <volume>8</volume>
          (
          <year>2021</year>
          )
          <fpage>640805</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>Z.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Hirata</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Sato</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Mori</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Kawakami</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Furukawa</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Kawamura</surname>
          </string-name>
          ,
          <article-title>A soft robotic hand based on bellows actuators for dishwashing automation</article-title>
          ,
          <source>IEEE Robotics and Automation Letters</source>
          <volume>6</volume>
          (
          <year>2021</year>
          )
          <fpage>2139</fpage>
          -
          <lpage>2146</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>M.</given-names>
            <surname>Sato</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Arita</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Mori</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Kawamura</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <article-title>A sensorless parallel gripper capable of generating sub-newton level grasping force</article-title>
          ,
          <source>in: 2024 IEEE/SICE International Symposium on System Integration (SII)</source>
          , IEEE,
          <year>2024</year>
          , pp.
          <fpage>202</fpage>
          -
          <lpage>206</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>Z.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Makiyama</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Hirai</surname>
          </string-name>
          ,
          <article-title>A soft needle gripper capable of grasping and piercing for handling food materials</article-title>
          ,
          <source>Journal of Robotics and Mechatronics</source>
          <volume>33</volume>
          (
          <year>2021</year>
          )
          <fpage>935</fpage>
          -
          <lpage>943</lpage>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>