SlideShare a Scribd company logo
1 of 4
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 02 | Feb 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 2144
LRMSE: A Framework on Lunar Rover for Moon Surface Exploration
Gamana R1, Ranjitha N1, Swathi Bai R1, Akshatha S1
18thSemester Dept. of Computer Science and Engineering, Jyothy Institute of Technology, Bangalore, India
---------------------------------------------------------------------***----------------------------------------------------------------------
Abstract - The purpose of this project is to create a
prototype of a lunar rover which should efficiently travel on
the lunar surfaces such as mounts, hills, rocky surface and
also to collect the composition of regolith, and to compare
the evaluation of chances of creating a lunar base for further
space exploration. This rover is intended to do all these
functions with the respective cameras and sensorsattached.
This project mainly concentrates on rover movement,image
processing and innovative designing. This rover has a
robotic arm to collect the sample of surface and a pan/tilt
camera which transmits the images back for further image
process. The rover can be remotely controlled or
autonomously navigated. It also needs to be suitably and
innovative designed.
Key Words: Lunar rover, sensors, image processing, edge
detection.
1. INTRODUCTION
1.1. Moon Overview
Moon has a radius of 1738km; it has gravitational influences
on earth’s tidal movement. It is the 5th largest natural
satellite in the solar system. Its gravitational force is 1/6th
that of earth though its surface is grey, it appears bright
because of the reflection of the sun’s light. Moon has
fascinated the human kind from the long time. The start of
the space age from 1957 with the launch of Russian satellite
sputnik has led the mankind within decades, an
extraordinary advancement of having launched more than
1000 artificial satellites. In 1969, Man stepped his foot on
moon for the first time. It’s evident that our natural satellite
should be explored further.
1.2. Rover Overview
Fig-1: View of Earth from Moon
In 1969, Neil Armstrongand Edwin,Aldrin buzzfirststepped
on moon.in the next years thus were more manned moon
missions, In Apollo 15,16,17 the last of the Apollo series
manned lunar rover were used.
In 1970, Russia launched a spacecraft named luna17. Under
the LUNAKHOD program which landed the lunar rover
LUNAKHOD-I on moon surface. It was the first Remote
Controlled rover to land on moon. [2]
LUNAKHOD-II was the secondremotecontrolledlunarrover
to land on the moon in 1973.
LUNAKHOD-III was supposed to beinitiatedin1977butwas
cancelled.
The Chinese also launched a lunar rover by the name YUTU
on December 1st 2013, which landed on the moon on 14th of
December 2013.
India as already launched chandrayana-I in 2008, its first
successful mission to moon which was a moon orbiter in the
coming year 2019.ISROhas plannedtolaunchchandrayanaII
with their lunar orbiter and a lunar lander which carries
rover along with it. Considering the above facts and the
details about the lunar surface condition such as
temperature, gravity and navigational issues obtained by
multiple references and we tried to create the prototype of
this same.
2. EFFECT OF LUNAR ENVIRONMENT ON SPACEVEHICLE
SURFACE.
The lunar surface is very uneven and filled with Regolith,
which consists of dust and sharp stone particles which is
approximately 1meter thick and uniformly spread over the
whole lunar surface.
The temperature in the lit side of the surface may rise up to
135 degree Celsius considering this Factor the materials
used to construct over as to be carefully selected.
As the moon does not have atmosphere there is abundant
radiation of UV and X-rays which easily charge the dust
particles which tend to accumulate on the rover and
especially on the parts of theroversuchassensors,batteries,
wires and the wheels which create friction and thereby
accumulates static charges which attracts the opposite
charged dust particle. The highly temperature affect the
battery performance and alter the sensor output due care
has to be taken in this regard. Regolith it is made up of
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 02 | Feb 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 2145
calcium aluminum Silicon iron magnesium Oxygen and
silicates and oxides.
3. SYSTEM MODEL
Lunar terrain is non-uniform withstones,boulders,mounds,
hills and craters. The whole moon surface is covered with
Fig-2: Lunar surface
approximate 1m stick regolith. Regolith is madeupofdust,
minute particles, small hard and sharp particlescreated by
the impact of asteroid on the moon surface. Regolith is
comparable to sand on earth, but very fine sand and also
the gravity of the moon is 1/6th of that of the earth.so it
provides very difficult to a vehicle on such a surface.
There are high chances of wheels getting stuck in the
regolith.so the wheels havetobedesignedaccordingly.The
wheels have to be light. But we cannot use normal wheels
or tyre as we use here on earth. First of all, the
temperature on moon surface varies very much that is
from 135ºc to -230ºc in dark areas. The materials used
should neither expand nor contract in size due to the
temperature variations.Wecannotuseinflatedtyreasthey
may explode due to lock of outside pressure
Fig-3: Design of Lunar Rover
Wheels should be wide and light so that theywon’tgetsink
in the regolith. They should be big enoughtoroll oversmall
obstacles. They should be static charge resistant. [3]
4. OBJECT DETECTION
Image processing technique is an efficientobstacledetection
technique. By processing the image, we can avoid obstacles
and potential hazards. This can be done byrelyingoncertain
structural patterns. However, there may be a problem in
unstructured unknown environment, where such patterns
may not exist. For example, in some industrial process’s
computer vision is used to monitor the growthofvegetables.
A more complex case related toautomobilesecurityiswhere
you develop a system for dead angles. So, this involves
specific hardware with software which uses person
detection to detect whether anobject,rocksorwhatsoeveris
in a range which
Fig-4: Design of Wheel
is considered as too close to the vehicle. [5] Image
processing is now routinely used by a wide range of
individuals who have access to digital cameras and
computers. With a minimum investment, one can readily
enhance contrast, detect edges, quantify intensity, and
apply a variety of mathematical operations to images.
Although these techniques can be extremely powerful, the
average user often digitally manipulates images with
abandon, seldom understanding the most basic principles
behind the simplest image-processing routines. Although
this may be acceptable to some individuals,itoftenleads to
an image that is significantly degraded and does not
achieve the results that would be possible with some
knowledge of the basic operation of an image processing
system.
4.1.Edge Detection
The most rudimentary technique for picture recognition is
something called edge detection. The essential idea is that
pixels associated with a character item will be notably
comparable, but pixels related to distinctive items will be
extraordinarily distinctive. So, if we calculate the difference
pixel-to-pixel then any time we see a large or dramatic
distinction pixel to pixel, then we will draw an edgethere. As
soon as we've drawn all the edges in our photograph, we
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 02 | Feb 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 2146
have to have a reasonably properly concept of what scenes
had been looking at.
4.2. Image Classification
Further developed picture acknowledgment calculations
contain ideas of articles. A calculation searching for objects
will have some idea of what a object is. It’s general shape,
size, and how to manage this data. These article mindful
calculations can generally be orderedasImageClassification
calculations.
The calculation can utilize this data to all the more likely
recognize protests by coordinating diagrams and examples
to a known arrangement of pictures. This likewise implies
when a picture is distinguished, the calculation discovers
moderately progressively about the scene around it. A
ceased vehicle implies we should stop, a consolidation sign
painted on our path implies we have to move over.
The real procedure of picture characterization is
considerably more fluctuated and complex than edge
location. Anyway, a genuinely basic usage is to utilizeNeural
Networks. We won't cover Neural Networks here, yet
successfully they are layers of channels the PC will apply to
information so as to figure out what it is taking a gander at.
For instance, the PC may ask is there a huge red territory in
the picture? And afterward: Is the red territory molded like
an octagon, or some calculated perspective on an octagon?
And after that: Does the red octagon state STOP, in which
case, the calculation infers that it is presumably taking a
gander at a stop sign. Every one of those inquiries would be
displayed as a layer, or hub, in the neural system, and these
systems can traverse thousands or a large number of hubs.
All the more strangely,these andshowsignsofimprovement
the more they are utilized, similar to our cerebrums.
It is nothing unexpected then that as PCs and calculations
develop, we are endeavoring to make them increasingly
more like us, on the grounds that all things considered, we
experienced no difficulty recognizing felines or street signs,
so it bodes well to demonstrate PC vision after our own. [7]
5. AUTONOMOUS NAVIGATION
The navigation on the lunar surface is quite challengingtask.
The lunar terrain which is made up of regolith, a thick bed of
fine dust, dust particles and small hard and sharp particles?
This surface causes fraction difficulties, latitudinal and
longitudinal wheel slip causing trajectory error.
The Autonomous Navigation is a combat vehicle upgrade
used to convert manned vehicles to autonomous unmanned
capability or to upgrade already unmanned vehicles to be
autonomous. In autonomous navigation vehicles the vehicle
is able to plan its path and execute the plan without any
human intervention. [1] The information for planning the
path is based on the inputs from the sensors which are
mounted onto the vehicles. [4]
6. ADVANTAGESAND DISADVANTAGEOFLUNARROVER.
Advantages:
 Lunar rover helps in exploring the lunar rover
surface at low cost
 No necessity of human physical pressure there by
low risk.
Disadvantage:
1. In case of any physical damage to the rover happens, it
cannot be repaired. [6]
6. CONCLUSION
A Sensor will be attached to the prototypeofthelunarrover.
The requirements are the images to produce terrain model,
10rpm dc motor for adjustable speed. To satisfy those
requirements, the prototype of the lunar rover consists of
the pan/tilt camera where it rotates 360º in all thedirection.
The captured image has been processed through image
processing using edge detection technique bycalculatingthe
difference pixel-to pixel and drawing an edge fairly get an
idea about the scene in the captured image.
REFERENCES
1) Cui Pingyuan Yue Fuzhan Cui Hutao “Research on
Autonomous Navigation of Lunar Rovers for the
Moon Exploration” Proceedings of the 2006 IEEE
International Conference on Robotics and
Biomimetics December 17 - 20, 2006, Kunming,
China
2) Brian K. Muirhead, “Mars Rovers, Past and Future”
Proceedings of the 2004 IEEE Aerospace
Conference, 2004
3) Randel A. Lindemann, Donald B. Bickler, Brian D.
Harrington, Gary M. Oritz, and Christopher J.
Voorhees “Mars Exploration Rover Mobility
Development” Proceedings of the 2006 IEEE
Robotics and Automation magazine, 2006
4) Michael E. Holden, "LowCost Autonomous
Vehicles Using Just GPS", Proceeding of the
2004 American Society for Engineering Education
Annual Conference & Exposition 2004 ASEE
5) Ronald Pirich, John Weir, Dennis Leyble,StevenChu
and Michael DiGiuseppe “Effects of the Lunar
Environment on Space Vehicle Surfaces”, Advanced
Programs & Technology, Northrop Grumman
Aerospace Systems, Bethpage, NY 11714, 2010
IEEE
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 02 | Feb 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 2147
6) Dan A, Harrison, Robert, Ambrose, Bill Bluethmann,
Lucie Junkin “Next Generation Rover for Lunar
Exploration” NASA Johnson Space Center 2,
IEEEAC paper #1196,Version2,December31,2007
7) K. D. Baker, G. D. Sullivan, "Performanceassessment
of model-based tracking", Proc. IEEE Workshop
Applications of Computer Vision, pp. 28-35, 1992.

More Related Content

Similar to IRJET- LRMSE: A Framework on Lunar Rover for Moon Surface Exploration

IRJET- Road Feature Extraction from High Resolution Satellite Images using Ne...
IRJET- Road Feature Extraction from High Resolution Satellite Images using Ne...IRJET- Road Feature Extraction from High Resolution Satellite Images using Ne...
IRJET- Road Feature Extraction from High Resolution Satellite Images using Ne...IRJET Journal
 
IRJET- Automatic Solar Tracker
IRJET- Automatic Solar TrackerIRJET- Automatic Solar Tracker
IRJET- Automatic Solar TrackerIRJET Journal
 
IRJET- Geological Boundary Detection for Satellite Images using AI Technique
IRJET- Geological Boundary Detection for Satellite Images using AI TechniqueIRJET- Geological Boundary Detection for Satellite Images using AI Technique
IRJET- Geological Boundary Detection for Satellite Images using AI TechniqueIRJET Journal
 
Design of Arduino Based Solar Tracker for Renewable Energy
Design of Arduino Based Solar Tracker for Renewable EnergyDesign of Arduino Based Solar Tracker for Renewable Energy
Design of Arduino Based Solar Tracker for Renewable EnergyIRJET Journal
 
IRJET- IoT based Dual Axis Solar Tracker System
IRJET- IoT based Dual Axis Solar Tracker SystemIRJET- IoT based Dual Axis Solar Tracker System
IRJET- IoT based Dual Axis Solar Tracker SystemIRJET Journal
 
IRJET-LRMSE: A Framework on Lunar Rover for Moon Surface Exploration
IRJET-LRMSE: A Framework on Lunar Rover for Moon Surface ExplorationIRJET-LRMSE: A Framework on Lunar Rover for Moon Surface Exploration
IRJET-LRMSE: A Framework on Lunar Rover for Moon Surface ExplorationIRJET Journal
 
IRJET- Implementation of IoT based Dual Axis Photo-Voltaic Solar Tracker ...
IRJET-  	  Implementation of IoT based Dual Axis Photo-Voltaic Solar Tracker ...IRJET-  	  Implementation of IoT based Dual Axis Photo-Voltaic Solar Tracker ...
IRJET- Implementation of IoT based Dual Axis Photo-Voltaic Solar Tracker ...IRJET Journal
 
IRJET - Intelligence Satellite Tracking System
IRJET - Intelligence Satellite Tracking SystemIRJET - Intelligence Satellite Tracking System
IRJET - Intelligence Satellite Tracking SystemIRJET Journal
 
YOLO BASED SHIP IMAGE DETECTION AND CLASSIFICATION
YOLO BASED SHIP IMAGE DETECTION AND CLASSIFICATIONYOLO BASED SHIP IMAGE DETECTION AND CLASSIFICATION
YOLO BASED SHIP IMAGE DETECTION AND CLASSIFICATIONIRJET Journal
 
IRJET- Impact Assessment of Mining Activities through Change Detection Analysis
IRJET- Impact Assessment of Mining Activities through Change Detection AnalysisIRJET- Impact Assessment of Mining Activities through Change Detection Analysis
IRJET- Impact Assessment of Mining Activities through Change Detection AnalysisIRJET Journal
 
Event Data Recorder in Automobile
Event Data Recorder in AutomobileEvent Data Recorder in Automobile
Event Data Recorder in AutomobileIRJET Journal
 
Automatic Solar Panel Cleaner using Arduino
Automatic Solar Panel Cleaner using ArduinoAutomatic Solar Panel Cleaner using Arduino
Automatic Solar Panel Cleaner using ArduinoIRJET Journal
 
Real-Time Map Building using Ultrasound Scanning
Real-Time Map Building using Ultrasound ScanningReal-Time Map Building using Ultrasound Scanning
Real-Time Map Building using Ultrasound ScanningIRJET Journal
 
A Study on the Development of High Accuracy Solar Tracking Systems
A Study on the Development of High Accuracy Solar Tracking SystemsA Study on the Development of High Accuracy Solar Tracking Systems
A Study on the Development of High Accuracy Solar Tracking Systemsiskandaruz
 
IRJET - Underwater Object Identification using Matlab and Machine
IRJET - Underwater Object Identification using Matlab and MachineIRJET - Underwater Object Identification using Matlab and Machine
IRJET - Underwater Object Identification using Matlab and MachineIRJET Journal
 
IRJET Autonomous Simultaneous Localization and Mapping
IRJET  	  Autonomous Simultaneous Localization and MappingIRJET  	  Autonomous Simultaneous Localization and Mapping
IRJET Autonomous Simultaneous Localization and MappingIRJET Journal
 
Astronomical Almanac’s Algorithm Based Dual Axis Solar Tracker
Astronomical Almanac’s Algorithm Based Dual Axis Solar TrackerAstronomical Almanac’s Algorithm Based Dual Axis Solar Tracker
Astronomical Almanac’s Algorithm Based Dual Axis Solar TrackerIRJET Journal
 
IRJET - Underwater R.O.V Robot
IRJET -  	  Underwater R.O.V RobotIRJET -  	  Underwater R.O.V Robot
IRJET - Underwater R.O.V RobotIRJET Journal
 

Similar to IRJET- LRMSE: A Framework on Lunar Rover for Moon Surface Exploration (20)

IRJET- Road Feature Extraction from High Resolution Satellite Images using Ne...
IRJET- Road Feature Extraction from High Resolution Satellite Images using Ne...IRJET- Road Feature Extraction from High Resolution Satellite Images using Ne...
IRJET- Road Feature Extraction from High Resolution Satellite Images using Ne...
 
IRJET- Automatic Solar Tracker
IRJET- Automatic Solar TrackerIRJET- Automatic Solar Tracker
IRJET- Automatic Solar Tracker
 
IRJET- Geological Boundary Detection for Satellite Images using AI Technique
IRJET- Geological Boundary Detection for Satellite Images using AI TechniqueIRJET- Geological Boundary Detection for Satellite Images using AI Technique
IRJET- Geological Boundary Detection for Satellite Images using AI Technique
 
Design of Arduino Based Solar Tracker for Renewable Energy
Design of Arduino Based Solar Tracker for Renewable EnergyDesign of Arduino Based Solar Tracker for Renewable Energy
Design of Arduino Based Solar Tracker for Renewable Energy
 
IRJET- IoT based Dual Axis Solar Tracker System
IRJET- IoT based Dual Axis Solar Tracker SystemIRJET- IoT based Dual Axis Solar Tracker System
IRJET- IoT based Dual Axis Solar Tracker System
 
IRJET-LRMSE: A Framework on Lunar Rover for Moon Surface Exploration
IRJET-LRMSE: A Framework on Lunar Rover for Moon Surface ExplorationIRJET-LRMSE: A Framework on Lunar Rover for Moon Surface Exploration
IRJET-LRMSE: A Framework on Lunar Rover for Moon Surface Exploration
 
IRJET- Implementation of IoT based Dual Axis Photo-Voltaic Solar Tracker ...
IRJET-  	  Implementation of IoT based Dual Axis Photo-Voltaic Solar Tracker ...IRJET-  	  Implementation of IoT based Dual Axis Photo-Voltaic Solar Tracker ...
IRJET- Implementation of IoT based Dual Axis Photo-Voltaic Solar Tracker ...
 
IRJET - Intelligence Satellite Tracking System
IRJET - Intelligence Satellite Tracking SystemIRJET - Intelligence Satellite Tracking System
IRJET - Intelligence Satellite Tracking System
 
IJET-V2I6P31
IJET-V2I6P31IJET-V2I6P31
IJET-V2I6P31
 
YOLO BASED SHIP IMAGE DETECTION AND CLASSIFICATION
YOLO BASED SHIP IMAGE DETECTION AND CLASSIFICATIONYOLO BASED SHIP IMAGE DETECTION AND CLASSIFICATION
YOLO BASED SHIP IMAGE DETECTION AND CLASSIFICATION
 
IRJET- Impact Assessment of Mining Activities through Change Detection Analysis
IRJET- Impact Assessment of Mining Activities through Change Detection AnalysisIRJET- Impact Assessment of Mining Activities through Change Detection Analysis
IRJET- Impact Assessment of Mining Activities through Change Detection Analysis
 
Event Data Recorder in Automobile
Event Data Recorder in AutomobileEvent Data Recorder in Automobile
Event Data Recorder in Automobile
 
Automatic Solar Panel Cleaner using Arduino
Automatic Solar Panel Cleaner using ArduinoAutomatic Solar Panel Cleaner using Arduino
Automatic Solar Panel Cleaner using Arduino
 
Real-Time Map Building using Ultrasound Scanning
Real-Time Map Building using Ultrasound ScanningReal-Time Map Building using Ultrasound Scanning
Real-Time Map Building using Ultrasound Scanning
 
A Study on the Development of High Accuracy Solar Tracking Systems
A Study on the Development of High Accuracy Solar Tracking SystemsA Study on the Development of High Accuracy Solar Tracking Systems
A Study on the Development of High Accuracy Solar Tracking Systems
 
Auto-Stellar
Auto-StellarAuto-Stellar
Auto-Stellar
 
IRJET - Underwater Object Identification using Matlab and Machine
IRJET - Underwater Object Identification using Matlab and MachineIRJET - Underwater Object Identification using Matlab and Machine
IRJET - Underwater Object Identification using Matlab and Machine
 
IRJET Autonomous Simultaneous Localization and Mapping
IRJET  	  Autonomous Simultaneous Localization and MappingIRJET  	  Autonomous Simultaneous Localization and Mapping
IRJET Autonomous Simultaneous Localization and Mapping
 
Astronomical Almanac’s Algorithm Based Dual Axis Solar Tracker
Astronomical Almanac’s Algorithm Based Dual Axis Solar TrackerAstronomical Almanac’s Algorithm Based Dual Axis Solar Tracker
Astronomical Almanac’s Algorithm Based Dual Axis Solar Tracker
 
IRJET - Underwater R.O.V Robot
IRJET -  	  Underwater R.O.V RobotIRJET -  	  Underwater R.O.V Robot
IRJET - Underwater R.O.V Robot
 

More from IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...IRJET Journal
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTUREIRJET Journal
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...IRJET Journal
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsIRJET Journal
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...IRJET Journal
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...IRJET Journal
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...IRJET Journal
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...IRJET Journal
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASIRJET Journal
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...IRJET Journal
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProIRJET Journal
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...IRJET Journal
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemIRJET Journal
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesIRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web applicationIRJET Journal
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...IRJET Journal
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.IRJET Journal
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...IRJET Journal
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignIRJET Journal
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...IRJET Journal
 

More from IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Recently uploaded

IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...RajaP95
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSISrknatarajan
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingrakeshbaidya232001
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performancesivaprakash250
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Call Girls in Nagpur High Profile
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordAsst.prof M.Gokilavani
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlysanyuktamishra911
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxupamatechverse
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)Suman Mia
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxpranjaldaimarysona
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINESIVASHANKAR N
 
UNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular ConduitsUNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular Conduitsrknatarajan
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130Suhani Kapoor
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 

Recently uploaded (20)

IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSIS
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writing
 
Roadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and RoutesRoadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and Routes
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performance
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghly
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptx
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptx
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
 
UNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular ConduitsUNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular Conduits
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 

IRJET- LRMSE: A Framework on Lunar Rover for Moon Surface Exploration

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 02 | Feb 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 2144 LRMSE: A Framework on Lunar Rover for Moon Surface Exploration Gamana R1, Ranjitha N1, Swathi Bai R1, Akshatha S1 18thSemester Dept. of Computer Science and Engineering, Jyothy Institute of Technology, Bangalore, India ---------------------------------------------------------------------***---------------------------------------------------------------------- Abstract - The purpose of this project is to create a prototype of a lunar rover which should efficiently travel on the lunar surfaces such as mounts, hills, rocky surface and also to collect the composition of regolith, and to compare the evaluation of chances of creating a lunar base for further space exploration. This rover is intended to do all these functions with the respective cameras and sensorsattached. This project mainly concentrates on rover movement,image processing and innovative designing. This rover has a robotic arm to collect the sample of surface and a pan/tilt camera which transmits the images back for further image process. The rover can be remotely controlled or autonomously navigated. It also needs to be suitably and innovative designed. Key Words: Lunar rover, sensors, image processing, edge detection. 1. INTRODUCTION 1.1. Moon Overview Moon has a radius of 1738km; it has gravitational influences on earth’s tidal movement. It is the 5th largest natural satellite in the solar system. Its gravitational force is 1/6th that of earth though its surface is grey, it appears bright because of the reflection of the sun’s light. Moon has fascinated the human kind from the long time. The start of the space age from 1957 with the launch of Russian satellite sputnik has led the mankind within decades, an extraordinary advancement of having launched more than 1000 artificial satellites. In 1969, Man stepped his foot on moon for the first time. It’s evident that our natural satellite should be explored further. 1.2. Rover Overview Fig-1: View of Earth from Moon In 1969, Neil Armstrongand Edwin,Aldrin buzzfirststepped on moon.in the next years thus were more manned moon missions, In Apollo 15,16,17 the last of the Apollo series manned lunar rover were used. In 1970, Russia launched a spacecraft named luna17. Under the LUNAKHOD program which landed the lunar rover LUNAKHOD-I on moon surface. It was the first Remote Controlled rover to land on moon. [2] LUNAKHOD-II was the secondremotecontrolledlunarrover to land on the moon in 1973. LUNAKHOD-III was supposed to beinitiatedin1977butwas cancelled. The Chinese also launched a lunar rover by the name YUTU on December 1st 2013, which landed on the moon on 14th of December 2013. India as already launched chandrayana-I in 2008, its first successful mission to moon which was a moon orbiter in the coming year 2019.ISROhas plannedtolaunchchandrayanaII with their lunar orbiter and a lunar lander which carries rover along with it. Considering the above facts and the details about the lunar surface condition such as temperature, gravity and navigational issues obtained by multiple references and we tried to create the prototype of this same. 2. EFFECT OF LUNAR ENVIRONMENT ON SPACEVEHICLE SURFACE. The lunar surface is very uneven and filled with Regolith, which consists of dust and sharp stone particles which is approximately 1meter thick and uniformly spread over the whole lunar surface. The temperature in the lit side of the surface may rise up to 135 degree Celsius considering this Factor the materials used to construct over as to be carefully selected. As the moon does not have atmosphere there is abundant radiation of UV and X-rays which easily charge the dust particles which tend to accumulate on the rover and especially on the parts of theroversuchassensors,batteries, wires and the wheels which create friction and thereby accumulates static charges which attracts the opposite charged dust particle. The highly temperature affect the battery performance and alter the sensor output due care has to be taken in this regard. Regolith it is made up of
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 02 | Feb 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 2145 calcium aluminum Silicon iron magnesium Oxygen and silicates and oxides. 3. SYSTEM MODEL Lunar terrain is non-uniform withstones,boulders,mounds, hills and craters. The whole moon surface is covered with Fig-2: Lunar surface approximate 1m stick regolith. Regolith is madeupofdust, minute particles, small hard and sharp particlescreated by the impact of asteroid on the moon surface. Regolith is comparable to sand on earth, but very fine sand and also the gravity of the moon is 1/6th of that of the earth.so it provides very difficult to a vehicle on such a surface. There are high chances of wheels getting stuck in the regolith.so the wheels havetobedesignedaccordingly.The wheels have to be light. But we cannot use normal wheels or tyre as we use here on earth. First of all, the temperature on moon surface varies very much that is from 135ºc to -230ºc in dark areas. The materials used should neither expand nor contract in size due to the temperature variations.Wecannotuseinflatedtyreasthey may explode due to lock of outside pressure Fig-3: Design of Lunar Rover Wheels should be wide and light so that theywon’tgetsink in the regolith. They should be big enoughtoroll oversmall obstacles. They should be static charge resistant. [3] 4. OBJECT DETECTION Image processing technique is an efficientobstacledetection technique. By processing the image, we can avoid obstacles and potential hazards. This can be done byrelyingoncertain structural patterns. However, there may be a problem in unstructured unknown environment, where such patterns may not exist. For example, in some industrial process’s computer vision is used to monitor the growthofvegetables. A more complex case related toautomobilesecurityiswhere you develop a system for dead angles. So, this involves specific hardware with software which uses person detection to detect whether anobject,rocksorwhatsoeveris in a range which Fig-4: Design of Wheel is considered as too close to the vehicle. [5] Image processing is now routinely used by a wide range of individuals who have access to digital cameras and computers. With a minimum investment, one can readily enhance contrast, detect edges, quantify intensity, and apply a variety of mathematical operations to images. Although these techniques can be extremely powerful, the average user often digitally manipulates images with abandon, seldom understanding the most basic principles behind the simplest image-processing routines. Although this may be acceptable to some individuals,itoftenleads to an image that is significantly degraded and does not achieve the results that would be possible with some knowledge of the basic operation of an image processing system. 4.1.Edge Detection The most rudimentary technique for picture recognition is something called edge detection. The essential idea is that pixels associated with a character item will be notably comparable, but pixels related to distinctive items will be extraordinarily distinctive. So, if we calculate the difference pixel-to-pixel then any time we see a large or dramatic distinction pixel to pixel, then we will draw an edgethere. As soon as we've drawn all the edges in our photograph, we
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 02 | Feb 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 2146 have to have a reasonably properly concept of what scenes had been looking at. 4.2. Image Classification Further developed picture acknowledgment calculations contain ideas of articles. A calculation searching for objects will have some idea of what a object is. It’s general shape, size, and how to manage this data. These article mindful calculations can generally be orderedasImageClassification calculations. The calculation can utilize this data to all the more likely recognize protests by coordinating diagrams and examples to a known arrangement of pictures. This likewise implies when a picture is distinguished, the calculation discovers moderately progressively about the scene around it. A ceased vehicle implies we should stop, a consolidation sign painted on our path implies we have to move over. The real procedure of picture characterization is considerably more fluctuated and complex than edge location. Anyway, a genuinely basic usage is to utilizeNeural Networks. We won't cover Neural Networks here, yet successfully they are layers of channels the PC will apply to information so as to figure out what it is taking a gander at. For instance, the PC may ask is there a huge red territory in the picture? And afterward: Is the red territory molded like an octagon, or some calculated perspective on an octagon? And after that: Does the red octagon state STOP, in which case, the calculation infers that it is presumably taking a gander at a stop sign. Every one of those inquiries would be displayed as a layer, or hub, in the neural system, and these systems can traverse thousands or a large number of hubs. All the more strangely,these andshowsignsofimprovement the more they are utilized, similar to our cerebrums. It is nothing unexpected then that as PCs and calculations develop, we are endeavoring to make them increasingly more like us, on the grounds that all things considered, we experienced no difficulty recognizing felines or street signs, so it bodes well to demonstrate PC vision after our own. [7] 5. AUTONOMOUS NAVIGATION The navigation on the lunar surface is quite challengingtask. The lunar terrain which is made up of regolith, a thick bed of fine dust, dust particles and small hard and sharp particles? This surface causes fraction difficulties, latitudinal and longitudinal wheel slip causing trajectory error. The Autonomous Navigation is a combat vehicle upgrade used to convert manned vehicles to autonomous unmanned capability or to upgrade already unmanned vehicles to be autonomous. In autonomous navigation vehicles the vehicle is able to plan its path and execute the plan without any human intervention. [1] The information for planning the path is based on the inputs from the sensors which are mounted onto the vehicles. [4] 6. ADVANTAGESAND DISADVANTAGEOFLUNARROVER. Advantages:  Lunar rover helps in exploring the lunar rover surface at low cost  No necessity of human physical pressure there by low risk. Disadvantage: 1. In case of any physical damage to the rover happens, it cannot be repaired. [6] 6. CONCLUSION A Sensor will be attached to the prototypeofthelunarrover. The requirements are the images to produce terrain model, 10rpm dc motor for adjustable speed. To satisfy those requirements, the prototype of the lunar rover consists of the pan/tilt camera where it rotates 360º in all thedirection. The captured image has been processed through image processing using edge detection technique bycalculatingthe difference pixel-to pixel and drawing an edge fairly get an idea about the scene in the captured image. REFERENCES 1) Cui Pingyuan Yue Fuzhan Cui Hutao “Research on Autonomous Navigation of Lunar Rovers for the Moon Exploration” Proceedings of the 2006 IEEE International Conference on Robotics and Biomimetics December 17 - 20, 2006, Kunming, China 2) Brian K. Muirhead, “Mars Rovers, Past and Future” Proceedings of the 2004 IEEE Aerospace Conference, 2004 3) Randel A. Lindemann, Donald B. Bickler, Brian D. Harrington, Gary M. Oritz, and Christopher J. Voorhees “Mars Exploration Rover Mobility Development” Proceedings of the 2006 IEEE Robotics and Automation magazine, 2006 4) Michael E. Holden, "LowCost Autonomous Vehicles Using Just GPS", Proceeding of the 2004 American Society for Engineering Education Annual Conference & Exposition 2004 ASEE 5) Ronald Pirich, John Weir, Dennis Leyble,StevenChu and Michael DiGiuseppe “Effects of the Lunar Environment on Space Vehicle Surfaces”, Advanced Programs & Technology, Northrop Grumman Aerospace Systems, Bethpage, NY 11714, 2010 IEEE
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 02 | Feb 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 2147 6) Dan A, Harrison, Robert, Ambrose, Bill Bluethmann, Lucie Junkin “Next Generation Rover for Lunar Exploration” NASA Johnson Space Center 2, IEEEAC paper #1196,Version2,December31,2007 7) K. D. Baker, G. D. Sullivan, "Performanceassessment of model-based tracking", Proc. IEEE Workshop Applications of Computer Vision, pp. 28-35, 1992.