Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: uwrobotics/MarsRoverFirmware
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: uwrobotics/MarsRoverFirmware
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: gimbal-module
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 22 files changed
  • 3 contributors

Commits on Jun 22, 2021

  1. Create modules skeleton for new app structure (#382)

    * Add modules and main.cpp skeleton
    
    * Fix typos
    cindyli-13 authored Jun 22, 2021
    Configuration menu
    Copy the full SHA
    acd0b4d View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2021

  1. Create watchdog module (#389)

    * Watchdog module
    
    * clang fix
    
    * clang fix2
    
    * test-watchdog
    
    * Edited WatchdogWrapper.h
    
    * Fixed pure virtual function errors
    
    * fixed namespace error
    
    * Fixed error2
    
    * Cmake
    
    * Cmake
    
    * Cmake fix
    
    * Top-level Cmake
    
    * Changes made
    
    * clang fix
    
    * Update libs/utility/src/WatchdogWrapper.cpp
    
    Co-authored-by: Cindy Li <[email protected]>
    
    * Update test-apps/test-watchdog/src/main.cpp
    
    Co-authored-by: Cindy Li <[email protected]>
    
    * cmake
    
    * Changed periodic function name
    
    * watchdogwrapper fix
    
    Co-authored-by: Cindy Li <[email protected]>
    jahnavithota2011 and cindyli-13 authored Aug 18, 2021
    Configuration menu
    Copy the full SHA
    168ba76 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2021

  1. Create PDB monitoring module (#392)

    * PDB Module added
    
    * CMake
    
    * rename include
    
    * Fixed Errors
    
    * clang fix
    
    * Changes made
    
    * Made pins config private members
    
    * clang
    jahnavithota2011 authored Aug 26, 2021
    Configuration menu
    Copy the full SHA
    5cef90d View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2021

  1. initial commit

    ariwasch committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    1b575e8 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2021

  1. Add gimbal servo code

    ariwasch committed Oct 17, 2021
    Configuration menu
    Copy the full SHA
    6059832 View commit details
    Browse the repository at this point in the history
Loading