![]() |
autonav repositoryautonav_bringup autonav_controller autonav_description autonav_firmware autonav_localization autonav_navigation autonav_perception bno055 serial ydlidar_ros2_driver |
|
Repository Summary
Checkout URI | https://github.com/jatinpatil2003/autonav.git |
VCS Type | git |
VCS Version | autonav_web |
Last Updated | 2025-03-11 |
Dev Status | UNMAINTAINED |
CI status | No Continuous Integration |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Packages
Name | Version |
---|---|
autonav_bringup | 0.0.0 |
autonav_controller | 0.0.0 |
autonav_description | 0.0.0 |
autonav_firmware | 0.0.0 |
autonav_localization | 0.0.0 |
autonav_navigation | 0.0.0 |
autonav_perception | 0.0.0 |
bno055 | 0.4.1 |
serial | 1.2.1 |
ydlidar_ros2_driver | 1.0.1 |
README

AUTONAV
AutoNav is an innovative autonomous mobile robot designed for efficient room navigation. Leveraging the Robot Operating System (ROS) along with SLAM (Simultaneous Localization and Mapping) and ROS Navstack. It excels in autonomous pathfinding and obstacle avoidance. At its core, AutoNav employs IMU-based sensor fusion for precise movement control and utilizes a depth camera for accurate perception and 3D mapping. This integration of advanced technologies enables AutoNav to navigate complex environments with ease.
[](https://github.com/JatinPatil2003/AutoNav/actions/workflows/AutoNav_CI.yml)
๐ Table of Contents
- ๐ Table of Contents
- ๐ Overview
- ๐ฆ Features
- ๐ Repository Structure
- ๐ Getting Started
- ๐ฃ Project Roadmap
- ๐ค Contributing
- ๐ License
- ๐ Acknowledgments
๐ Overview
AutoNav is an advanced autonomous mobile robot designed to navigate through rooms independently. This project showcases the integration of cutting-edge technologies in robotics, including the Robot Operating System (ROS), Simultaneous Localization and Mapping (SLAM), Sensor Fusion and the ROS Navigation Stack.
AutoNav is a testament to the possibilities in autonomous robotic systems, aiming to pave the way for future innovations in this field. This project is suitable for enthusiasts and professionals alike, seeking to explore and expand in the realm of autonomous robotics.
๐ฆ Features
-
Autonomous Navigation:
Utilizes SLAM and ROS Navstack for intelligent pathfinding and obstacle avoidance in various environments.
-
Sensor Fusion:
Integrates Inertial Measurement Unit (IMU) sensors for enhanced movement precision and stability.
-
Hardware Integration:
Designed to work seamlessly with a range of robotic hardware, enabling easy integration of sensors, actuators, and other essential components for autonomous navigation.
๐ Repository Structure
โโโ AutoNav/
โโโ .github
โ โโโ workflows
โ โโโ AutoNav_CI.yml
โโโ autonav.Dockerfile
โโโ autonav_bringup
โ โโโ CMakeLists.txt
โ โโโ launch
โ โโโ autonav_bringup.launch.py
โ โโโ view_rviz.launch.py
โ โโโ view_rviz_cartographer.launch.py
โ โโโ view_rviz_navigation.launch.py
โ โโโ view_rviz_slam.launch.py
โโโ autonav_controller
โ โโโ CMakeLists.txt
โ โโโ autonav_controller
โ โ โโโ cmd_vel_republisher.py
โ โ โโโ control.py
โ โ โโโ lidar_republisher.py
โ โ โโโ odom_logger.py
โ โ โโโ pid_controller.py
โ โ โโโ tune_pid.py
โ โโโ config
โ โ โโโ autonav_controllers.yaml
โ โโโ launch
โ โโโ autonav_bringup.launch.py
โ โโโ controller.launch.py
โโโ autonav_description
โ โโโ CMakeLists.txt
โ โโโ launch
โ โ โโโ autonav_bringup.launch.py
โ โ โโโ display.launch.py
โ โ โโโ gazebo.launch.py
โ โ โโโ robot_description.launch.py
โ โโโ meshes
โ โ โโโ base_link.stl
โ โ โโโ depth_camera_1.stl
โ โ โโโ imu_1.stl
โ โ โโโ left_wheel_1.stl
โ โ โโโ lidar_1.stl
โ โ โโโ right_wheel_1.stl
โ โโโ rviz
โ โ โโโ display.rviz
โ โโโ urdf
โ โโโ autonav.trans
โ โโโ autonav.xacro
โ โโโ autonav_gazebo.xacro
โ โโโ autonav_ros2_control.xacro
โ โโโ materials.xacro
โโโ autonav_firmware
โ โโโ CMakeLists.txt
โ โโโ firmware
โ โ โโโ esp32_uros
โ โโโ include
โ โ โโโ autonav_firmware
โ โโโ launch
โ โ โโโ autonav_bringup.launch.py
โ โโโ src
โ โโโ autonav_interface.cpp
โ โโโ autonav_interface_backup.cpp
โโโ autonav_localization
โ โโโ CMakeLists.txt
โ โโโ config
โ โ โโโ ekf.yaml
โ โโโ launch
โ โโโ ekf.launch.py
โโโ autonav_navigation
โ โโโ CMakeLists.txt
โ โโโ config
โ โ โโโ cartographer.lua
โ โ โโโ navigation.yaml
โ โ โโโ slam.yaml
โ โโโ launch
โ โ โโโ cartographer.launch.py
โ โ โโโ navigation.launch.py
โ โ โโโ save_map.launch.py
โ โ โโโ slam.launch.py
โ โโโ maps
โ โ โโโ L1012.pgm
โ โ โโโ L1012.yaml
โ โ โโโ L1012_test.pgm
โ โ โโโ L1012_test.yaml
โ โ โโโ world.pgm
โ โ โโโ world.yaml
โ โโโ rviz
โ โโโ cartographer.rviz
โ โโโ navigation.rviz
โ โโโ slam.rviz
โโโ bno055
โ โโโ .github
โ โ โโโ workflows
โ โโโ CHANGELOG.rst
โ โโโ LEGACY_LICENSE
โ โโโ bno055
โ โ โโโ bno055.py
โ โ โโโ connectors
โ โ โโโ error_handling
โ โ โโโ params
โ โ โโโ registers.py
โ โ โโโ sensor
โ โโโ launch
โ โ โโโ bno055.launch.py
โ โโโ requirements.txt
โ โโโ resource
โ โ โโโ bno055
โ โโโ setup.py
โโโ docker-compose.yml
โโโ ydlidar_ros2_driver
โโโ CMakeLists.txt
โโโ LICENSE.txt
โโโ config
โ โโโ ydlidar.rviz
โโโ launch
โ โโโ ydlidar.py
โ โโโ ydlidar_launch.py
โ โโโ ydlidar_launch_view.py
โโโ params
โ โโโ X4.yaml
โโโ src
โ โโโ ydlidar_ros2_driver_client.cpp
โ โโโ ydlidar_ros2_driver_node.cpp
โโโ startup
โโโ initenv.sh
๐ Getting Started
Dependencies
Please ensure you have the following dependencies installed on your system:
- โน๏ธ Docker
๐ง Installation
- Clone the AutoNav repository:
mkdir ~/colcon_ws/src/ && cd ~/colcon_ws/src
git clone https://github.com/JatinPatil2003/AutoNav.git
- Change to the project directory:
cd AutoNav
- Pull Docker Images:
docker compose pull autonav micro_ros
๐ค Running AutoNav
Make sure you are in Project directory
cd colcon_ws/src/AutoNav
- For Robot Bringup
docker compose up micor_ros autonav
- For Mapping
docker compose up cartographer
https://github.com/JatinPatil2003/AutoNav/assets/89979346/1e70e5b4-4566-484d-8f96-549d4326ddfe
- For Saving Map
docker compose run save_map
- For Navigation
docker compose run navigation
https://github.com/JatinPatil2003/AutoNav/assets/89979346/8b9d2ae8-db69-4070-b972-aa64177b11e3
- For rviz/rviz_cartographer/rviz_navigation on Host Computer
xhost +local:
docker compose up {rviz/rviz_cartographer/rviz_navigation}
๐งช Tests
โบ Give goal position using rviz form rviz docker conatiner
๐ฃ Project Roadmap
โน๏ธ Import urdf form fusion360
โน๏ธ Implement Mapping and Navigation in Simulation
โน๏ธ Implement Mapping and Naviagtion using Hardware
โน๏ธ Implement sensor fusion using IMU and Odometry
โน๏ธ Implement 3D-Mapping using depth camera
๐ค Contributing
Contributions are welcome! Here are several ways you can contribute:
-
Review open PRs, and submit your own PRs.
-
Share your insights, provide feedback, or ask questions.
-
Submit bugs found or log feature requests for JATINPATIL2003.
Contributing Guidelines
Click to expand
1. **Fork the Repository**: Start by forking the project repository to your GitHub account. 2. **Clone Locally**: Clone the forked repository to your local machine using a Git client. ```sh git clone https://github.com/JatinPatil2003/AutoNav.git ``` 3. **Create a New Branch**: Always work on a new branch, giving it a descriptive name. ```sh git checkout -b new-feature-x ``` 4. **Make Your Changes**: Develop and test your changes locally. 5. **Commit Your Changes**: Commit with a clear and concise message describing your updates. ```sh git commit -m 'Implemented new feature x.' ``` 6. **Push to GitHub**: Push the changes to your forked repository. ```sh git push origin new-feature-x ``` 7. **Submit a Pull Request**: Create a PR against the original project repository. Clearly describe the changes and their motivations. Once your PR is reviewed and approved, it will be merged into the main branch.๐ License
This project is protected under the **
MIT
** License. For more details, refer to the LICENSE file.