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-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

  • marhcouto

Authors

No additional authors.

EKF State Estimation Package

Package Information

Description

The State Estimation module is responsible for the processing of the perception module and localisation sensors’ data and its transformation into useful information. In this case, the data is combined to generate the best estimates possible on the pose and speed of the vehicle and the location of the cones that delimit the track.

Folder Structure

Launch Configurations

Important Dependencies

How to Run

Install Dependencies

  ./dependencies_install.sh

Compiling

colcon build --packages-up-to ekf_state_est

Testing

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

To check test results:

colcon test-result --all --verbose

or

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

Running

Use a launch file:

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

or run directly:

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

Design

Below, some diagrams are presented that can illustrate the structure and behaviour of the program.

Behaviour

The control flow below illustrates briefly the flow of execution and information through the node, you can also checkout documentation pdf to get a better understanding.

Control Flow Diagram

The sequence diagrams below illustrate in greater detail the interactions between the components of the system in a normal use case.

Sequence Diagram

  1. Information from localisation sensors is received in the adapter (the adapter is a layer for adaptation of the different environments the node runs in).
  2. LMNode (the localisation and mapping node) processes the information and requests execution of the prediction step to the Extended Kalman Filter cass (illustrated below).
    1. The Motion Model is used to utilize the Motion data to predict the change in state.
    2. The Motion Model is used to reaturn the G matrix (maps the transformation from the motion to the state)
    3. Get the noise matrix, required for the calculation of the predicted covariance matrix P.
    4. Compute predicted X and P.
  3. After the step, the pose and map are updated and published.

File truncated at 100 lines see the full file

CHANGELOG
No CHANGELOG found.

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged ekf_state_est 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-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

  • marhcouto

Authors

No additional authors.

EKF State Estimation Package

Package Information

Description

The State Estimation module is responsible for the processing of the perception module and localisation sensors’ data and its transformation into useful information. In this case, the data is combined to generate the best estimates possible on the pose and speed of the vehicle and the location of the cones that delimit the track.

Folder Structure

Launch Configurations

Important Dependencies

How to Run

Install Dependencies

  ./dependencies_install.sh

Compiling

colcon build --packages-up-to ekf_state_est

Testing

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

To check test results:

colcon test-result --all --verbose

or

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

Running

Use a launch file:

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

or run directly:

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

Design

Below, some diagrams are presented that can illustrate the structure and behaviour of the program.

Behaviour

The control flow below illustrates briefly the flow of execution and information through the node, you can also checkout documentation pdf to get a better understanding.

Control Flow Diagram

The sequence diagrams below illustrate in greater detail the interactions between the components of the system in a normal use case.

Sequence Diagram

  1. Information from localisation sensors is received in the adapter (the adapter is a layer for adaptation of the different environments the node runs in).
  2. LMNode (the localisation and mapping node) processes the information and requests execution of the prediction step to the Extended Kalman Filter cass (illustrated below).
    1. The Motion Model is used to utilize the Motion data to predict the change in state.
    2. The Motion Model is used to reaturn the G matrix (maps the transformation from the motion to the state)
    3. Get the noise matrix, required for the calculation of the predicted covariance matrix P.
    4. Compute predicted X and P.
  3. After the step, the pose and map are updated and published.

File truncated at 100 lines see the full file

CHANGELOG
No CHANGELOG found.

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged ekf_state_est 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-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

  • marhcouto

Authors

No additional authors.

EKF State Estimation Package

Package Information

Description

The State Estimation module is responsible for the processing of the perception module and localisation sensors’ data and its transformation into useful information. In this case, the data is combined to generate the best estimates possible on the pose and speed of the vehicle and the location of the cones that delimit the track.

Folder Structure

Launch Configurations

Important Dependencies

How to Run

Install Dependencies

  ./dependencies_install.sh

Compiling

colcon build --packages-up-to ekf_state_est

Testing

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

To check test results:

colcon test-result --all --verbose

or

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

Running

Use a launch file:

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

or run directly:

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

Design

Below, some diagrams are presented that can illustrate the structure and behaviour of the program.

Behaviour

The control flow below illustrates briefly the flow of execution and information through the node, you can also checkout documentation pdf to get a better understanding.

Control Flow Diagram

The sequence diagrams below illustrate in greater detail the interactions between the components of the system in a normal use case.

Sequence Diagram

  1. Information from localisation sensors is received in the adapter (the adapter is a layer for adaptation of the different environments the node runs in).
  2. LMNode (the localisation and mapping node) processes the information and requests execution of the prediction step to the Extended Kalman Filter cass (illustrated below).
    1. The Motion Model is used to utilize the Motion data to predict the change in state.
    2. The Motion Model is used to reaturn the G matrix (maps the transformation from the motion to the state)
    3. Get the noise matrix, required for the calculation of the predicted covariance matrix P.
    4. Compute predicted X and P.
  3. After the step, the pose and map are updated and published.

File truncated at 100 lines see the full file

CHANGELOG
No CHANGELOG found.

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged ekf_state_est 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-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

  • marhcouto

Authors

No additional authors.

EKF State Estimation Package

Package Information

Description

The State Estimation module is responsible for the processing of the perception module and localisation sensors’ data and its transformation into useful information. In this case, the data is combined to generate the best estimates possible on the pose and speed of the vehicle and the location of the cones that delimit the track.

Folder Structure

Launch Configurations

Important Dependencies

How to Run

Install Dependencies

  ./dependencies_install.sh

Compiling

colcon build --packages-up-to ekf_state_est

Testing

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

To check test results:

colcon test-result --all --verbose

or

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

Running

Use a launch file:

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

or run directly:

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

Design

Below, some diagrams are presented that can illustrate the structure and behaviour of the program.

Behaviour

The control flow below illustrates briefly the flow of execution and information through the node, you can also checkout documentation pdf to get a better understanding.

Control Flow Diagram

The sequence diagrams below illustrate in greater detail the interactions between the components of the system in a normal use case.

Sequence Diagram

  1. Information from localisation sensors is received in the adapter (the adapter is a layer for adaptation of the different environments the node runs in).
  2. LMNode (the localisation and mapping node) processes the information and requests execution of the prediction step to the Extended Kalman Filter cass (illustrated below).
    1. The Motion Model is used to utilize the Motion data to predict the change in state.
    2. The Motion Model is used to reaturn the G matrix (maps the transformation from the motion to the state)
    3. Get the noise matrix, required for the calculation of the predicted covariance matrix P.
    4. Compute predicted X and P.
  3. After the step, the pose and map are updated and published.

File truncated at 100 lines see the full file

CHANGELOG
No CHANGELOG found.

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged ekf_state_est 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-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

  • marhcouto

Authors

No additional authors.

EKF State Estimation Package

Package Information

Description

The State Estimation module is responsible for the processing of the perception module and localisation sensors’ data and its transformation into useful information. In this case, the data is combined to generate the best estimates possible on the pose and speed of the vehicle and the location of the cones that delimit the track.

Folder Structure

Launch Configurations

Important Dependencies

How to Run

Install Dependencies

  ./dependencies_install.sh

Compiling

colcon build --packages-up-to ekf_state_est

Testing

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

To check test results:

colcon test-result --all --verbose

or

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

Running

Use a launch file:

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

or run directly:

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

Design

Below, some diagrams are presented that can illustrate the structure and behaviour of the program.

Behaviour

The control flow below illustrates briefly the flow of execution and information through the node, you can also checkout documentation pdf to get a better understanding.

Control Flow Diagram

The sequence diagrams below illustrate in greater detail the interactions between the components of the system in a normal use case.

Sequence Diagram

  1. Information from localisation sensors is received in the adapter (the adapter is a layer for adaptation of the different environments the node runs in).
  2. LMNode (the localisation and mapping node) processes the information and requests execution of the prediction step to the Extended Kalman Filter cass (illustrated below).
    1. The Motion Model is used to utilize the Motion data to predict the change in state.
    2. The Motion Model is used to reaturn the G matrix (maps the transformation from the motion to the state)
    3. Get the noise matrix, required for the calculation of the predicted covariance matrix P.
    4. Compute predicted X and P.
  3. After the step, the pose and map are updated and published.

File truncated at 100 lines see the full file

CHANGELOG
No CHANGELOG found.

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged ekf_state_est 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-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

  • marhcouto

Authors

No additional authors.

EKF State Estimation Package

Package Information

Description

The State Estimation module is responsible for the processing of the perception module and localisation sensors’ data and its transformation into useful information. In this case, the data is combined to generate the best estimates possible on the pose and speed of the vehicle and the location of the cones that delimit the track.

Folder Structure

Launch Configurations

Important Dependencies

How to Run

Install Dependencies

  ./dependencies_install.sh

Compiling

colcon build --packages-up-to ekf_state_est

Testing

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

To check test results:

colcon test-result --all --verbose

or

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

Running

Use a launch file:

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

or run directly:

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

Design

Below, some diagrams are presented that can illustrate the structure and behaviour of the program.

Behaviour

The control flow below illustrates briefly the flow of execution and information through the node, you can also checkout documentation pdf to get a better understanding.

Control Flow Diagram

The sequence diagrams below illustrate in greater detail the interactions between the components of the system in a normal use case.

Sequence Diagram

  1. Information from localisation sensors is received in the adapter (the adapter is a layer for adaptation of the different environments the node runs in).
  2. LMNode (the localisation and mapping node) processes the information and requests execution of the prediction step to the Extended Kalman Filter cass (illustrated below).
    1. The Motion Model is used to utilize the Motion data to predict the change in state.
    2. The Motion Model is used to reaturn the G matrix (maps the transformation from the motion to the state)
    3. Get the noise matrix, required for the calculation of the predicted covariance matrix P.
    4. Compute predicted X and P.
  3. After the step, the pose and map are updated and published.

File truncated at 100 lines see the full file

CHANGELOG
No CHANGELOG found.

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged ekf_state_est 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-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

  • marhcouto

Authors

No additional authors.

EKF State Estimation Package

Package Information

Description

The State Estimation module is responsible for the processing of the perception module and localisation sensors’ data and its transformation into useful information. In this case, the data is combined to generate the best estimates possible on the pose and speed of the vehicle and the location of the cones that delimit the track.

Folder Structure

Launch Configurations

Important Dependencies

How to Run

Install Dependencies

  ./dependencies_install.sh

Compiling

colcon build --packages-up-to ekf_state_est

Testing

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

To check test results:

colcon test-result --all --verbose

or

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

Running

Use a launch file:

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

or run directly:

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

Design

Below, some diagrams are presented that can illustrate the structure and behaviour of the program.

Behaviour

The control flow below illustrates briefly the flow of execution and information through the node, you can also checkout documentation pdf to get a better understanding.

Control Flow Diagram

The sequence diagrams below illustrate in greater detail the interactions between the components of the system in a normal use case.

Sequence Diagram

  1. Information from localisation sensors is received in the adapter (the adapter is a layer for adaptation of the different environments the node runs in).
  2. LMNode (the localisation and mapping node) processes the information and requests execution of the prediction step to the Extended Kalman Filter cass (illustrated below).
    1. The Motion Model is used to utilize the Motion data to predict the change in state.
    2. The Motion Model is used to reaturn the G matrix (maps the transformation from the motion to the state)
    3. Get the noise matrix, required for the calculation of the predicted covariance matrix P.
    4. Compute predicted X and P.
  3. After the step, the pose and map are updated and published.

File truncated at 100 lines see the full file

CHANGELOG
No CHANGELOG found.

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged ekf_state_est 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-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

  • marhcouto

Authors

No additional authors.

EKF State Estimation Package

Package Information

Description

The State Estimation module is responsible for the processing of the perception module and localisation sensors’ data and its transformation into useful information. In this case, the data is combined to generate the best estimates possible on the pose and speed of the vehicle and the location of the cones that delimit the track.

Folder Structure

Launch Configurations

Important Dependencies

How to Run

Install Dependencies

  ./dependencies_install.sh

Compiling

colcon build --packages-up-to ekf_state_est

Testing

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

To check test results:

colcon test-result --all --verbose

or

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

Running

Use a launch file:

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

or run directly:

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

Design

Below, some diagrams are presented that can illustrate the structure and behaviour of the program.

Behaviour

The control flow below illustrates briefly the flow of execution and information through the node, you can also checkout documentation pdf to get a better understanding.

Control Flow Diagram

The sequence diagrams below illustrate in greater detail the interactions between the components of the system in a normal use case.

Sequence Diagram

  1. Information from localisation sensors is received in the adapter (the adapter is a layer for adaptation of the different environments the node runs in).
  2. LMNode (the localisation and mapping node) processes the information and requests execution of the prediction step to the Extended Kalman Filter cass (illustrated below).
    1. The Motion Model is used to utilize the Motion data to predict the change in state.
    2. The Motion Model is used to reaturn the G matrix (maps the transformation from the motion to the state)
    3. Get the noise matrix, required for the calculation of the predicted covariance matrix P.
    4. Compute predicted X and P.
  3. After the step, the pose and map are updated and published.

File truncated at 100 lines see the full file

CHANGELOG
No CHANGELOG found.

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged ekf_state_est 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-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

  • marhcouto

Authors

No additional authors.

EKF State Estimation Package

Package Information

Description

The State Estimation module is responsible for the processing of the perception module and localisation sensors’ data and its transformation into useful information. In this case, the data is combined to generate the best estimates possible on the pose and speed of the vehicle and the location of the cones that delimit the track.

Folder Structure

Launch Configurations

Important Dependencies

How to Run

Install Dependencies

  ./dependencies_install.sh

Compiling

colcon build --packages-up-to ekf_state_est

Testing

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

To check test results:

colcon test-result --all --verbose

or

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

Running

Use a launch file:

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

or run directly:

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

Design

Below, some diagrams are presented that can illustrate the structure and behaviour of the program.

Behaviour

The control flow below illustrates briefly the flow of execution and information through the node, you can also checkout documentation pdf to get a better understanding.

Control Flow Diagram

The sequence diagrams below illustrate in greater detail the interactions between the components of the system in a normal use case.

Sequence Diagram

  1. Information from localisation sensors is received in the adapter (the adapter is a layer for adaptation of the different environments the node runs in).
  2. LMNode (the localisation and mapping node) processes the information and requests execution of the prediction step to the Extended Kalman Filter cass (illustrated below).
    1. The Motion Model is used to utilize the Motion data to predict the change in state.
    2. The Motion Model is used to reaturn the G matrix (maps the transformation from the motion to the state)
    3. Get the noise matrix, required for the calculation of the predicted covariance matrix P.
    4. Compute predicted X and P.
  3. After the step, the pose and map are updated and published.

File truncated at 100 lines see the full file

CHANGELOG
No CHANGELOG found.

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged ekf_state_est at Robotics Stack Exchange