Giter VIP home page Giter VIP logo

rover-dynamics-and-control's Introduction

Dynamics and Control of a Six-wheeled Rover with Rocker-Bogie Suspension

Project Overview

Mobile robots are increasingly being used for applications in rough, outdoor terrain. These applications frequently necessitate robots traversing unprepared, rugged terrain in order to inspect a location or transport material; this is also true in the context of planetary exploration, where six-wheeled mobile rovers with rocker-bogie suspension systems impress in adaptability and obstacle climbing. These types of rovers are now used for Mars exploration.

The six-wheeled mobile rover with a rocker-bogie suspension system impresses in adaptability and obstacle climbing. These types of rovers are now used for Mars exploration.

The rocker-bogie system is the suspension arrangement developed in 1988 for use in NASA's Mars rover Sojourner, and which has since become NASA's favored design for rovers. It has been used in the 2003 Mars Exploration Rover mission robots Spirit and Opportunity, on the 2012 Mars Science Laboratory (MSL) mission's rover Curiosity, and the Mars 2020 rover Perseverance.

Assumptions

Several assumptions can be made to simplify the rover analysis.

  • due to space system constraints such as weight and power, rovers must travel at low speeds (approximately 3cm/s), resulting in very small dynamic effects;
  • rover includes sensors such as stereo cameras and Lidar that can generate a detailed description of the environment around the robot; thus, ground characteristics are consideredas input to the simulation.
  • because the vehicle speed is so slow, the wheels will not bounce. As a result, the model assumes that all six wheels are always in contact with the ground.

Please refer to the report for a detailed analysis on the kinematics, dynamics, control and simulations.

Repository structure

.
├── main.m
├── mars surface
│   ├── ESP_059329_2095_RGB.jpg
│   ├── ESP_068360_1985.jpg
│   ├── mars_surface.jpg
│   └── volcans-mars-hirise.jpg
├── preloaded data
│   ├── standardTerrainProfile.mat
│   ├── standardTerrainProfile_workspace.mat
│   └── terrainProfile.mat
├── README.md
├── report and presentation
│   ├── markdown_images
│   │   ├── control_scheme.png
│   │   ├── dyn.png
│   │   ├── kin.png
│   │   ├── perseverance3D.png
│   │   ├── simulink_scheme.png
│   │   └── terrain_image_processing.png
│   ├── presentation.pdf
│   └── report.pdf
├── roverDynamics.slx
├── utilities
│   ├── checkFeasability.m
│   ├── computeBogie.m
│   ├── computeRocker.m
│   ├── contactPointsFromTerrain.m
│   ├── contactPointsFromWheel.m
│   ├── initParams4Simulink.m
│   ├── meshCreation.m
│   ├── plot
│   │   ├── createVideo.m
│   │   ├── draw_axis.m
│   │   ├── draw_joint.m
│   │   ├── draw_link.m
│   │   ├── drawRover.m
│   │   ├── figureFullScreen.m
│   │   ├── plotCircle.m
│   │   ├── Plots.m
│   │   └── plotVectorArrow.m
│   ├── slipRatio.m
│   ├── tools
│   │   ├── checkIncidence.m
│   │   ├── deleteDuplicates.m
│   │   ├── deleteNaN.m
│   │   ├── firstsecondderivatives.m
│   │   ├── interparc.m
│   │   ├── intersections.m
│   │   ├── linearRegression.m
│   │   ├── minDistance.m
│   │   ├── movingAverageFilter.m
│   │   ├── tan2circle.m
│   │   └── toWorkspace.m
│   ├── variablesFromSimulink.m
│   ├── wheel1Position.m
│   ├── wheel2Position.m
│   ├── wheel3Position.m
│   └── wheelPositionScript.m
└── videos
    ├── rover_simulation.gif
    └── rover_simulation.mp4

rover-dynamics-and-control's People

Contributors

giusenso avatar matteofacci avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.