PerceMon
Online monitoring for perception systems using Spatio-Temporal Quality Logic
Install / Use
/learn @CPS-VIDA/PerceMonREADME
PerceMon: The Perception Monitoring library
Online monitoring for perception systems using Spatio-Temporal Quality Logic.
Building from source
Requirements
You need:
- CMake version greater than or equal to 3.5
- Git
- A C++ compiler that supports C++17. See cppreference for a compiler that supports most of the features.
- (Optional) Ninja build tool for faster building than
makeand for better cross-platform availability.
Building the library
Note: this assumes a Linux environment with bash/zsh, but there are equivalent commands in other shells.
Clone the repository and it's submodules:
$ git clone https://github.com/anand-bala/PerceMon.git
$ cd PerceMon
$ git submodule update --init
Then do the CMake dance in the repository root:
$ mkdir -p build && cd build
$ cmake .. -DCMAKE_BUILD_TYPE=Release
$ make -j4
Or else, if you have installed Ninja
$ mkdir -p build && cd build
$ cmake .. -DCMAKE_BUILD_TYPE=Release -GNinja
$ ninja
Related Skills
tmux
347.2kRemote-control tmux sessions for interactive CLIs by sending keystrokes and scraping pane output.
diffs
347.2kUse the diffs tool to produce real, shareable diffs (viewer URL, file artifact, or both) instead of manual edit summaries.
terraform-provider-genesyscloud
Terraform Provider Genesyscloud
blogwatcher
347.2kMonitor blogs and RSS/Atom feeds for updates using the blogwatcher CLI.
