Skip to content
@nepi-engine

nepi-engine

A full-featured edge-AI and automation software platform

NEPI-Engine

This repository contains documentation and tools for getting started with NEPI Engine, a full-featured edge-AI and automation software platform for NVIDIA Jetson and other embedded edge-compute hardware platforms.

Learn more about NEPI Engine

NEPI Setup Instructions

See NEPI Docker and PC setup instructions at nepi_setup_instructions

NEPI Repo Cloning

Clone the 'main' branch:

git clone [email protected]:nepi-engine/nepi_engine_ws.git 
cd nepi_engine_ws
git checkout main
git submodule update --init --recursive

Or, clone the 'development' branch:

git clone [email protected]:nepi-engine/nepi_engine_ws.git 
cd nepi_engine_ws
git checkout develop
git submodule update --init --recursive

NEPI Engine Architecture

A NEPI-enabled device provides the complete NEPI Engine suite of tools and applications. Most of these components can be enabled and disabled through system configuration, and many can also be started and stopped at run-time as needed.

The entire NEPI software source code, including the nepi engine system, nepi applications, ai frameworks, drivers, and build scripts, is available in the top-level "nepi_engine_ws" repository:

  • nepi_engine_ws - Superproject for all NEPI Engine source code, including hardware drivers, ROS-based SDK components, user interfaces, and edge-side NEPI Connect components. Source code is organized as a collection of git submodules below this superproject. Building and running this software depends on a properly prepared root filesystem, as covered by nepi_rootfs_tools.

The nepi_engine_ws includes the following nepi component repos

  • nepi_engine - The complete NEPI engine operating environment including NEPI SDK, NEPI APIs, and NEPI Managers.

  • nepi_rui - NEPI's device-hosted Resident User Interface (RUI) system that provides browser-based js/react webserver interface to the NEPI Enging system.

  • nepi_interfaces - Collection of NEPI Engine custom ROS or ROS2 messages and services depending on which branch you checkout. Included as part of nepi_engine_ws, but if you are only trying to interact with an existing NEPI Engine system via the ROS interface, this repository can be included in your own workspace, built, and sourced to provide these message and service objects to the rest of your application.

  • nepi_drivers - Collection of NEPI driver interfaces for sensors and control devices. These driver interfaces abstract the hardware interface into NEPI standard interfaces allowing downstream applications to interact with the hardware without needing to know any specific details about the specific hardware interfaces.

  • nepi_apps - Collection of NEPI applications that expand the capabilities and features of the base NEPI software environment.

  • nepi_ai_frameworks - Collection of NEPI ai framework interfaces for loading and running ai detection models.

  • nepi_auto_scripts - Collection of NEPI Engine automation scripts that provide useful functionality and examples for the powerful NEPI Engine Automation Manager. Typically these scripts are deployed as-is to the NEPI storage partition (i.e., user partition) and/or used as references when developing new scripts.

  • nepi_3rd_party - Collection of 3rd party provided repositories used by the NEPI Engine system.

Get Involved

The best way to get involved is to contribute to NEPI-Engine source code and documentation. While Numurus accepts community contributions to the NEPI Engine open-source project, contributors must submit a signed CLA before contributing code. Contributions in the form of pull requests are gladly accepted as long as we have a signed Contributor License Agreement from you or your organization. Just download the relevant agreement and follow the instructions:

Popular repositories Loading

  1. nepi_sample_auto_scripts nepi_sample_auto_scripts Public

    Sample automation scripts for NEPI Engine AI and Automation Software

    Python 1

  2. nepi_interfaces nepi_interfaces Public

    NEPI ROS custom message and service definitions and utilities

    CMake 1

  3. nepi-bot nepi-bot Public

    Edge device application for NEPI device remote interface

    Python 1 1

  4. zed-ros-wrapper_2p0 zed-ros-wrapper_2p0 Public

    C++

  5. nepi_gpsd nepi_gpsd Public

    C

  6. nepi_darknet_ros nepi_darknet_ros Public

    NEPI-customized fork of darknet_ros to support on-device darknet-based inference

    C++

Repositories

Showing 10 of 59 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Most used topics

Loading…