Skip to content

Conversation

@Lntrtgrs25
Copy link

Jira Link:

https://ichiro-its.atlassian.net/browse/PD-475

Description

Describe problems, if any, clearly and concisely.
Describe any changes that have been made in this pull request.

Type of Change

  • Bugfix
  • Enhancement
  • New feature
  • Breaking change (fix or feature that would cause the existing functionality to not work as expected)

How Has This Been Tested?

  • New unit tests added.
  • Manual tested.

Checklist:

  • Using Branch Name Convention
    • feature/JIRA-ID-SHORT-DESCRIPTION if has a JIRA ticket
    • enhancement/SHORT-DESCRIPTION if has/has no JIRA ticket and contain enhancement
    • hotfix/SHORT-DESCRIPTION if the change doesn't need to be tested (urgent)
  • I have commented on my code, particularly in hard-to-understand areas.
  • I have made the documentation for the corresponding changes.


projected_ball.position.x = X[0][0];
projected_ball.position.y = X[1][0];

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Move these logic codes to separate cpp files. Cpp files inside node directory should only contain the node configuration itself (publisher-subscriber). Can refer to akushon, ninshiki_cpp, or other packages as well.

@mbsaloka mbsaloka changed the title [Sprint 25/26/ PD-475] - Extended Kalman Filter for Landmarks Position [WIP][Sprint 25/26/ PD-475] - Extended Kalman Filter for Landmarks Position Dec 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants