Giter Site home page Giter Site logo

uwrt_mars_rover_hw_bridge's Introduction

UWRT Mars Rover HW Bridge

This repo contains a library that's shared by ROS software and firmware repositories. The library contains payload structs and convenience functions to facilitate communication between our ROS system and our embedded boards.k

Making Changes to HW Bridge

When additions or changes to this repo are made, they need to be run through CI and merged into ROS software and firmware. Since this repo does not have its own CI until this issue is addressed, we must manually test changes.

The process is as follows:

  1. Make change to software repo on a branch and create a PR
  2. Create a draft PR in the SW Repo. You should point the rosinstall file to your HW Bridge pr branch. Example:
- git:
    uri: https://github.com/uwrobotics/uwrt_mars_rover_hw_bridge.git
    local-name: uwrt_mars_rover/uwrt_mars_rover_hw_bridge/lib/uwrt_mars_rover_hw_bridge/
    version: fix-ros-build # Modify THIS line
  1. Create a draft PR in the FW repo. You should point the git submodule to your HW Bridge pr branch. Example:
[submodule "uwrt-mars-rover-hw-bridge"]
    path = uwrt-mars-rover-hw-bridge
    url = ../uwrt_mars_rover_hw_bridge.git
    branch = fix-ros-build # Add THIS line
  1. Ensure all pipelines pass and link the passing pipelines in your bridge PR.
  2. Once approved, ask one of the leads to merge it in (Only Github admins can force this merge in).
  3. Change the SW repo to use the latest commit hash of HW Bridge repo.
  4. Convert your SW PR to non-draft.
  5. Change the FW repo to use the latest commit hash of HW Bridge repo.
  6. Convert your FW PR to non-draft.
  7. Get approvals and merge in SW and FW PRs!

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.