Skip to content

NairAbhishek1403/Rough-Terrain-Navigation

 
 

Repository files navigation

Autonomous Navigation for Vehicles in Rough Terrain

Jackal Robot

Table of Contents
  1. About The Project
  2. Built With
  3. Robots Description
  4. Getting Started
  5. Demo and Usage
  6. Roadmap
  7. RQT GRAPH
  8. Future Implementation
  9. Contributing
  10. Reference Papers
  11. Contact

About The Project

Welcome to the ROS-MATLAB project on Rough Terrain Navigation! In this project, we demonstrate how to achieve robust and efficient navigation for mobile robots in challenging terrains using MATLAB toolboxes and co-simulation with Gazebo. Navigating rough terrains is challenging due to uneven surfaces and obstacles. Autonomous systems use advanced algorithms and sensor data to adapt, plan optimised routes, and avoid hazards, making rough terrain navigation easier and more efficient. Jackal, TurtleBot, and Curiosity Mars Rover are the bots utilised for testing. Among them, the Jackal bot exhibited the best results.

Contributors :

(back to top)

Built With

  • Windows Badge

  • Ubuntu Badge

  • ROS Noetic Badge

  • Gazebo Badge

  • MATLAB Badge

  • C++ Badge

  • Python Badge

(back to top)

Robots Description:

Our experimentation involved utilizing three distinct robots, each deployed in different environments, to thoroughly test the effectiveness of our algorithms. Each robot was equipped with specific sensors, enabling them to navigate and interact with their respective environments efficiently. Below, we provide a description of each robot, along with the sensors they were equipped with:

  1. JACKAL:

    • Environment: Office World, Inspection World
    • Sensors:
      1. Sick LMS1xx - 2D Laser Scanner
      2. Velodyne VLP-16 - 3D Laser Scanner
      3. Hokuyo UST-10 lidar - front accessory fender
      4. NovAtel satellite navigation receiver
      5. Pointgrey Flea3 camera
      6. Pointgrey Bumblebee2 camera
      7. realsense2_camera
  2. Curiosity Mars Rover:

    • Environment: Rough Mars terrain world, Flat Shapes world
    • Sensors:
      1. Mast Camera
      2. RearHaz Camera
      3. FrontHaz Camera
      4. Nav Camera
      5. IMU
  3. Turtlebot3 Waffle:

    • Environment: office world, turtlebot3_world
    • Sensors:
      1. 360 LiDAR

By using a diverse set of robots and environments, we aimed to thoroughly assess the capabilities and limitations of our algorithms, ensuring robustness and adaptability in real-world scenarios. The data collected from these experiments provided valuable insights and helped us refine and optimize our algorithms for better performance and broader applicability.

Getting Started

For optimal performance, we recommend using two separate systems: one with a Linux OS for installing ROS1 and Gazebo for robotics aspects, and another with Windows OS for MATLAB and its toolboxes. Running all these resource-intensive software on one system may lead to performance issues.

Please refer to the detailed installation instructions provided in the the README files of each folder of our repository to install all the required dependencies and softwares. Follow the instructions carefully to set up each component accordingly.

Demo and Usage:

  1. Setup the required bot by following the steps in the respective directory.
  2. Mount the required sensors on the bot. eg
   export JACKAL_URDF_EXTRAS=$HOME/Desktop/realsense.urdf.xacro
  1. Launch the required world file and the gmapping algorithm. eg -
   roslaunch cpr_inspection_gazebo inspection_world.launch 
   roslaunch jackal_viz view_robot.launch
   roslaunch jackal_navigation gmapping_demo.launch 

The following commands launches the world file, RVIZ and the gmapping algorithm required for the simulation and mapping

  1. Create and download the .pgm file of the map of the world. eg -
   rosrun map_server map_saver
  1. Open Matlab Scripts and establish the connection between the two systems to set up co-simulation.
  2. Run the .mlx files in order according to the readme file of MATLAB Scripts to view the results


jackal_gazebo.mp4
demo_jackalmatalb.mp4

Roadmap

  • Implemented and tested various global path planners like RRT, RRT*, A* and Hybrid A*.
  • Added sensors to the bot and received data from ROS using matlab toolboxes.
  • Created map using sensor data.
  • Implemented AMCL using matlab scripting.
  • WayPoint Navigation using Simulink Model.
  • Visualisation of pointcloud2 data from Velodyne LiDAR.

RQT GRAPH

Jackal Robot

.

FUTURE IMPLEMENTATION

  1. Implementing dynamic obstacle avoidance.
  2. Enhance mapping of rough terrain by Triangular Mesh Map.
  3. Changing the existing Pure Pursuit Controller with a Model Predictive Controller.
  4. Exploring Toolboxes like Parallel Computing and LIDAR.

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)


Reference Papers

  1. MarsSim: A High-Fidelity Physical and Visual Simulation for Mars Rovers
  2. OctoMap: An Efficient Probabilistic 3D Mapping Framework Based on Octrees
  3. Indoor mapping using gmapping on embedded system
  4. Path planning using Matlab-ROS integration applied to mobile robots
  5. Efficient Exploration Algorithms for Rough Terrain Modeling Using Triangular Mesh Maps
  6. Model Predictive Control Design: New Trends and Tools

Contact

Abhishek Nair:

Aditya Suwalka:

Tejal Uplenchwar:

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 88.9%
  • C++ 5.6%
  • Python 3.1%
  • CMake 1.6%
  • HTML 0.8%
  • Batchfile 0.0%