<!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>
      <journal-title-group>
        <journal-title>International Conference on Digital Technologies in Education, Science and
Industry, December</journal-title>
      </journal-title-group>
    </journal-meta>
    <article-meta>
      <title-group>
        <article-title>Digital Model of Automated Mobile Reconnaissance Robot with Artificial Intelligence</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Sabyrzhan K. Atanov</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Hüseyin Canbolat</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Zhexen Y. Seitbattalov</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Ankara Yildirim Beyazit University (AYBU)</institution>
          ,
          <addr-line>Gazze Cd. No:7, Ayvali, Keçiören, Ankara, 06010</addr-line>
          ,
          <country country="TR">Turkey</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>L.N. Gumilyov Eurasian National University (ENU)</institution>
          ,
          <addr-line>2 Kanysh Satbayev St, Astana, Z01A3D7</addr-line>
          ,
          <country country="KZ">Kazakhstan</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2023</year>
      </pub-date>
      <volume>0</volume>
      <fpage>6</fpage>
      <lpage>07</lpage>
      <abstract>
        <p>Modern mobile robots are used in various tasks from the simplest to the most complex, requiring a high level of automation and the use of artificial intelligence. The use of mobile robots helps reduce the risk for emergency workers and the risk of exposure to human factors. Special cases of using mobile robots are reconnaissance of areas affected by chemical, biological, radiological and nuclear (CBRN) disasters. Our work proposes a model of an automated mobile reconnaissance robot using artificial intelligence to identify obstacles and evaluate environmental damage. As a result, digital and fuzzy logic models were developed, which made it possible to evaluate the effectiveness of the proposed design of a mobile robot and solve the issue of automating the control of the robot.</p>
      </abstract>
      <kwd-group>
        <kwd>1 Reconnaissance robot</kwd>
        <kwd>autonomous navigation</kwd>
        <kwd>CBRN threats</kwd>
        <kwd>GPS</kwd>
        <kwd>webots</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>
        The scope of mobile robot applications is quite widespread today. Mobile robots are used in both
civil and military fields, namely from delivery to performing complex operations with artificial
intelligence in areas that are difficult to access or in dangerous environments for humans [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]. For
example, a mobile robot sprinkler of the Fregat system was considered in one of the studies [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ].
Currently, the largest amount of research using mobile robots is found in the field of search and
rescue operations after a disaster [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ]. For instance, one of the studies proposed a special design
of a mobile robot with an active articulating chassis capable of functioning in conditions after an
earthquake or landslide to search for people [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ]. In other research, a spherical shape is considered
to ensure the high mobility of the robot and access to hard-to-reach places [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ]. Mobile robots are
also used in fire-hazardous environments to reduce losses among firefighter personnel [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ]. A
fairly relevant use of mobile robots is being considered for evaluating the damage to the area after
chemical, biological, radiological and nuclear (CBRN) disasters [
        <xref ref-type="bibr" rid="ref7 ref8">7, 8, 9</xref>
        ]. Unmanned aerial vehicles
(UAV) are used for detecting high-lying targets and reconnaissance objects [10]. Particularly
extreme operating conditions for a mobile robot are space conditions [11].
      </p>
      <p>An open issue in mobile robots remains the problem of optimizing path planning [12, 13]. A
similar question is relevant for planning the path of a lifted object by a manipulator [14]. The
Global Positioning System (GPS) is used to locate and designation of an intelligence target or
object. [15]. Also, one of the tasks often solved along the way during reconnaissance is drawing
up a map of the open or indoor area [16]. If we consider the use of mobile robots in the security
field, then most robots are used to detect and pursue intruders [17, 18].</p>
      <p>The purpose of this paper is to develop an automated mobile robot with artificial intelligence
for conducting reconnaissance in conditions of chemical hazards, capable of identifying obstacles
and measuring environmental pollution indicators.</p>
    </sec>
    <sec id="sec-2">
      <title>2. Materials and methods</title>
      <p>Webots R2023b was selected as the robot simulator [19] for creating a path-planning algorithm
for a mobile reconnaissance robot due to its extensive range of uses. It enables controller
programming, boasts a vast repository of robots and tools for designing them, and supports
numerous commonly used programming languages. Additionally, it is a versatile, cross-platform
software.</p>
      <p>Among the available robots in the Webots platform, the Pioneer3 has been selected as the
mobile reconnaissance robot for operations in chemically challenging environments. Figure 1
displays the mobile reconnaissance robot that has been designed for this purpose.</p>
      <p>The robot contains lidar sensors, GPS, a Wi-Fi module and a gas analyzer, as well as a camera
and a computing device for applying algorithms and artificial intelligence. The route for
reconnaissance can be specified via GPS coordinates, or the robot can randomly reconnoiter the
area using lidars to detect and avoid obstacles along the reconnaissance path.</p>
      <p>Fuzzy logic was chosen as a method for measuring environmental pollution. The MATLAB
programming language was chosen to implement its knowledge base and interface.</p>
      <p>Further, we have proposed a general scheme of the system with a description of the
reconnaissance process in the damaged area.</p>
      <sec id="sec-2-1">
        <title>2.1. General scheme</title>
        <p>The gas analyzer measures the ambient air value and transmits the data to the Raspberry Pi
of the mobile robot. A single-board computer stores a knowledge base and a fuzzy logic-based
algorithm compiled in MATLAB to estimate the level of air pollution and threat to human life. The
result and solution are sent to the cloud server via a secure communication channel. As other
studies have shown, the Raspberry Pi 4 Model B copes well with solving problems connected with
artificial intelligence and complex computing tasks [20, 21, 22].</p>
      </sec>
      <sec id="sec-2-2">
        <title>2.2. Gas analysis process</title>
        <p>In order to create the air quality estimation model, it was essential to gather data on oxygen,
methane, carbon dioxide, and chlorine levels for the assessment of air pollution. We received data
from the gas analyzer, which is presented in Table 1.</p>
        <p>All fuzzy operations were conducted within the Fuzzy Logic Toolbox of MATLAB. You can
observe the input and output data in Figure 1.</p>
        <p>The two most commonly employed Fuzzy Inference Systems are Mamdani and Sugeno.
Although the fundamental components of these Fuzzy Inference processes are similar, the
distinction between Mamdani and Sugeno lies in the output [23]. The Sugeno type establishes the
output membership function as a constant or a linear value, whereas the Mamdani type
characterizes the output as a fuzzy set. When developing the evaluation model for a gas analyzer,
opting for the Mamdani Inference System would be the most suitable choice, given the non-linear
nature of indicators related to the content of specific elements in the air and their impact on
humans.</p>
        <p>To describe element levels in the air and its impact on humans has been used a normal
distribution or also known as Gaussian distribution. Figure 1 displays graphical representations
of the membership functions for oxygen levels. As noted in Table 1, the oxygen content in the air
is about 0.1 or 10 per cent optimal for humans. Above 0.1 is also acceptable up to a limit of 0.35.
A higher oxygen content in the inhaled mixture leads to oxygen poisoning.</p>
        <p>In Figure 1, you can find graphical representations of the membership functions for methane
levels.</p>
        <p>A methane content of less than 3 percent in the air is not hazardous to humans. A higher
methane content leads to hypoxia (oxygen starvation), and such a mixture also becomes
explosive.</p>
        <p>Figure 1 showcases graphical representations of the membership functions for carbon dioxide
volume.</p>
        <p>A carbon dioxide content of less than 2 in the air is optimal. Carbon dioxide levels reaching
around 3.5 lead to headaches and loss of consciousness. Carbon dioxide levels above 6 leads to
death.</p>
        <p>Figure 1 provides graphical representations of the membership functions for chlorine levels.</p>
        <p>Chloride is a poisonous gas, up to a value of 0.002 with short-term contact the negative impact
on humans is minimal. At higher concentrations and prolonged exposure, it is fatal.</p>
        <p>Figure 1 displays graphical representations of membership function plots for air pollution in
the output data.</p>
        <p>This output parameter is determined by three normally distributed graphs with varying
degrees of air pollution and its impact on humans: safe, dangerous without precautions and fatal.</p>
        <p>In particular, when considering a case requiring precautionary measures, it can be noted that
a person needs to use personal protective equipment and chemical protective suits to reduce the
impact of a negative factor on his health.</p>
        <p>To fully define the system, it was essential to input the following twelve rules into the rule
editor, as depicted in Figure 1.</p>
        <p>To form rule base, the main scenarios and various combinations of input parameters with the
“AND” operator were considered and the output result was generated based on that.</p>
        <p>Thus, to generate a wider rule base and append more input parameters, the user can add new
elements and gases to the fuzzy inference system, indicating the membership function plots and
assessing the degree of exposure to a certain concentration on a human. After adding new
parameters and membership functions, he can create new rules and their combinations to form
an assessment of the impact of these gases on the degree of air pollution.</p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>3. Results</title>
      <p>After conducting the simulation, a rule viewer is depicted in Figure 1, illustrating the input and
output parameters, as well as the rules applied. In this particular instance, the oxygen level is at
0.5, methane is at 5.5, carbon dioxide stands at 6, and chlorine is measured at 0.008. The resulting
air pollution output is approximately 8.2, signifying a significant degree of air pollution, reaching
a level that poses a lethal risk to human life.</p>
      <p>Figure 1 illustrates the surface of air pollution, on the x axis is shown the chlorine levels and
on the y axis – oxygen level. As can be seen from the surface graph, an increase in the level of
chlorine content increases air pollution with the consequence of a threat to life. In turn, oxygen
deficiency also increases the chances of death for a person.</p>
      <p>If instead of the oxygen level we take the carbon dioxide content, then the pattern will be
approximately the same as on the previous surface, as shown in Figure 1.</p>
    </sec>
    <sec id="sec-4">
      <title>4. Conclusion</title>
      <p>The proposed intelligent system based on a model using fuzzy logic allows the user to determine
the degree of air pollution with toxic substances and eliminate the negative impact on emergency
personnel. It is worth noting that creating an accurate mathematical model for this task was
challenging due to the nonlinear relationship between various parameters. However, the
Mamdani-type fuzzy inference system has successfully defined the dependency between different
chemicals and elements and the extent of exposure to specific gas concentrations on the human
body.</p>
      <p>Analyzing the surfaces that determine air pollution levels reveals a clear correlation between
increased concentrations of toxic substances and the risk of fatalities. In this manner, fuzzy logic
control has identified the optimal gas concentrations for different scenarios and their impact on
human health to prevent fatalities. The program also allows users to input new data for additional
gases and chemical elements.</p>
      <p>A general exploration scheme was also developed to determine the concentration of harmful
gases and an algorithm was proposed for automated exploration of hazardous areas.</p>
      <p>For future research, we are considering adding a dosimeter and signal spectrum analyzers to
determine radiation exposure and analyze radio waves.</p>
    </sec>
    <sec id="sec-5">
      <title>5. Acknowledgements</title>
      <p>This research is funded by the Committee of Science of the Ministry of Science and Higher
Education of the Republic of Kazakhstan (Project No. AP19677508).</p>
    </sec>
    <sec id="sec-6">
      <title>6. References</title>
      <p>[9] M. Cihlar, P. Raichl, P. Gabrlik, J. Janousek, P. Marcon, L. Zalud, T. Lazna, K. Michenka, J. Nohel,
and A. Stefek. (2023). Simulation of Autonomous Robotic System for Intelligence and
Reconnaissance Operations. 9th International Conference on Modelling and Simulation for
Autonomous Systems, MESAS 2022, vol. 13866 LNCS, pp. 64-73, 2023, doi:
10.1007/978-3031-31268-7_4.
[10] J. Zhang and Y. Zhang. (2020). A method for UAV reconnaissance and surveillance in complex
environments. 6th International Conference on Control, Automation and Robotics, ICCAR
2020. vol. 2020-April, pp. 482-485. doi: 10.1109/ICCAR49639.2020.9107972.
[11] W. Mao, X. Wu, and Q. Hou. (2020). Research on mapping technology of indoor mobile robot
based on linear fitting. 9th IEEE Joint International Information Technology and Artificial
Intelligence Conference, ITAIC 2020, pp. 2150-2154, doi:
10.1109/ITAIC49862.2020.9339175.
[12] J. Wang. (2022). Robot Path Planning Based on Artificial Intelligence Algorithm. Lecture</p>
      <p>Notes on Data Engineering and Communications Technologies, vol. 103, pp. 927-933.
[13] C. Yan (2020). Research on Path Planning of Robot Based on Artificial Intelligence Algorithm.
5th International Conference on Intelligent Computing and Signal Processing, ICSP 2020, vol.
1544, 1 ed., doi: 10.1088/1742-6596/1544/1/012032.
[14] M. Nayab Zafar, J. C. Mohanta, and A. Sanyal. (2019). Design and Implementation of an
Autonomous Robot Manipulator for Pick &amp; Place Planning. 2nd International Conference on
Computational and Experimental Methods in Mechanical Engineering, ICCEMME 2019, vol.
691, 1 ed., doi: 10.1088/1757-899X/691/1/012008.
[15] H. Yu and L. Kong. (2018). Autonomous mobile robot based on differential global positioning
system," in: 15th IEEE International Conference on Mechatronics and Automation, ICMA
2018, pp. 392-396. doi: 10.1109/ICMA.2018.8484487.
[16] G. Argush, W. Holincheck, J. Krynitsky, B. McGuire, D. Scott, Ch. Tolleson, and M. Behl. (2020).</p>
      <p>Explorer51 - Indoor Mapping, Discovery, and Navigation for an Autonomous Mobile Robot.
2020 Systems and Information Engineering Design Symposium, SIEDS 2020. doi:
10.1109/SIEDS49339.2020.9106581.
[17] T. Shoji, M. Takimoto, and Y. Kambayashi. (2020). Capture of multi intruders by cooperative
multiple robots using mobile agents. 12th International Conference on Agents and Artificial
Intelligence, ICAART 2020, vol. 1, pp. 370-377.
[18] Y. Kambayashi, T. Sekido, and M. Takimoto. (2020). Capture of intruders by cooperative
multiple robots using mobile agents. 3rd International Conference on Intelligent Human
Systems Integration, IHSI 2020, vol. 1131 AISC, pp. 1041-1047.
[19] M. Khuralay, B. S. Serikovna, B. Baizhumanova, B. O. Ivanovna, A. K. Telektesovich and M. A.</p>
      <p>Moldamuratovich. (2022). Computer Simulation of the Path and Control of an Intelligent
Mobile Robot in Python. 2022 International Conference on Smart Information Systems and
Technologies (SIST), Nur-Sultan, Kazakhstan, pp. 1-8, doi:
10.1109/SIST54437.2022.9945739.
[20] V. Annadurai, V. Reshvanth, V. Santhanam, S. Thulasiram, K. Venusamy, and V.</p>
      <p>Sathyanarayanan. (2023). Design and Fabrication of Multi-Purpose Surveillance Mobile
Robot. 8th IEEE International Conference on Science, Technology, Engineering and
Mathematics, ICONSTEM 2023. doi: 10.1109/ICONSTEM56934.2023.10142791.
[21] P. Wang, X. Peng, and J. Chen. (2018). Highly Maneuverable Ground Reconnaissance Robot
Based on Machine Learning. 3rd International Conference on Robotics and Automation
Engineering, ICRAE 2018, pp. 102-106. doi: 10.1109/ICRAE.2018.8586709.
[22] Z. R. Burnayev, D. O. Toibazarov, S. K. Atanov, H. Canbolat, Z. Y. Seitbattalov and Dauren D.</p>
      <p>Kassenov. (2023). Weapons Detection System Based on Edge Computing and Computer
Vision. International Journal of Advanced Computer Science and Applications (IJACSA),
Article vol. 14( 5). doi: 10.14569/IJACSA.2023.0140586.
[23] Z. Y. Seitbattalov, S. K. Atanov and Z. S. Moldabayeva. (2021). An Intelligent Decision Support
System for Aircraft Landing Based on the Runway Surface. 2021 IEEE International
Conference on Smart Information Systems and Technologies (SIST), Nur-Sultan, Kazakhstan,
pp. 1-5. doi: 10.1109/SIST50301.2021.9466000.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>N.</given-names>
            <surname>Seenu</surname>
          </string-name>
          ,
          <string-name>
            <surname>R. M. K. Chetty</surname>
          </string-name>
          ,
          <string-name>
            <surname>K. M. A. Krishna</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          <string-name>
            <surname>Srinivas</surname>
            , and
            <given-names>R. G. P.</given-names>
          </string-name>
          <string-name>
            <surname>Raj.</surname>
          </string-name>
          (
          <year>2021</year>
          ).
          <article-title>A Mechatronics Design Approach of a Low-Cost Smart Reconnaissance Robot</article-title>
          ,
          <source>6th International Conference on Information System Design and Intelligent Application, INDIA</source>
          <year>2019</year>
          , vol.
          <volume>134</volume>
          , pp.
          <fpage>299</fpage>
          -
          <lpage>310</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>K.</given-names>
            <surname>Irshat</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Petr</surname>
          </string-name>
          , and
          <string-name>
            <given-names>R.</given-names>
            <surname>Irina</surname>
          </string-name>
          . (
          <year>2018</year>
          ).
          <source>The Selecting of Artificial Intelligence Technology for Control of Mobile Robots</source>
          . 2018
          <source>International Multi-Conference on Industrial Engineering and Modern Technologies</source>
          ,
          <source>FarEastCon</source>
          <year>2018</year>
          ,
          <year>2018</year>
          , doi: 10.1109/FarEastCon.
          <year>2018</year>
          .
          <volume>8602796</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>K.</given-names>
            <surname>Oda</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Takimoto</surname>
          </string-name>
          , and
          <string-name>
            <surname>Y. Kambayashi.</surname>
          </string-name>
          (
          <year>2018</year>
          ).
          <article-title>Mobile agents for robot control based on PSO</article-title>
          .
          <source>10th International Conference on Agents and Artificial Intelligence</source>
          ,
          <source>ICAART</source>
          <year>2018</year>
          , vol.
          <volume>1</volume>
          , pp.
          <fpage>309</fpage>
          -
          <lpage>317</lpage>
          , doi: 10.5220/0006727303090317.
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>S.</given-names>
            <surname>Narayan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Aquif</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A. R.</given-names>
            <surname>Kalim</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Chagarlamudi</surname>
          </string-name>
          , and
          <string-name>
            <surname>M. Harshith Vignesh.</surname>
          </string-name>
          (
          <year>2022</year>
          ).
          <article-title>Search and Reconnaissance Robot for Disaster Management</article-title>
          .
          <source>4th International and 19th National Conference on Machines and Mechanism</source>
          , iNaCoMM
          <year>2019</year>
          , pp.
          <fpage>187</fpage>
          -
          <lpage>201</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>M.</given-names>
            <surname>Bujnak</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Pirnik</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Kuchar</surname>
          </string-name>
          ,
          <article-title>and</article-title>
          <string-name>
            <surname>A. Kanalikova.</surname>
          </string-name>
          (
          <year>2022</year>
          ).
          <article-title>Reconnaissance Robot for Rescue Services</article-title>
          . 14th International
          <string-name>
            <surname>Conference</surname>
            <given-names>ELEKTRO</given-names>
          </string-name>
          ,
          <year>ELEKTRO 2022</year>
          , doi: 10.1109/ELEKTRO53996.
          <year>2022</year>
          .
          <volume>9803783</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>S.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Feng</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Niu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Shi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.</given-names>
            <surname>Wu</surname>
          </string-name>
          , and
          <string-name>
            <surname>H. Song.</surname>
          </string-name>
          (
          <year>2019</year>
          ).
          <article-title>A fire reconnaissance robot based on SLAM position, thermal imaging technologies, and AR display</article-title>
          .
          <source>Sensors (Switzerland)</source>
          , Article vol.
          <volume>19</volume>
          (
          <issue>22</issue>
          ). Art no.
          <issue>5036</issue>
          , doi: 10.3390/s19225036.
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>Y.</given-names>
            <surname>Kobayashi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Kanai</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Kikumoto</surname>
          </string-name>
          , and
          <string-name>
            <given-names>K.</given-names>
            <surname>Sakoda.</surname>
          </string-name>
          (
          <year>2022</year>
          ).
          <article-title>Design and Fabricate of Reconnaissance Robots for Nuclear Power Plants that Underwent Accidents</article-title>
          .
          <source>Journal of Robotics and Mechatronics</source>
          , vol.
          <volume>34</volume>
          (
          <issue>3</issue>
          ), pp.
          <fpage>523</fpage>
          -
          <lpage>526</lpage>
          . doi:
          <volume>10</volume>
          .20965/jrm.
          <year>2022</year>
          .p0523.
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>A.</given-names>
            <surname>Selek</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Jurić</surname>
          </string-name>
          ;
          <string-name>
            <given-names>A.</given-names>
            <surname>Čirjak; F. Marić; M. Seder</surname>
          </string-name>
          ;
          <string-name>
            <surname>I. Marković; I. Petrović.</surname>
          </string-name>
          (
          <year>2019</year>
          ).
          <article-title>Control architecture of a remotely controlled vehicle in extreme CBRNE conditions</article-title>
          .
          <source>20th International Conference on Electrical Drives and Power Electronics</source>
          ,
          <string-name>
            <surname>EDPE</surname>
          </string-name>
          <year>2019</year>
          - 9th
          <string-name>
            <given-names>Joint</given-names>
            <surname>Slovakian-Croatian</surname>
          </string-name>
          <string-name>
            <surname>Conference</surname>
          </string-name>
          , vol.
          <source>2019-September</source>
          , pp.
          <fpage>273</fpage>
          -
          <lpage>278</lpage>
          . doi:
          <volume>10</volume>
          .1109/EDPE.
          <year>2019</year>
          .
          <volume>8883932</volume>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>