Giter Site home page Giter Site logo

mlab-upenn / f110-avp Goto Github PK

View Code? Open in Web Editor NEW
12.0 7.0 4.0 39.39 MB

F110 Autonomous Valet Parking with Ouster LiDAR

Python 28.88% CMake 8.34% C 0.71% C++ 9.17% Makefile 43.70% Shell 0.60% Common Lisp 0.63% JavaScript 3.43% Objective-C 3.71% Dockerfile 0.13% CSS 0.04% HTML 0.66%

f110-avp's Introduction

F110-AVP

F110 Autonomous Valet Parking with Ouster LiDAR

See the report

Result

Demo with two f110 cars:

Installation

  1. Clone this repo.
  2. Please refer to installation in PointPillars repo to install dependencies for PointPillars. Our repo contains needed code from PointPillars so no need to clone theirs.
  3. Install SparseConvNet and ros_numpy.
  4. Install ZeroMQ.
  5. Be sure to add second.pytorch/ to your PYTHONPATH.

Experimental Setup

System Structure:

Lidar is mounted on a tripod looking down on the cars:

To Run the Experiment

on Host

  1. Connect the lidar to LAN and check host ip address. Run Ouster ROS node and open an rviz to check the point clouds.
cd avp_ws
source devel/setup.bash
roslaunch ouster_ros ouster.launch sensor_hostname:=os1-992006000706.local udp_dest:=[Host IP Address] lidar_mode:=2048x10 viz:=false
  1. Run lidar_zmq_node and visualization_node with avp_nodes.launch. lidar_zmq_node preprocesses the point cloud and publishes it on ZMQ. visualization_node is for all visualization items to show on rviz. Please use the attached .rviz file.
cd avp_ws
source devel/setup.bash
roslaunch f110_avp avp_nodes.launch
  1. Calibrate the point cloud to the setup. Refer to the report on how to get good detection results.
conda activate pointpillars
python3 ./avp_utils/f110_viewer.py
  1. Run detection.py to start the pointpillars detection on the point cloud.
conda activate pointpillars
python3 -W ignore detection.py
  1. Run localization.py to start the localization process and you should see bounding boxes in rviz now. Please refer to the report on the process of localization.
python3 localization.py

on Vehicle

  1. Copy car_nodes/odom_zmq_node.py and car_nodes/drive_node.py to the F110 car and compile them.

  2. Run teleop.launch.

  3. Run odom_zmq_node to send odometry data to the host computer.

  4. After setting up way points, run drive_node to start navigating the car.

f110-avp's People

Contributors

zzangupenn avatar

Stargazers

Gla Kitsanawat avatar  avatar  avatar  avatar SK avatar Manav Gagvani avatar  avatar  avatar  avatar  avatar  avatar justiceli avatar

Watchers

James Cloos avatar justiceli avatar  avatar Matthew O'Kelly avatar Hongrui (Billy) Zheng avatar Kim Luong avatar  avatar

f110-avp's Issues

Dataset used for training

Hi,

I see that you are carrying the inference on Ouster LiDAR data. I would like to know on which dataset has the training been carried out. Was it an open source dataset like Kitti or a custom dataset with Ouster LiDAR data?

Thank you.

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.