Soar Test Agent for Development
The start
program is a minimum working example of a Soar agent
integrated in ROS2 for communicating. It is used for testing but also as an
example on how to set up the project structure.
The tests can be executed either via colcon test
or
launch_test test/*.py
.
Known Bug: Soar does not exit cleanly after unit tests and the start
program must be terminated manually.