No version for distro humble showing github. 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

Description 🏎️ Formula Student FEUP Autonomous Systems Department Repository
Checkout URI https://github.com/fs-feup/autonomous-systems.git
VCS Type git
VCS Version main
Last Updated 2025-06-19
Dev Status UNKNOWN
Released UNRELEASED
Tags No category tags.
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

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.

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 jazzy showing github. 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

Description 🏎️ Formula Student FEUP Autonomous Systems Department Repository
Checkout URI https://github.com/fs-feup/autonomous-systems.git
VCS Type git
VCS Version main
Last Updated 2025-06-19
Dev Status UNKNOWN
Released UNRELEASED
Tags No category tags.
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

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.

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 kilted showing github. 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

Description 🏎️ Formula Student FEUP Autonomous Systems Department Repository
Checkout URI https://github.com/fs-feup/autonomous-systems.git
VCS Type git
VCS Version main
Last Updated 2025-06-19
Dev Status UNKNOWN
Released UNRELEASED
Tags No category tags.
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

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.

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 rolling showing github. 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

Description 🏎️ Formula Student FEUP Autonomous Systems Department Repository
Checkout URI https://github.com/fs-feup/autonomous-systems.git
VCS Type git
VCS Version main
Last Updated 2025-06-19
Dev Status UNKNOWN
Released UNRELEASED
Tags No category tags.
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

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.

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

Package Summary

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

Repository Summary

Description 🏎️ Formula Student FEUP Autonomous Systems Department Repository
Checkout URI https://github.com/fs-feup/autonomous-systems.git
VCS Type git
VCS Version main
Last Updated 2025-06-19
Dev Status UNKNOWN
Released UNRELEASED
Tags No category tags.
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

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.

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 galactic showing github. 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

Description 🏎️ Formula Student FEUP Autonomous Systems Department Repository
Checkout URI https://github.com/fs-feup/autonomous-systems.git
VCS Type git
VCS Version main
Last Updated 2025-06-19
Dev Status UNKNOWN
Released UNRELEASED
Tags No category tags.
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

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.

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 iron showing github. 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

Description 🏎️ Formula Student FEUP Autonomous Systems Department Repository
Checkout URI https://github.com/fs-feup/autonomous-systems.git
VCS Type git
VCS Version main
Last Updated 2025-06-19
Dev Status UNKNOWN
Released UNRELEASED
Tags No category tags.
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

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.

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 melodic showing github. 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

Description 🏎️ Formula Student FEUP Autonomous Systems Department Repository
Checkout URI https://github.com/fs-feup/autonomous-systems.git
VCS Type git
VCS Version main
Last Updated 2025-06-19
Dev Status UNKNOWN
Released UNRELEASED
Tags No category tags.
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

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.

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 showing github. 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

Description 🏎️ Formula Student FEUP Autonomous Systems Department Repository
Checkout URI https://github.com/fs-feup/autonomous-systems.git
VCS Type git
VCS Version main
Last Updated 2025-06-19
Dev Status UNKNOWN
Released UNRELEASED
Tags No category tags.
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

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.

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