Skip to content

Conversation

jhanca-robotecai
Copy link
Collaborator

This PR adds a possibility to filter out some colliders when snap to ground option is enabled.

Additionally, the names were unified.

The PR targets the old branch which is still used in one of the projects. I will cherry-pick it to 2409 branch after the review, as there are few conflicts and it requires some rework.


if (m_configuration.m_useClampTag)
{
AZStd::string query = m_configuration.m_clampTag;
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
AZStd::string query = m_configuration.m_clampTag;
const AZStd::string query = m_configuration.m_clampTag;

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.

2 participants