Git Product home page Git Product logo

pedestrainavoidance's Introduction

Pedestrain Avoidance

There are three parts including simulation in Gazebo, people tracking and control of the vehicle. Youtube link: https://www.youtube.com/watch?v=-01lbQc_njY&t=5s

People Tracking: Using CNN to detect person. Kalman Filter and Matching algorithm to track people, based on SORT algorithm. Using RGBD camera and 1-layer Lidar to perceive environment.

Collision Avoidance: Treate it as a optimization problem. MPC + Linearize Bicycle Model + Convexify collision avoidance constraints(sequential convex method).

Mobile Robot

track avoid2 avoidtraj2 avoid1

Simulation in Gazebo

detecion avoidance

Code Structure

actor_plugin and vehicle_plugin: Interface between ROS and GAZEBO which send command to objects in GAZEBO and send data from GAZEBO to ROS.

my_car: Model files of vehicle, sensors(RGBD camera and LIDAR) and the world file.

people_sim: Model files of pedestrains.

rgbd_detector: Object Detection and tracking people.

collision_avoidance: motion planning and control.

Prerequisites

ROS
GAZEBO
Eigen
OpenCV
CPLEX

Installing

1. Clone this reporsitory in workspace.
2. Modify YOLO Library path in CmakeList of rgbd_detector.
3. Modify CPLEX path in CmakeList of avoidance.
4. catkin_make in this workspace
5. Move libactorplugin_ros.so and libmy_controller_lib.so generated in actor_plugin and vehicle_plugin into the directory ~/ws/devel/lib/ 
6. roslaunch al.launch

Maintainer

Jieming Chen([email protected])

Hao Li

References

[1] Bewley, Alex, et al. "Simple online and realtime tracking." IEEE, 2016.

[2] Redmon, Joseph, and Ali Farhadi. "Yolov3: An incremental improvement."

[3] Ribeiro, Maria Isabel, and Pedro Lima. "Kinematics models of mobile robots."

[4] Alrifaee, Bassam, Janis Maczijewski, and Dirk Abel. "Sequential convex programming MPC for dynamic vehicle collision avoidance."

pedestrainavoidance's People

Contributors

jiemingchen avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

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