awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 Repos

Awesome GitHub RepositoriesRobotic Data Processors

External processors for scaling and transforming robotic sensor and action data.

Distinct from Data Normalization Layers: Distinct from general API normalization: focuses on robotic observation and action data scaling.

Explore 5 awesome GitHub repositories matching software engineering & architecture · Robotic Data Processors. Refine with filters or upvote what's useful.

Awesome Robotic Data Processors GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • huggingface/lerobotAvatar von huggingface

    huggingface/lerobot

    21,687Auf GitHub ansehen↗

    This project is a comprehensive research platform designed for the end-to-end lifecycle of robotic learning. It provides a modular framework for training neural network policies—specifically through imitation and reinforcement learning—and deploying them onto physical robotic hardware. By offering a unified interface for hardware abstraction, the platform decouples high-level control logic from the specific sensors and actuators of diverse robotic systems. The framework distinguishes itself through a standardized approach to data and policy management. It utilizes a consistent schema for reco

    Provides external processors to decouple input and output scaling from core model weights.

    Python
    Auf GitHub ansehen↗21,687
  • rerun-io/rerunAvatar von rerun-io

    rerun-io/rerun

    10,214Auf GitHub ansehen↗

    Rerun is a multimodal data visualizer and robotics data logger designed for rendering synchronized streams of 3D spatial data, images, and time-series metrics. It functions as a tool for capturing high-frequency sensor data and AI outputs into a queryable columnar format, providing a dedicated interface for viewing MCAP recording files and analyzing physical environments. The project distinguishes itself as a machine learning dataset streamer, capable of feeding logged recordings directly into GPU buffers and PyTorch training pipelines without intermediate exports. It supports a high-performa

    Loads and transforms robotic sensor data streams using a declarative language to normalize nested structures.

    Rustcomputer-visioncppmultimodal
    Auf GitHub ansehen↗10,214
  • nvidia/isaac-gr00tAvatar von NVIDIA

    NVIDIA/Isaac-GR00T

    6,222Auf GitHub ansehen↗

    Converts robot demonstrations into standardized formats for policy training and inference.

    Jupyter Notebook
    Auf GitHub ansehen↗6,222
  • ros-planning/navigationAvatar von ros-planning

    ros-planning/navigation

    2,648Auf GitHub ansehen↗

    This project is a framework for autonomous mobile robot navigation within the Robot Operating System ecosystem. It provides a suite of tools for calculating safe trajectories and movement commands, enabling mobile bases to reach specific destinations while avoiding obstacles in dynamic environments. The system utilizes a hierarchical planning approach that separates long-range path generation from short-range reactive obstacle avoidance. It maintains spatial awareness through a centralized coordinate tracking system and a grid-based representation that stores obstacle information and proximit

    Integrates laser, sonar, and camera inputs to map surroundings and detect obstacles for navigation.

    C++navigationroboticsros
    Auf GitHub ansehen↗2,648
  • open-gigaai/giga-brain-0Avatar von open-gigaai

    open-gigaai/giga-brain-0

    2,542Auf GitHub ansehen↗

    giga-brain-0 is a robot action model framework designed to train and deploy neural networks that map multi-modal sensor data to physical robot control signals. It functions as a robot manipulation controller that processes high-dimensional observations to execute dexterous, long-horizon physical tasks. The project provides a multi-modal robot inference server using a client-server architecture to stream real-time vision and language observations for instant action prediction. It includes an embodiment fine-tuning pipeline to adapt pre-trained base models to specific robot hardware configurati

    Converts raw sensor data into uniform formats and calculates normalization statistics for robot states and actions.

    Python
    Auf GitHub ansehen↗2,542
  1. Home
  2. Software Engineering & Architecture
  3. Data Normalization Layers
  4. Robotic Data Processors

Unter-Tags erkunden

  • Demonstration Format ConvertersConverts collected robot demonstrations (video, state, actions) into a standardized format required for training or inference. **Distinct from Robotic Data Processors:** Distinct from Robotic Data Processors: focuses on converting demonstrations to standardized formats, not general data scaling.
  • Navigation Sensor ProcessorsTools for integrating laser, sonar, and camera inputs specifically for obstacle detection and navigation mapping. **Distinct from Robotic Data Processors:** Distinct from Robotic Data Processors: focuses on navigation-specific sensor integration rather than general robotic data scaling.