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_CMAKE
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-10-08
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

No known maintainers.

Authors

No additional authors.

Velocity Estimation Package

Description

This package is responsible for estimating the velocity of the vehicle based on measurements by the sensors. The results of this estimation are meant to be used for SLAM and Control. The package has enough modularity that using different estimators and running it on different environments only requires changing/creating launch files.

Directory Structure

Launch Configurations

How to Run

Install Dependencies

  ./dependencies_install.sh

Compiling

colcon build --packages-up-to velocity_estimation

Running

Use a launch file:

source ./install/setup.bash # If in a new terminal
ros2 launch velocity_estimation pacsim.launch.py

or run directly:

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

Testing

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

To check test results:

colcon test-result --all --verbose

Estimators

EKF

This estimator is an extension of the Kalman Filter for non-linear models. It’s car model is the kinematic bicycle model, which assumes no-slip in the tires, with lateral dynamics included. The sensors used are an IMU, wheel speed sensors, a steering angle sensor and a motor rpm sensor.

Structure

This UML diagram shows how the classes that compose this package are related to each other. The main takeaway is that there is a main class called VENode, a ROS2 node, which depends on a velocity estimator to do the actual velocity estimation.

Diagram

Design

Important design decisions:

  • The class VENode depends on an abstract estimator to make it easier to implement new estimation methods.
  • The parameters in the launch files determine the adapter and the estimator to be used, through corresponding and are created in corresponding factories.

Important Dependencies

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 velocity_estimation 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_CMAKE
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-10-08
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

No known maintainers.

Authors

No additional authors.

Velocity Estimation Package

Description

This package is responsible for estimating the velocity of the vehicle based on measurements by the sensors. The results of this estimation are meant to be used for SLAM and Control. The package has enough modularity that using different estimators and running it on different environments only requires changing/creating launch files.

Directory Structure

Launch Configurations

How to Run

Install Dependencies

  ./dependencies_install.sh

Compiling

colcon build --packages-up-to velocity_estimation

Running

Use a launch file:

source ./install/setup.bash # If in a new terminal
ros2 launch velocity_estimation pacsim.launch.py

or run directly:

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

Testing

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

To check test results:

colcon test-result --all --verbose

Estimators

EKF

This estimator is an extension of the Kalman Filter for non-linear models. It’s car model is the kinematic bicycle model, which assumes no-slip in the tires, with lateral dynamics included. The sensors used are an IMU, wheel speed sensors, a steering angle sensor and a motor rpm sensor.

Structure

This UML diagram shows how the classes that compose this package are related to each other. The main takeaway is that there is a main class called VENode, a ROS2 node, which depends on a velocity estimator to do the actual velocity estimation.

Diagram

Design

Important design decisions:

  • The class VENode depends on an abstract estimator to make it easier to implement new estimation methods.
  • The parameters in the launch files determine the adapter and the estimator to be used, through corresponding and are created in corresponding factories.

Important Dependencies

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 velocity_estimation 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_CMAKE
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-10-08
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

No known maintainers.

Authors

No additional authors.

Velocity Estimation Package

Description

This package is responsible for estimating the velocity of the vehicle based on measurements by the sensors. The results of this estimation are meant to be used for SLAM and Control. The package has enough modularity that using different estimators and running it on different environments only requires changing/creating launch files.

Directory Structure

Launch Configurations

How to Run

Install Dependencies

  ./dependencies_install.sh

Compiling

colcon build --packages-up-to velocity_estimation

Running

Use a launch file:

source ./install/setup.bash # If in a new terminal
ros2 launch velocity_estimation pacsim.launch.py

or run directly:

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

Testing

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

To check test results:

colcon test-result --all --verbose

Estimators

EKF

This estimator is an extension of the Kalman Filter for non-linear models. It’s car model is the kinematic bicycle model, which assumes no-slip in the tires, with lateral dynamics included. The sensors used are an IMU, wheel speed sensors, a steering angle sensor and a motor rpm sensor.

Structure

This UML diagram shows how the classes that compose this package are related to each other. The main takeaway is that there is a main class called VENode, a ROS2 node, which depends on a velocity estimator to do the actual velocity estimation.

Diagram

Design

Important design decisions:

  • The class VENode depends on an abstract estimator to make it easier to implement new estimation methods.
  • The parameters in the launch files determine the adapter and the estimator to be used, through corresponding and are created in corresponding factories.

Important Dependencies

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 velocity_estimation 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_CMAKE
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-10-08
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

No known maintainers.

Authors

No additional authors.

Velocity Estimation Package

Description

This package is responsible for estimating the velocity of the vehicle based on measurements by the sensors. The results of this estimation are meant to be used for SLAM and Control. The package has enough modularity that using different estimators and running it on different environments only requires changing/creating launch files.

Directory Structure

Launch Configurations

How to Run

Install Dependencies

  ./dependencies_install.sh

Compiling

colcon build --packages-up-to velocity_estimation

Running

Use a launch file:

source ./install/setup.bash # If in a new terminal
ros2 launch velocity_estimation pacsim.launch.py

or run directly:

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

Testing

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

To check test results:

colcon test-result --all --verbose

Estimators

EKF

This estimator is an extension of the Kalman Filter for non-linear models. It’s car model is the kinematic bicycle model, which assumes no-slip in the tires, with lateral dynamics included. The sensors used are an IMU, wheel speed sensors, a steering angle sensor and a motor rpm sensor.

Structure

This UML diagram shows how the classes that compose this package are related to each other. The main takeaway is that there is a main class called VENode, a ROS2 node, which depends on a velocity estimator to do the actual velocity estimation.

Diagram

Design

Important design decisions:

  • The class VENode depends on an abstract estimator to make it easier to implement new estimation methods.
  • The parameters in the launch files determine the adapter and the estimator to be used, through corresponding and are created in corresponding factories.

Important Dependencies

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 velocity_estimation at Robotics Stack Exchange

Package Summary

Tags No category tags.
Version 0.0.0
License TODO: License declaration
Build type AMENT_CMAKE
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-10-08
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

No known maintainers.

Authors

No additional authors.

Velocity Estimation Package

Description

This package is responsible for estimating the velocity of the vehicle based on measurements by the sensors. The results of this estimation are meant to be used for SLAM and Control. The package has enough modularity that using different estimators and running it on different environments only requires changing/creating launch files.

Directory Structure

Launch Configurations

How to Run

Install Dependencies

  ./dependencies_install.sh

Compiling

colcon build --packages-up-to velocity_estimation

Running

Use a launch file:

source ./install/setup.bash # If in a new terminal
ros2 launch velocity_estimation pacsim.launch.py

or run directly:

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

Testing

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

To check test results:

colcon test-result --all --verbose

Estimators

EKF

This estimator is an extension of the Kalman Filter for non-linear models. It’s car model is the kinematic bicycle model, which assumes no-slip in the tires, with lateral dynamics included. The sensors used are an IMU, wheel speed sensors, a steering angle sensor and a motor rpm sensor.

Structure

This UML diagram shows how the classes that compose this package are related to each other. The main takeaway is that there is a main class called VENode, a ROS2 node, which depends on a velocity estimator to do the actual velocity estimation.

Diagram

Design

Important design decisions:

  • The class VENode depends on an abstract estimator to make it easier to implement new estimation methods.
  • The parameters in the launch files determine the adapter and the estimator to be used, through corresponding and are created in corresponding factories.

Important Dependencies

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 velocity_estimation 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_CMAKE
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-10-08
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

No known maintainers.

Authors

No additional authors.

Velocity Estimation Package

Description

This package is responsible for estimating the velocity of the vehicle based on measurements by the sensors. The results of this estimation are meant to be used for SLAM and Control. The package has enough modularity that using different estimators and running it on different environments only requires changing/creating launch files.

Directory Structure

Launch Configurations

How to Run

Install Dependencies

  ./dependencies_install.sh

Compiling

colcon build --packages-up-to velocity_estimation

Running

Use a launch file:

source ./install/setup.bash # If in a new terminal
ros2 launch velocity_estimation pacsim.launch.py

or run directly:

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

Testing

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

To check test results:

colcon test-result --all --verbose

Estimators

EKF

This estimator is an extension of the Kalman Filter for non-linear models. It’s car model is the kinematic bicycle model, which assumes no-slip in the tires, with lateral dynamics included. The sensors used are an IMU, wheel speed sensors, a steering angle sensor and a motor rpm sensor.

Structure

This UML diagram shows how the classes that compose this package are related to each other. The main takeaway is that there is a main class called VENode, a ROS2 node, which depends on a velocity estimator to do the actual velocity estimation.

Diagram

Design

Important design decisions:

  • The class VENode depends on an abstract estimator to make it easier to implement new estimation methods.
  • The parameters in the launch files determine the adapter and the estimator to be used, through corresponding and are created in corresponding factories.

Important Dependencies

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 velocity_estimation 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_CMAKE
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-10-08
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

No known maintainers.

Authors

No additional authors.

Velocity Estimation Package

Description

This package is responsible for estimating the velocity of the vehicle based on measurements by the sensors. The results of this estimation are meant to be used for SLAM and Control. The package has enough modularity that using different estimators and running it on different environments only requires changing/creating launch files.

Directory Structure

Launch Configurations

How to Run

Install Dependencies

  ./dependencies_install.sh

Compiling

colcon build --packages-up-to velocity_estimation

Running

Use a launch file:

source ./install/setup.bash # If in a new terminal
ros2 launch velocity_estimation pacsim.launch.py

or run directly:

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

Testing

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

To check test results:

colcon test-result --all --verbose

Estimators

EKF

This estimator is an extension of the Kalman Filter for non-linear models. It’s car model is the kinematic bicycle model, which assumes no-slip in the tires, with lateral dynamics included. The sensors used are an IMU, wheel speed sensors, a steering angle sensor and a motor rpm sensor.

Structure

This UML diagram shows how the classes that compose this package are related to each other. The main takeaway is that there is a main class called VENode, a ROS2 node, which depends on a velocity estimator to do the actual velocity estimation.

Diagram

Design

Important design decisions:

  • The class VENode depends on an abstract estimator to make it easier to implement new estimation methods.
  • The parameters in the launch files determine the adapter and the estimator to be used, through corresponding and are created in corresponding factories.

Important Dependencies

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 velocity_estimation 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_CMAKE
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-10-08
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

No known maintainers.

Authors

No additional authors.

Velocity Estimation Package

Description

This package is responsible for estimating the velocity of the vehicle based on measurements by the sensors. The results of this estimation are meant to be used for SLAM and Control. The package has enough modularity that using different estimators and running it on different environments only requires changing/creating launch files.

Directory Structure

Launch Configurations

How to Run

Install Dependencies

  ./dependencies_install.sh

Compiling

colcon build --packages-up-to velocity_estimation

Running

Use a launch file:

source ./install/setup.bash # If in a new terminal
ros2 launch velocity_estimation pacsim.launch.py

or run directly:

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

Testing

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

To check test results:

colcon test-result --all --verbose

Estimators

EKF

This estimator is an extension of the Kalman Filter for non-linear models. It’s car model is the kinematic bicycle model, which assumes no-slip in the tires, with lateral dynamics included. The sensors used are an IMU, wheel speed sensors, a steering angle sensor and a motor rpm sensor.

Structure

This UML diagram shows how the classes that compose this package are related to each other. The main takeaway is that there is a main class called VENode, a ROS2 node, which depends on a velocity estimator to do the actual velocity estimation.

Diagram

Design

Important design decisions:

  • The class VENode depends on an abstract estimator to make it easier to implement new estimation methods.
  • The parameters in the launch files determine the adapter and the estimator to be used, through corresponding and are created in corresponding factories.

Important Dependencies

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 velocity_estimation 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_CMAKE
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-10-08
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

No known maintainers.

Authors

No additional authors.

Velocity Estimation Package

Description

This package is responsible for estimating the velocity of the vehicle based on measurements by the sensors. The results of this estimation are meant to be used for SLAM and Control. The package has enough modularity that using different estimators and running it on different environments only requires changing/creating launch files.

Directory Structure

Launch Configurations

How to Run

Install Dependencies

  ./dependencies_install.sh

Compiling

colcon build --packages-up-to velocity_estimation

Running

Use a launch file:

source ./install/setup.bash # If in a new terminal
ros2 launch velocity_estimation pacsim.launch.py

or run directly:

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

Testing

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

To check test results:

colcon test-result --all --verbose

Estimators

EKF

This estimator is an extension of the Kalman Filter for non-linear models. It’s car model is the kinematic bicycle model, which assumes no-slip in the tires, with lateral dynamics included. The sensors used are an IMU, wheel speed sensors, a steering angle sensor and a motor rpm sensor.

Structure

This UML diagram shows how the classes that compose this package are related to each other. The main takeaway is that there is a main class called VENode, a ROS2 node, which depends on a velocity estimator to do the actual velocity estimation.

Diagram

Design

Important design decisions:

  • The class VENode depends on an abstract estimator to make it easier to implement new estimation methods.
  • The parameters in the launch files determine the adapter and the estimator to be used, through corresponding and are created in corresponding factories.

Important Dependencies

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 velocity_estimation at Robotics Stack Exchange