Giter Site home page Giter Site logo

path_planning's Introduction

  • 구동 환경

    1. Ubuntu 16.04 or 18.04

    2. ROS

    3. OpenCV (ROS 설치 시 자동 설치)

  • 실행 방법

    1. A*

    optimization_class_ws 폴더의 경로에서 터미널 창에 다음 명령어 입력

      1. catkin_make
    
      2. source devel/setup.bash
    
      3. rosrun a_star_algorithm_pkg a_star_algorithm_pkg [img_num]
    
         ex. rosrun a_star_algorithm_pkg a_star_algorithm_pkg 5
    
    1. MGPF-Hybrid A*

    optimization_class_ws 폴더의 경로에서 터미널 창에 다음 명령어 입력

      1. catkin_make
    
      2. source devel/setup.bash
    
      3. rosrun hybrid_a_star_algorithm_pkg hybrid_a_star_algorithm_pkg_exe [img_num]
    
         ex. rosrun hybrid_a_star_algorithm_pkg hybrid_a_star_algorithm_pkg_exe 5
    
    
      - 명령어 변수 설명
    
      	1. img_num은 실행할 Obstacle Images로 1~7의 숫자 입력 가능
    
    1. Genetic Algorithm

      아직 Path Planning으로 구현하지 않음.

      테스트 코드 rosrun genetic_algorithm_pkg genetic_algorithm_pkg_exe

    2. PSO Algorithm

      Not working well ,,


  • Version

    1. 2020.03.16 A* 알고리즘 추가

    2. 2020.06.05 Hybrid A* 알고리즘 추가

    3. 2020.08.26 Hybrid A를 MGPF-Hybrid A (Multi-Goals Potential Field Hybrid A*)로 교체

    4. 2021.12.08 PSO Path Planning Algorithm is added. But, not working well. It has various BUG :)

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.