All Projects → appinho → SASensorProcessing

appinho / SASensorProcessing

Licence: BSD-3-Clause License
ROS node to create pointcloud out of stereo images from the KITTI Vision Benchmark Suite

Programming Languages

C++
36643 projects - #6 most used programming language
python
139335 projects - #7 most used programming language
CMake
9771 projects

Projects that are alternatives of or similar to SASensorProcessing

UAV-Stereo-Vision
A program for controlling a micro-UAV for obstacle detection and collision avoidance using disparity mapping
Stars: ✭ 30 (+15.38%)
Mutual labels:  stereo-algorithms, stereo-vision, stereo-matching
PatchMatchCuda
The PatchMatch stereo match algorithm implemented by CUDA.
Stars: ✭ 32 (+23.08%)
Mutual labels:  stereo-algorithms, stereo-vision, stereo-matching
ROS-GPS
GPS Localization with ROS, OSM and rviz
Stars: ✭ 19 (-26.92%)
Mutual labels:  ros, rviz, ros-kinetic
ONNX-HITNET-Stereo-Depth-estimation
Python scripts form performing stereo depth estimation using the HITNET model in ONNX.
Stars: ✭ 21 (-19.23%)
Mutual labels:  stereo-vision, stereo-matching
ROS
ROS机器人操作系统 学习(写于2020年夏)
Stars: ✭ 102 (+292.31%)
Mutual labels:  ros, rviz
conde simulator
Autonomous Driving Simulator for the Portuguese Robotics Open
Stars: ✭ 31 (+19.23%)
Mutual labels:  ros, ros-kinetic
robotiq 2finger grippers
ROS packages enabling the control, visualization and simulation of the Robotiq 2 Fingers Adaptive Grippers model version C3
Stars: ✭ 59 (+126.92%)
Mutual labels:  ros, ros-kinetic
ros hadoop
Hadoop splittable InputFormat for ROS. Process rosbag with Hadoop Spark and other HDFS compatible systems.
Stars: ✭ 92 (+253.85%)
Mutual labels:  ros, rosbag
kitti-A-LOAM
Easy description to run and evaluate A-LOAM with KITTI-data
Stars: ✭ 28 (+7.69%)
Mutual labels:  kitti-dataset, kitti
ros openvino
A ROS package to wrap openvino inference engine and get it working with Myriad and GPU
Stars: ✭ 57 (+119.23%)
Mutual labels:  ros, ros-kinetic
2019-UGRP-DPoom
2019 DGIST DPoom project under UGRP : SBC and RGB-D camera based full autonomous driving system for mobile robot with indoor SLAM
Stars: ✭ 35 (+34.62%)
Mutual labels:  ros, ros-kinetic
find moving objects
A ROS library that finds moving objects and derives their position and velocity, based on 2D laser scan or 3D point cloud 2 data streams.
Stars: ✭ 23 (-11.54%)
Mutual labels:  ros, ros-kinetic
my ROS mobile robot
Differential drive mobile robot using ROS.
Stars: ✭ 123 (+373.08%)
Mutual labels:  ros, rviz
node example
ROS node examples with parameter server, dynamic reconfigure, timers, and custom messages for C++ and Python.
Stars: ✭ 90 (+246.15%)
Mutual labels:  ros, ros-node
FusionAD
An open source autonomous driving stack by San Jose State University Autonomous Driving Team
Stars: ✭ 30 (+15.38%)
Mutual labels:  ros, ros-kinetic
roskinectic src
This ROS kinectic workspace src folder, which was created on Ubuntu 16.04. Here I worked on ROS1 projects like 2d & 3D SLAM, Motion Planning, SWARM of drone, RL based drone, Surveilling Robot etc.
Stars: ✭ 44 (+69.23%)
Mutual labels:  ros, ros-kinetic
edlsm pytorch
Pytorch implementation for stereo matching described in the paper: Efficient Deep learning for stereo matching
Stars: ✭ 16 (-38.46%)
Mutual labels:  stereo-vision, stereo-matching
mycobot ros
A ros package for myCobot.
Stars: ✭ 76 (+192.31%)
Mutual labels:  ros, rviz
Pandora
A stereo matching framework that will help you design your stereo matching pipeline with state of the art performances.
Stars: ✭ 31 (+19.23%)
Mutual labels:  stereo-vision, stereo-matching
summit xl sim
Packages for the simulation of the Summit XL, Summit XL HL and Summit-X (including X-WAM) robots
Stars: ✭ 32 (+23.08%)
Mutual labels:  ros, ros-kinetic

SASensorProcessing

ROS node to create pointcloud out of stereo images and complete sparse pointclouds from the KITTI Vision Benchmark Suite

Demos

Stereo Vision

Depth Completion

Run

roslaunch sensor_processing stereo_vision.launch home_dir:=YOUR_HOME_DIRECTORY scenario:=0060
roslaunch sensor_processing depth_completion.launch home_dir:=YOUR_HOME_DIRECTORY scenario:=0060

Background & Set up

This is a side project of my main project: https://github.com/appinho/SARosPerceptionKitti
Orientate yourself there to set up the project and acquire the data.

To run it use the following commands:

cd ~/catkin_ws/src
git clone https://github.com/appinho/SASensorProcessing.git
cd ~/catkin_ws
catkin_make
source devel/setup.bash

Sources

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].