Giter VIP home page Giter VIP logo

openpilot-mod-manager's Introduction

Openpilot Mod Manager

Test

Openpilot Mod Manager(OMM) is an Openpilot modding tool for both users and developers. It manipulates source code directly as a text file(instead of using language features) in order to customize behaviors.

Install

Even tho OMM works for every forks, it is recommended to use official branch for dependency tracking.

git clone https://github.com/commaai/openpilot -b v0.8.13

Download and install OMM

curl -fsSL https://github.com/borgmon/openpilot-mod-manager/raw/main/bin/install | sh

Quick Start

Initialize Repo

Go to your openpilot folder and type

omm init

This command will prepare the repo for modding and generate an omm.yml file

Install Mod

omm install https://github.com/borgmon/omm-no-disengage_on_gas

This mod does not exist yet :P

You can checkout all the commands via omm --help or the Wiki.

Developer guide

Developing a mod is very easy. Let's start by making a new directory and type

omm mod init

This will generate your manifest file manifest.yml. This file must be placed in root of your folder

name: omm-my-mod # same as github project name
displayName: my mod
repoURL: https://github.com/myname/omm-my-mod
version: v0.8.13-1.0
publisher: my name
description: my first mod!
dependencies: # planned. not being used right now
  - url: https://github.com/borgmon/some-UI-framework
    version: v0.8.13-18

Full guide is available in the Wiki.

openpilot-mod-manager's People

Contributors

borgmon avatar

Stargazers

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