Git Product home page Git Product logo

bag_to_depth's Introduction

Bag to Depth and RGB

This code is usefull for grabbing RGB and depth data from BAG file of ros in python

What is needed

  • A good installation of ROS
  • Numpy
  • python
  • CVbridge

How to execute ?

Pre-Run requirements

Arange the bag files in diffrent folders as below

  • Bag folder1
    • bagfile.bag
  • Bag folder2
    • bagfile2.bag
  • grabrgb.py
  • grabdepth.py
  • truedepthandrgb.sh

How to run

step 1: Run ros.sh using sh ros.sh on one terminal

step 2: Open another terminal and run sh truedepthandrgb.sh

step 3: Wait

What after it executes

The folder strcture now will be

  • Bag folder1
    • bagfile.bag
    • depth_images1
      • frame1.jpg
      • frame1.npy
      • ...
      • framen.jpg
      • framen.npy
    • rgb_images1
      • frame1.jpg
      • frame1.npy
      • ...
      • framen.jpg
      • framen.npy
  • Bag folder2
    • bagfile2.bag
    • depth_images1
      • frame1.jpg
      • frame1.npy
      • ...
      • framen.jpg
      • framen.npy
    • rgb_images1
      • frame1.jpg
      • frame1.npy
      • ...
      • framen.jpg
      • framen.npy

bag_to_depth's People

Contributors

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