No version for distro humble. Known supported distros are highlighted in the buttons above.
No version for distro jazzy. Known supported distros are highlighted in the buttons above.
No version for distro rolling. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 0.0.0
License TODO: License declaration
Build type AMENT_PYTHON
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/fs-feup/autonomous-systems.git
VCS Type git
VCS Version main
Last Updated 2025-01-13
Dev Status UNMAINTAINED
CI status No Continuous Integration
Released UNRELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

TODO: Package description

Additional Links

No additional links.

Maintainers

  • Davide Teixeira

Authors

No additional authors.

Evaluator Package

Package Information

Description

This package contains the evaluator node, used to evaluate the AS main pipeline in real time, with aid of simulation environments and other data.

Folder Structure

Launch Configurations

Design

The structure of the node is quite simple and depicted by the following class diagram:

Class Diagram

The way the system works can be explained with the aid of the following sequence diagram:

Sequence Diagram

Roles of Adapters vs. the Evaluator Class

The Evaluator node class only creates Subscribers for the topics intrinsic to the system (ex. topics from the Mocker Node).

Other subscriptions that depend on the simulator topics are all made in the adapters, as well as the subsequent linkage to callbacks. The callbacks in the adapters simply recieve the messages in simulator-dependent format, and transform them into a standard format. The standardized messages are then used in the evaluator node so that metrics can be calculated and published.

This is true for all but the control node, which for simplicity reasons sends all the information necessary for evaluation in a separate message, as it does not use simulation data to evaluate itself.

Complete Evaluation System Diagram

The concept of the complete evaluation system can be seen in the following diagram:

System Diagram

Results

The metrics will be published in

``` topics.

## How to Run

### Install Dependencies


```sh
./dependencies_install.sh

Compiling

colcon build --packages-up-to evaluator

Testing

colcon test --packages-select evaluator # use event-handler=console_direct+ for imediate output

To check test results:

colcon test-result --all --verbose

Running

Use a launch file:

source ./install/setup.bash # If in a new terminal
ros2 launch evaluator evaluator-eufs.launch.py

or run directly:

source ./install/setup.bash # If in a new terminal
ros2 run evaluator evaluator

CHANGELOG
No CHANGELOG found.

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged evaluator at Robotics Stack Exchange

No version for distro noetic. Known supported distros are highlighted in the buttons above.
No version for distro ardent. Known supported distros are highlighted in the buttons above.
No version for distro bouncy. Known supported distros are highlighted in the buttons above.
No version for distro crystal. Known supported distros are highlighted in the buttons above.
No version for distro eloquent. Known supported distros are highlighted in the buttons above.
No version for distro dashing. Known supported distros are highlighted in the buttons above.
No version for distro galactic. Known supported distros are highlighted in the buttons above.
No version for distro foxy. Known supported distros are highlighted in the buttons above.
No version for distro iron. Known supported distros are highlighted in the buttons above.
No version for distro lunar. Known supported distros are highlighted in the buttons above.
No version for distro jade. Known supported distros are highlighted in the buttons above.
No version for distro indigo. Known supported distros are highlighted in the buttons above.
No version for distro hydro. Known supported distros are highlighted in the buttons above.
No version for distro kinetic. Known supported distros are highlighted in the buttons above.
No version for distro melodic. Known supported distros are highlighted in the buttons above.