Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The CPM Lib is mainly used by the vehicles and the Middleware. It is supposed to provide all functionality of the design decisions made for these participants as well as for the HLC and the LCC, to reduce code redundancy and to allow for a simple usage of the communication structure by other users. The design decisions are hidden from the user and can be changed anytime without requiring a change in all projects that are dependend dependent on them.

All functionality covered by the cpm lib should be used by any user whose application needs to participate in a DDS domain. Only rely on other methods, e.g. as described in rtiddsbasics.md RTI DDS Basics, if the cpm lib does not provide what you need for your implementation.

...

cd ~/dev
git clone https://git.rwth-aachen.de/CPM/Project/Lab/cpm_base.git
cd cpm_base/cpm_lib/
./build.bash
./build_arm.bash

TODO: Also mention Logging here

...