Skip to content

Refactor Hardware Interface & Add Unitest Suite Example

shibohan requested to merge refactor_round_1 into master

Refactor the hardware interface (HWI) to more oop like:

  • Added control/sensor interface
  • Added control/sensor base class (if any)
  • Added currently supported Hardware
  • Centralize define and configs

Added a sample test suite for Command

  • Added CNC mock
  • Added Command test suite
  • Added pipeline runtime procedure and result collection

Planned changes for round 2:

  • Refactor OAC
  • Refactor to follow RAII
  • Cleanup unused features
  • Cleanup PDN headers
  • Better naming

Everyone should take a look and run some local tests with SITL and real hardware to discover potential issues

DRONEOA Merge Request Submission Checklist

NOTE: DO NOT EDIT TEXT BELOW BEFORE CREATING YOUR MERGE REQUEST!

  • I have ensured my commit message includes explanation and description of the fix/change

  • I have updated any documentation related to any changes in this request. (e.g. wiki page, Doxygen comments)

  • If the change crosses multiple repos, the link is provided and both requests need to be approved before merge.

  • I have built and tested this change locally.

  • I have ensured that no copyright resources are used without reference. (Depends on resource policy)

  • I have ensured that the merge request is correctly labeled

  • I will squash commits on merge

  • I will change labels for both Issue(s) and merge request(s) to MERGED after merge

Edited by shibohan

Merge request reports

Loading