Contribute
We will be happy, if you like to extend or update the error patterns. They are still just a small amount of all reasonable error patterns and therefore, you are free to extend them.
Workflow
- Fork this git project
- Implement awesome stuff
- For implementing a new feature:
- Create a new abstract method in
include/roboy_error_detection/roboyErrorDetection.hpp - Write the implementation of this method in
src/roboyErrorDetection.cpp - Add the new notification codes and descriptions in
include/roboy_error_detection/common_utilities.hpp - Write an example main file in
src/mainto show how your new functionality works - Add the main file to the
CMakeLists.txtfile to make this file visible for the compiler
- Create a new abstract method in
- Change existing code
- For implementing a new feature:
- Ensure that your code compiles
- Create a pull request to this git repository