Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow RobotState::setFromIK to work with subframes #3077

Merged
merged 8 commits into from
Nov 13, 2024

Conversation

TSNoble
Copy link
Contributor

@TSNoble TSNoble commented Nov 10, 2024

Description

Fixes #3072

  • Adds passing regression / sanity tests which verify that a RobotState can setFromIK with a collision object
  • Adds failing tests demonstrating that RobotState cannot setFromIK with a subframe
  • Fixes failing tests by modifying RobotState::setFromIK to consider subframes
  • Adds some helper functions to the pilz tests for attaching objects / subframes and checking joint values

I tried adding the tests directly to the robot state tests, however, I was getting issues with no kinematic solver being associated with the planning group of the OneRobot fixture.

Pilz already had a test which was checking setFromIK, and appears to be setup with a kinematic solver, so I've added the tests there.

Checklist

  • Required by CI: Code is auto formatted using clang-format
  • Extend the tutorials / documentation reference
  • Document API changes relevant to the user in the MIGRATION.md notes
  • Create tests, which fail without this PR reference
  • Include a screenshot if changing a GUI (no GUI changes)
  • While waiting for someone to review your request, please help review another open pull request to support the maintainers

@TSNoble TSNoble changed the title (WIP) Allow RobotState::setFromIK to work with subframes Allow RobotState::setFromIK to work with subframes Nov 10, 2024
@TSNoble TSNoble marked this pull request as ready for review November 10, 2024 15:21
@TSNoble
Copy link
Contributor Author

TSNoble commented Nov 10, 2024

@sjahr I believe this is ready for review (just the usual tutorial image failures)

Copy link
Contributor

@sea-bass sea-bass left a comment

Choose a reason for hiding this comment

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

This is great! Especially appreciate the tests.

Mostly small comments from my side.

@rr-tom-noble
Copy link
Contributor

@sea-bass Should be ready for review again.

Additionally, I'm always a little unsure of what types of changes require extending the tutorials & api notes. In theory the interface hasn't changed (the tip parameter still accepts a string and is therefore backwards-compatible, but the semantics are a little different in that it now accepts subframe names)

@rr-tom-noble
Copy link
Contributor

Ah, also if this could be marked for backport that'd be much appreciated. I'll get on fixing those PRs ASAP

@sea-bass
Copy link
Contributor

sea-bass commented Nov 11, 2024

@sea-bass Should be ready for review again.

Additionally, I'm always a little unsure of what types of changes require extending the tutorials & api notes. In theory the interface hasn't changed (the tip parameter still accepts a string and is therefore backwards-compatible, but the semantics are a little different in that it now accepts subframe names)

Thank you!

Your assessment is right; API wise, you're fine.

That said, i think subframes as a whole are not generally super well documented in the tutorials. So if you're a big user of this feature, you should in futire consider contributing a tutorial! That would be great.

Copy link
Contributor

@sea-bass sea-bass left a comment

Choose a reason for hiding this comment

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

LGTM, will await a 2nd review from someone else as well.

@sea-bass sea-bass added backport-humble Mergify label that triggers a PR backport to Humble backport-iron Mergify label that triggers a PR backport to Iron labels Nov 11, 2024
@rr-tom-noble
Copy link
Contributor

@sjahr Would you mind providing a second review when you have time?

Copy link
Contributor

@sjahr sjahr left a comment

Choose a reason for hiding this comment

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

Looks good thanks!

@sjahr sjahr enabled auto-merge November 13, 2024 10:53
@sjahr sjahr added this pull request to the merge queue Nov 13, 2024
Merged via the queue into moveit:main with commit ab34495 Nov 13, 2024
11 checks passed
mergify bot pushed a commit that referenced this pull request Nov 13, 2024
* Adds regression tests for setFromIK with objects. Adds failing tests demonstrating failure with subframes

* Modifies RobotState::setFromIK to account for subframes

* Fixes formatting

* Fixes formatting

* Fixes formatting

* Applies PR suggestions

* Applies PR comments

---------

Co-authored-by: Tom Noble <[email protected]>
Co-authored-by: Sebastian Jahr <[email protected]>
(cherry picked from commit ab34495)

# Conflicts:
#	moveit_core/robot_state/src/robot_state.cpp
mergify bot pushed a commit that referenced this pull request Nov 13, 2024
* Adds regression tests for setFromIK with objects. Adds failing tests demonstrating failure with subframes

* Modifies RobotState::setFromIK to account for subframes

* Fixes formatting

* Fixes formatting

* Fixes formatting

* Applies PR suggestions

* Applies PR comments

---------

Co-authored-by: Tom Noble <[email protected]>
Co-authored-by: Sebastian Jahr <[email protected]>
(cherry picked from commit ab34495)

# Conflicts:
#	moveit_core/robot_state/src/robot_state.cpp
@TSNoble TSNoble deleted the bugfix/set-state-from-ik-with-subframes branch November 13, 2024 17:15
sea-bass added a commit that referenced this pull request Nov 16, 2024
…3085)

* Allow RobotState::setFromIK to work with subframes (#3077)

* Adds regression tests for setFromIK with objects. Adds failing tests demonstrating failure with subframes

* Modifies RobotState::setFromIK to account for subframes

* Fixes formatting

* Fixes formatting

* Fixes formatting

* Applies PR suggestions

* Applies PR comments

---------

Co-authored-by: Tom Noble <[email protected]>
Co-authored-by: Sebastian Jahr <[email protected]>
(cherry picked from commit ab34495)

# Conflicts:
#	moveit_core/robot_state/src/robot_state.cpp

* Fixes merge conflicts (humble backport 3077) (#3087)

Co-authored-by: Tom Noble <[email protected]>

---------

Co-authored-by: Tom Noble <[email protected]>
Co-authored-by: Tom Noble <[email protected]>
Co-authored-by: Sebastian Castro <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport-humble Mergify label that triggers a PR backport to Humble backport-iron Mergify label that triggers a PR backport to Iron
Projects
None yet
Development

Successfully merging this pull request may close these issues.

RobotState::setFromIK is subframe unaware
4 participants