Giter Club home page Giter Club logo

autonomous_vehicle's Introduction

autonomous_vehicle

SNU ZERO repo for autonomous vehicle competition

ROS

version: Kinetic

Installation

Dependency for Hybrid A star reference: https://github.com/karlkurzer/path_planner

sudo apt-get install ros-kinetic-moveit
source /opt/ros/kinetic/setup.bash

Dependency for Opencv

  1. the below script will not activate video recording(opencv version problem)
sudo apt-get install libopencv-dev

open ~/.bashrc and add export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/usr/lib/x86_64-linux-gnu/pkgconfig in the last line

source ~/.bashrc
  1. if you want to record the video, erase opencv 2.4 and install opencv 3.4 refer to this link: http://webnautes.tistory.com/1030

occupancy_map & monitor_map color code

R == 255: this is occupied R != 255: this is free region B == 255: this is the target point G == 255: estimated path points (monitor_map only)

(R,G,B) ==(200,200,200): this is lidar position

core_msgs

PathArray: for path data, delta: the delta that the hybrid A* used for the current fragment of the path, this can be used for estimation of curvature of the path

smoother

let's use curvature Cost for estimation of path curvature

Hi

autonomous_vehicle's People

Contributors

snuzero avatar choijangho avatar numpee avatar

Watchers

James Cloos 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.