paper-with-me

홈 › Papers

Autonomous bot with ML-based reactive navigation for indoor environment

2021-11-24 · Yash Srivastava, Saumya Singh, S. P. Syed Ibrahim

Local or reactive navigation is essential for autonomous mobile robots which operate in an indoor environment. Techniques such as SLAM, computer vision require significant computational power which increases cost. Similarly, using rudimentary methods makes the robot susceptible to inconsistent behavior. This paper aims to develop a robot that balances cost and accuracy by using machine learning to predict the best obstacle avoidance move based on distance inputs from four ultrasonic sensors that are strategically mounted on the front, front-left, front-right, and back of the robot. The underlying hardware consists of an Arduino Uno and a Raspberry Pi 3B. The machine learning model is first trained on the data collected by the robot. Then the Arduino continuously polls the sensors and calculates the distance values, and in case of critical need for avoidance, a suitable maneuver is made by the Arduino. In other scenarios, sensor data is sent to the Raspberry Pi using a USB connection and the machine learning model generates the best move for navigation, which is sent to the Arduino for driving motors accordingly. The system is mounted on a 2-WD robot chassis and tested in a cluttered indoor setting with most impressive results.

📄 PDF Abstract BibTeX arXiv:2111.12542

Code (0)

등록된 구현이 없습니다.

Tasks

BIG-bench Machine Learning

Similar Papers 제목 키워드 기반

RVN-Bench: A Benchmark for Reactive Visual Navigation

2026-03-04 · Jaewon Lee, Jaeseok Heo, Gunmin Lee, Howoong Jun 외 arxiv

Safe visual navigation is critical for indoor mobile robots operating in cluttered environments. Existing benchmarks, however, often neglect collisions or are designed for outdoor scenarios, making them unsuitable for in…

Reinforcement LearningVisual Navigation

Autonomous Systems: Autonomous Systems: Indoor Drone Navigation

2023-04-18 · Aswin Iyer, Santosh Narayan, Naren M, Manoj Kumar Rajagopal

Drones are a promising technology for autonomous data collection and indoor sensing. In situations when human-controlled UAVs may not be practical or dependable, such as in uncharted or dangerous locations, the usage of …

Autonomous NavigationDrone navigation

Deep Neural Network for Real-Time Autonomous Indoor Navigation

2015-11-15 · Dong Ki Kim, Tsuhan Chen

Autonomous indoor navigation of Micro Aerial Vehicles (MAVs) possesses many challenges. One main reason is that GPS has limited precision in indoor environments. The additional fact that MAVs are not able to carry heavy …

Autonomous Navigation

Real-time Vision-based Navigation for a Robot in an Indoor Environment

2023-07-02 · Sagar Manglani

This paper presents a study on the development of an obstacle-avoidance navigation system for autonomous navigation in home environments. The system utilizes vision-based techniques and advanced path-planning algorithms …

Autonomous NavigationNavigateRobot Navigation

Residual Reactive Navigation: Combining Classical and Learned Navigation Strategies For Deployment in Unknown Environments

2019-09-24 · Krishan Rana, Ben Talbot, Vibhavari Dasagi, Michael Milford 외

In this work we focus on improving the efficiency and generalisation of learned navigation strategies when transferred from its training environment to previously unseen ones. We present an extension of the residual rein…

Reinforcement Learning