Coder Social home page Coder Social logo

tongji_sanitation_car's Introduction

Tongji sanitation-car project's visual perception repo

This repo is used to maintain the tongji sanitation-car project's visual perception codes.

Env:

Ros melodic + Ubuntu 18.04 + Python 2.7

Due to the requirements of the Ros, Python 2.7 is required.

Use WR_LiDAR

you should first configure your local static network ip address to make sure your device and the wr_lidar are in the same network segment. (The lidar's default ip is 192.168.0.10)

run the wr_lidar:

roslaunch wr_ls1207de_udp_with_1_lidar.launch

Use Camera

it evolves changing the permission of accessing the cameras, see http://wiki.ros.org/libuvc_camera for details.

read fisheye camera image:

rosrun libuvc_camera camera_node _width:=1920 _height:=1080 _frame_rate:=30 _video_mode:=mjpeg # should not change the args

calibrate it

rosrun camera_calibration camera_calibrator_tj.py # will print params at end

show undistorted

rosrun camera_calibration camera_undistorted_tj_lower.py # should be modified by infomation printed by camera_calibrator_tj.py

Use Image and Lidar Fusion

The lidar_camera_fusion_detection package evolves three scripts.

extract camera_input img.

rosrun camera_lidar_fusion_detectn img_extract.py

extract wr_lidar laser_scan msg.

rosrun camera_lidar_fusion_detectn laser_point_extract.py

fusion wr_lidar and input_undistorted img

rosrun camera_lidar_fusion_detection img_laser_fusion.py --debug_mode # use --help to see more detail configurations.

tongji_sanitation_car's People

Contributors

chen84jianxiao avatar haitaowang97 avatar loyalblanc avatar tjyuyao avatar wwjwzh avatar yindong97 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

tongji_sanitation_car's Issues

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.