Code Monkey home page Code Monkey logo

robologs-ros-actions's Introduction

What is robologs-ros-actions

robologs-ros-actions is an open-source collection of software modules to extract, process and analyze Robot Operating System (ROS) data. These modules, referred to as Actions, are essentially containerized Python scripts, and form part of the broader robologs library.

Actions can range from simple data transformations to more complex algorithms, accommodating a wide spectrum of requirements and use cases.

The package currently includes the following Actions:

  • get_images_from_rosbag: Extract images from a rosbag.
  • get_videos_from_rosbag: Extract videos from a rosbag.
  • get_images_from_videos: Extract images from common video formats.
  • avi_to_mp4: Convert .avi video files to .mp4.
  • run_yolov8_rosbag: Run the YOLOv8 object detection algorithm on a rosbag.
  • run_yolov8_images: Run the YOLOv8 object detection algorithm on a folder of images.
  • run_svo_slam_rosbag: Run the SVO SLAM algorithm on a rosbag.
  • rosbag_to_csv: Convert a rosbag to a CSV file.
  • rosbag_to_mcap: Convert a rosbag to an MCAP file.
  • merge_rosbags: Merge multiple rosbag files into a single file.
  • convert_coco_annotations: Convert COCO annotations to Roboto-supported annotation format.
  • parse_rosout_and_tag: Check /rosout topic for certain strings and tag dataset.
  • rosbag_reindex: Reindex any unindexed rosbags.
  • extract_files: Extract zip, tar or tar.gz files.

Prerequisites

Install Docker

Install pyenv

Quickstart

Try an Action called: get_images_from_rosbag:

# 0. Clone this repository
git clone https://github.com/roboto-ai/robologs-ros-actions.git
cd robologs-ros-actions/actions/get_images_from_rosbag

# 1. Set up a virtual environment for this project and install dependencies, which includes the `roboto` CLI:
./scripts/setup.sh

# 2. Build the Docker image for the Action: 
./scripts/build.sh

# 3. Run the Action locally: 
./scripts/run.sh <path-to-input-data-directory>

# 4. Run the provided tests to ensure everything is set up correctly:
./scripts/test.sh

# 5. (Optional) Deploy the Action to the Roboto platform (see notes below):
./scripts/deploy.sh

Deployment to Roboto (Step 5.) enables you to run an Action at scale on multiple datasets in the cloud, or automatically when new data gets uploaded. You can sign up for a free account at roboto.ai, and find user guides at docs.roboto.ai.

Community

We're constantly looking to expand the capabilities of robologs-ros-actions and welcome suggestions for new Actions. If you have ideas or need assistance, feel free to join our discussion on Discord.

Your contributions and suggestions are not only encouraged but also form an integral part of this open source initiative. Let's collaborate to make robologs-ros-actions more versatile and beneficial for everyone in the ROS community!

robologs-ros-actions's People

Contributors

bbarash avatar yvesschoenberg avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

adivardi dhpitt

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.