Joint Air to Ground Unmanned Autonomous Robotic System (Jaguar)

DOI : 10.17577/IJERTCONV3IS21009

Download Full-Text PDF Cite this Publication

Text Only Version

Joint Air to Ground Unmanned Autonomous Robotic System (Jaguar)

Nanda Kishore Joshi, Pramod S T, Niranjan M K, M Sai Roopesh

Department of Electronics and Communication Engineering, SJB Institute of Technology, Bengaluru, India

Abstract Robots are replacing humans in all the possible ways in many fields. It is very important that the robots are deployed instead of humans in dangerous circumstances. Maneuverability is one of the difficulty robots face in many terrains and in many hazardous circumstances. To eliminate the maneuverability problem Joint Air to Ground Unmanned Autonomous Robot (JAGUAR) concept is developed. The JAGUAR is a whole system which includes Multirotor/Unmanned Aerial Vehicle (UAV) and a Rover/Unmanned Ground Vehicle (UGV) working in coordination to perform a specific task.

The onboard Joint Air to Ground Unmanned Autonomous Robot Control (JAGUARC) system enables the UAV to deploy the UGV at the predefined destination point to perform the assigned task and carry UGV back to the home location autonomously without any human interference. The control module will have different sensors to observe the environment and will autonomously make decisions to coordinate the robots.

KeywordsUAV; UGV; Autopilot Mega board; transmitter; receiver; GPS, Sensors; Control Module.

  1. INTRODUCTION

    Maneuverability is one of the greatest problems to the ground as well as the aerial robots. To reach few places it is not sufficient for a robot to travel only by air or through ground, the robot needs to travel both by air and on the ground.

    In some applications like bomb disposal, the time and avoiding human interference are the primary factors. A robot which can move to the bomb location and pick the bomb and take it to the safe location (unmanned or bomb disposal squad) with very less time and with no human interference at the bomb location would be a great idea. Reconnaissance can be better performed by a small UGV deployed in the enemy area by a multi rotor (UAV) [1] rather than a single UAV. Such applications including many other applications which an aerial or ground robot alone cannot do can be accomplished by Joint Air to Ground Unmanned Autonomous Robot (JAGUAR).

    It can fly to the predefined destination point and deploy the ground robot to perform the assigned task and carry it back to the home location autonomously without any human interference. The system on-board JAGUAR which brings the coordination between multi rotor and rover is called the Joint Air-Ground Unmanned Autonomous Robot Control Module which also acts as docking system. It only coordinates UAV in deploying the rover and carrying it back to the home location. Any UAV and UGV coordinated with the control module can be called as a JAGUAR [Fig.2]. On the hardware side the module consist of various sensors and a

    microcontroller which coordinates the function of UGV and UAV.

    Furthermore, due to the quad copters cyclic design, it is easier to construct and maintain. As the technology becomes more advanced and more accessible to the public, many engineers and researchers have started designing and implementing quad copters for different uses [2].

  2. RELATED WORK

    An UAV might be a quad copter, tri copter, hexa copter or an octa copter [Fig.1] which can be built through open source documentation [6]. Auto pilot boards (APM, PX4FMU) are programmed to control the flight trajectory. Autonomous navigation of UAV over small range is achieved based on the telemetry command from the ground control system. Autonomous navigation of UAV over longer range can be achieved based on ad hoc network concepts [12]. Mission Planner software [Fig.3] is used to predefine the destination point using the GPS module [4] onboard UAV and program different flight modes like stabilization, failsafe, loiter and many more [7].The information on autonomous docking of a quad copter [5], design consideration of small UAV platform of carrying medium payloads, deals with building a UAV which can carry medium payloads [Fig.4]. To get more thrust KV ratings of the motor must be inversely proportional [3].

    Fig. 1 Different types of multi rotor.

    UGV/Rover [Fig.5] can be any custom built robot to perform specific task. UGV can be controlled from a long distance by the long range transmitter and receiver concept

    [10] deals with the building of the robots for the reconnaissance.

    Fig. 2 Multi rotor interface with UGV.

    UGVs can be used for many applications where it may be inconvenient, dangerous, or impossible to have a human operator present.

    Fig. 3 Mission planner software

    Fig. 4 Open source quad copter

    Fig. 5 Example of rover / UGV

  3. PRAPROSED JAGUAR METHOD

    We can see from the block diagram [Fig.6] that the module is the control system of the JAGUAR. It coordinates the action of the quad and ground vehicle with the help of various sensors and a microcontroller.

    return back to the base station. Sensing the movement of the servomotor, the IR sensor on the UGV signals the home of its successful docking and UAV returning back to the home.

    START

    NO

    UAV

    Landed

    YES

    Successfully deploy the UGV

    Successfully deploy the UGV

    Fig. 6 Block diagram JAGUAR of the system.

    A. Working of JAGUAR

    When the UAV lands at the destination after autonomously navigating from the home/base, the control module senses the landing of the quad copter and signals the servomotor to rotate clockwise for pre calculated steps to deploy the UGV (Rover). With the help of the onboard IR sensor, the UGV senses the movement of the servomotor [Fig.7] and signals the home/base of its successful landing.

    Successful docking of UGV

    NO

    Signal UAV to return to the base station

    Signal UAV to return to the base station

    YES

    Fig. 7 working diagram of JAGUAR

    Then on the UGV is controlled from the base station to accomplish the task. Movement of the UGV out of the docking platform is recorded by the control module as the deployment of the UGV.

    When the ground vehicle arrives back to its initial position, the module records it as the successful docking of the vehicle and sends a signal to servomotor to rotate anticlockwise for pre calculated steps and quad copter to

    END

    Fig. 8 Flowchart of JAGUAR

  4. JAGUARC SYSTEM IN DETAIL

    This module internally contains an IR sensor, an Ultrasound Sensor, a stepper motor (Servo motors), the docking platform and a microcontroller to control all the onboard components [Fig-9].

    The Ultrasound sensors sense the landing of the UAV by measuring the altitude of the module from the ground [11].Gives the equation for measuring the distance of an object by using ultrasonic transmitter and receiver.

    Distance (cm) = (Travel Time*10-6 * 34300)/ 2 (1) When the altitude of the system decreases below a pre-

    defined or threshold altitude, an interrupt is called to signal the landing of the UAV.

    Height (H) <= Threshold height (Ht) (2)

    Upon the arrival of the interrupt, the microcontroller signals the servomotor to rotate clockwise for the pre calculated steps to deploy the UGV.

    For a half stepping motor one step is equal to 0.9 degrees of rotation and for a full stepping motor one step is equal to

      1. degree of rotation.

        If a half stepping motor needs to rotate Y degrees then the number of steps (X) is given by

        X = Y/0.9 (3)

        If a full stepping motor needs to rotate Y degrees then the number of steps (X) is given by

        X = Y/1.8 (4)

        After theUGV is deployed or moved out of the docking platform, the IR sensors on the JAGUARC signal the microcontroller of the successful deployment of the UGV. The IR sensor [13] detects the UGV as it arrivals on to the docking platform and signals the microcontroller. Knowing the successful docking of the UGV, the microcontroller signals the servomotor to rotate back to its initial position and UAV to return back to the base station.

        START

  5. CONCLUSION

Nowadays there are many Unmanned Aerial Vehicles (UAVs) and Unmanned Ground Vehicles (UGVs) which can perform many different tasks. In this paper an approach is made to solve the maneuverability problems of the robots and enable UAVs and UGVs to work in coordination to perform a given task more efficiently by designing a control module called Joint Air to Ground Unmanned Autonomous Robot Control module.

An UAV and UGV being coordinated by this module can be together called as Joint Air to Ground Unmanned Autonomous Robot (JAGUAR). Various sensors and a microcontroller in the control module enable it to deploy the UGV at the destination point and UAV to fly back to the base station in a well-coordinated manner to accomplish a task more efficiently.

With the use of the appropriate UAV and UGV with this new module, JAGUAR can be used as a bomb disposal robot without human interference, reconnaissance robot, Nuclear waste disposal robots, Autonomous garbage collection robot

(Ultrasonic NO

sensor)

H = Ht

and many more.

ACKNOWLEDGMENT

YES

Rotate Servomotor anticlockwise for pre-calculated steps

Faculty of the Electronics and communication department of the SJB Institute of technology especially Mr. V. S. Jagannath Rao, and Dr D. N. Chandrappa are greatly acknowledged for their support and guidance in publishing this paper.

REFERENCES

IR sensor signals the deployment of the UGV to the Microcontroller

IR sensor signals the deployment of the UGV to the Microcontroller

IR sensor signals the successful docking of the UGV to the Microcontroller

IR sensor signals the successful docking of the UGV to the Microcontroller

A

Rotate Servomotor clockwise to its initial step

Rotate Servomotor clockwise to its initial step

Signal UAV to return to the base station

Signal UAV to return to the base station

END

Fig. 10 Flowchart of JAGUARC

      1. http://www.instructables.com/id/Scratch-build-your-own-quad-copter/

      2. S. Bouabdallah, "Design and control of quadrotors with application to autonomous flying ," Ph.D. dissertation, Dept. Sci. & Technol. Eng., Ecole Polytechnique Federale de Lausanne , Lausanne, Switzerland, 2007.

      3. Nicolas Guenard, Tarek Hamel, and Robert Mahony, A Practical Visual Servo Control for an Unmanned Aerial Vehicle transaction on robotics,vol-24,no-2,april2008 33. Member, IEEE.

      4. Bachrach et al., "RANGE-robust autonomous navigation in gps denied environments," in Proc. IEEE Int. Conf. Robotics and Automation, Anchorage, AK, 2010, pp. 1096-1097.

      5. Sa, Inkyu, and Peter Corke. "Estimation and control for an open-source quadcopter." Proceedings of the Australasian Conference on Robotics and Automation 2011.

      6. Haiying Luo et al., Key technologies of UAV calibration flight Published in:Guidance Navigation and Control Conference (CGNCC), 2014 IEEE China.

      7. Mission planner software, available: http://planner.ardupilot.com/

      8. UAV forge: DARPA and SSC Atlantic Collaborative Initiative [Online]. Available: http://www.uavforge.net/.

      9. Chaimowicz L.. Cowley A., Gomez-Ibanez D., et al., Deploying air- ground multi-robot teams in urban environments, Multi-Robot Systems. From Swarms to Intelligent Automata. Vol III, 223-234.

      10. J. H. Park, Y J. Son and J. H. Kim, "Design of Advanced Tele-operated Control System for Unmanned Vehicle", Proceeding of ICCAS. 2005.

      11. A. K. Shrivastava, A. Verma and S. P. Singh, Distance Measurement of an Object or Obstacle by Ultrasound Sensors using P89C51RD2, International Journal of Computer Theory and Engineering, Vol. 2, No. 1 February, 2010, 1793-8201.

      12. Mammadov E, Gueaieb W, Long-range communication framework for multi-agent autonomous UAVs, ICUAS conference. 2014.

      13. Infrared (IR) Object Detection Module circuit using IR sensor availableat http://www.rakeshmondal.info/IR-object-detection

Leave a Reply