Code Monkey home page Code Monkey logo

follow-ahead-ros's Introduction

Robotic Follow-Ahead with Obstacle and Occlusion Avoidance

This is a repository for the paper "An MCTS-DRL Based Obstacle and Occlusion Avoidance Methodology in Robotic Follow-Ahead Applications" presented at IROS 2023 conference.

Our methodology employs a high-level decision-making algorithm that strategically navigates a mobile robot in front of a person while avoiding collision and occlusion in any environment.

alt text

A DQN model (Q-model) of the robot is integrated with Monte Carlo Tree Search (MCTS) in order to enhance the performance of the decision-making process. The DQN package contains the code to train the Q-model. A simulation environment is written to input a state and action and calculate the corresponding next state and reward. Also, a pre-trained model is provided under the /models directory which is trained in an obstacle-free environment. The model inputs the relative pose of the robot with respect to the human and outputs the expected return of taking each action. The actions are going straight, turning left or right.

The MCTS package contains the codes to expand a tree at each time step and find the best navigational goal for the robot. The trained Q-model is used during the tree expansion process to evaluate each node of the tree.

Experiments:

alt text

Prerequisites:

  1. An occupancy map of the environment
  2. A module to output the position of the human. We used ZED2 camera and ZED-ros-wrapper package that publishes '/zed2/zed_node/obj_det/objects' topic. You can change this topic in the 'human_traj_pred.py' file.

Getting Started:

  1. ROS (Noetic version is preferred)
  2. Please refer to the setup.txt file to install the proper version of the libraries.
  3. Run the '.launch' file using roslaunch

Citation

If you happen to use the code for your research, please cite the following paper

@inproceedings{leisiazar2022real,
  title={Real-time Mapping of Multi-Floor Buildings Using Elevators},
  author={Leisiazar, Sahar and Mahdavian, Mohammad and Park, Edward J and Chen, Mo},
  booktitle={2022 IEEE/ASME International Conference on Advanced Intelligent Mechatronics (AIM)},
  pages={314--321},
  year={2022},
  organization={IEEE}
}

follow-ahead-ros's People

Contributors

saharleisiazar 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.