This repository contains only the codes and documents that I have researched while working on a mars rover project. Resources for Robotics, AI & Machine Vision : LINK
- PyQt GUI with basic operations, camera feeds, and GPS with map readout
- Record data from camera, GPS, and science system
- Robot feedback
- Map GPS waypoints
- "Implement differential GNSS for higher accuracy"?
- Find direct route between waypoints
- Latitude & Longitude based navigation (Motor Driver Code Included)
- Socket System for Mars Rover Control
- Basic Hardwares & Pin Diagram of the Mongol-Tori Mars Rover
- Implementation of various motor driver (Testing Code Included)
- Developed GUI for Science Sensor Box
- Paneroma Image From Static Image
- Control System Based on PySerial (Multiple Motor Drivers Implemented)
- Control System Based on ROS (Neotic)
- Combined system of ARM Control & Rover Wheel Control using ROS
- Simple "wall detection" using depth camera
- SLAM
- SLAM with Extended Kalman Filter (EKF)
- Online route modification given obstacle avoidance algorithm, detected marker location, and gps waypoint locations
- Detect marker in controlled environment
- Use object detection to find approximate location of marker (may not be necessary)
- Calculate distance to marker
- Control structure with all data streams