All Projects → mjshiggins → Ros Examples

mjshiggins / Ros Examples

Licence: gpl-3.0
This repository is home to a collection of ROS nodes that process 3D sensor information from Velodyne LIDAR

Labels

Projects that are alternatives of or similar to Ros Examples

Covise
Collaborative Visualization and Simulation Environment, OpenCOVER and OddLOT
Stars: ✭ 101 (-10.62%)
Mutual labels:  cmake
Buildcache
A build cache
Stars: ✭ 107 (-5.31%)
Mutual labels:  cmake
Vrt
🔅 Ray tracing library for Vulkan API (indev)
Stars: ✭ 111 (-1.77%)
Mutual labels:  cmake
Sugar
Stars: ✭ 101 (-10.62%)
Mutual labels:  cmake
Python cpp example
An example of a hybrid python/C++ package with unit tests
Stars: ✭ 107 (-5.31%)
Mutual labels:  cmake
Kcp Bulild
Unity3D中可靠UDP网络库kcp的各平台动态库构建项目
Stars: ✭ 109 (-3.54%)
Mutual labels:  cmake
Qv2ray
⭐ Linux / Windows / macOS 跨平台 V2Ray 客户端 | 支持 VMess / VLESS / SSR / Trojan / Trojan-Go / NaiveProxy / HTTP / HTTPS / SOCKS5 | 使用 C++ / Qt 开发 | 可拓展插件式设计 ⭐
Stars: ✭ 12,886 (+11303.54%)
Mutual labels:  cmake
Nrf5 Sdk For Mesh
This repo is a "Release" clone of the zip files available @
Stars: ✭ 112 (-0.88%)
Mutual labels:  cmake
Sdl2 Cmake Modules
Modern CMake modules for finding and using the SDL2 library as well as other related libraries: SDL2_image, SDL2_ttf, SDL2_net, SDL2_mixer and SDL2_gfx. (Targets: SDL2::Core, SDL2::Main, SDL2::Image, SDL2::TTF, SDL2::Net, SDL2::Mixer and SDL2::GFX). Mirror of https://gitlab.com/aminosbh/sdl2-cmake-modules
Stars: ✭ 108 (-4.42%)
Mutual labels:  cmake
Kicad Doc
KiCad new documentation repository [moved to https://gitlab.com/kicad]
Stars: ✭ 110 (-2.65%)
Mutual labels:  cmake
Sh3redux
SILENT HILL 3 Engine Remake in OpenGL and C++
Stars: ✭ 105 (-7.08%)
Mutual labels:  cmake
Corrosion
Marrying Rust and CMake - Easy Rust and C/C++ Integration!
Stars: ✭ 106 (-6.19%)
Mutual labels:  cmake
Moderncppci
This is an example of doing a Modern C++ project with CI
Stars: ✭ 109 (-3.54%)
Mutual labels:  cmake
Cmake Example Library
How to install a library with cmake
Stars: ✭ 101 (-10.62%)
Mutual labels:  cmake
Mybot ws
URDF model for Gazebo integrated with ROS
Stars: ✭ 111 (-1.77%)
Mutual labels:  cmake
Vfxcmake
Cmake Find modules for common vfx software, and general Cmake utility code
Stars: ✭ 100 (-11.5%)
Mutual labels:  cmake
Opengl Examples
Modern OpenGL (fixed pipeline free) examples based on http://open.gl
Stars: ✭ 108 (-4.42%)
Mutual labels:  cmake
Qhttpengine
HTTP server for Qt applications
Stars: ✭ 112 (-0.88%)
Mutual labels:  cmake
Caveexpress
CaveExpress is a classic 2D platformer with physics-based gameplay and dozens of levels. CavePacker is a Sokoban game.
Stars: ✭ 111 (-1.77%)
Mutual labels:  cmake
Kepka
Unofficial Telegram Desktop messaging app
Stars: ✭ 109 (-3.54%)
Mutual labels:  cmake

height-map

height map

Currently, this ROS workspace processes LIDAR data to create PNG "bird's eye" height maps for use in deep learning applications. All of the real code currently resides in /ros-examples/src/lidar/src/lidar_node.cpp.

To use this node, first build. You'll need OpenCV dependencies, but that should be included in ROS. If you want to save the images, create a folder in the ROS root workspace (where this readme is located) called images. Everything will automatically be saved there.

To run: rosrun lidar lidar_node

You should see an image window pop up. The point cloud topic is hard coded in lidar_node.cpp. You may need to change that to /points_raw. After this node is up, play your bag file.

ros-examples

Want to learn how to use the Robot Operating System (ROS), the Point Cloud Library (PCL), and a bunch of other cool tools to make a self-driving car or other awesome robot? This repository is home to a collection of ROS nodes that process 3D sensor information, specifically as examples for the Udacity/Didi $100k object detection challenge. Learn about obstacle fusion techniques, and use these nodes as a starting point for building your own awesome obstacle detection engine!

For more info, check out the main competition site here.

If you have any issues, create a pull request! I'd love to add your contributions to this repo. Alternatively, shoot me a tweet at macjshiggins.

setup

This is a standard ROS catkin-ized workspace. Don't know what that means? Check out a great intro on ROS here or head on over to Udacity to sign up for the Robotics or Self-Driving Car Engineer Nanodegree.

There's currently only one node for processing LIDAR data. Use "catkin_make" in the root of this repo to build the lidar node, and run with rosrun lidar lidar_node after installing PCL and ROS (Indigo, preferably).

If you've downloaded any of the datasets for the challenge, you can start using the data with these nodes immediately by running rosbag play -l name-of-file.bag. The "-l" keeps the bag file playing on repeat so that you can keep working on your algorithm without having to mess with the data playback.

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