Skip to content

uwrobotics/uwrt_mars_rover_hw_bridge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

payload structs and related convenience functions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published