Git Product home page Git Product logo

dataset_publisher_ros2's Introduction

ROS2 image publisher

Description

This is a ROS2 package created to publish images of some of the famous dataset

Installation

Source ROS2 environment (tested with Eloquent and Dashing)

source /opt/ros/<distro>/setup.bash

Clone the repository and build it

git clone https://github.com/mirellameelo/dataset_publisher_ros2.git

cd <path_to_dataset_publisher_ros2>
colcon build

Source the environment

source <path_to_dataset_publisher_ros2>/install/setub.bash

Usage

OpenvSLAM dataset

Download one of the Fisheye camera sequence or one of the Equirectangular camera sequence and run:

OBS: it should work with any .mp4 video.

ros2 run publisher openvslam_video -m <path_to_video>/video.mp4

Images will be published in camera/image_raw topic and frame_id is set to camera_link

KITTI dataset

Download one of the odometry dataset(grayscale) and run:

ros2 run publisher kitti_images -i <path_to_dataset>/<sequence_number>

Stereo images will be published in camera/left/image_raw and camera/right/image_raw topics, and frame_id is set to camera_link

EuRoc dataset

Download one of the sequence (ASL Dataset Format) and run:

ros2 run publisher euroc_images -i <path_to_dataset>/mav0

Stereo images will be published in camera/left/image_raw and camera/right/image_raw topics, and frame_id is set to camera_link

dataset_publisher_ros2's People

Contributors

mirellameelo avatar

Watchers

 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.