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

GraspPlanResult's retract_result returns None on success #440

Open
jsupratman13 opened this issue Nov 29, 2024 · 0 comments
Open

GraspPlanResult's retract_result returns None on success #440

jsupratman13 opened this issue Nov 29, 2024 · 0 comments
Assignees
Labels
fixed_in_next_release The issue has been fixed in development and will be released as part of the next release

Comments

@jsupratman13
Copy link

If it’s not a bug, please use discussions: https://github.com/NVlabs/curobo/discussions

Please provide the below information in addition to your issue:

  1. cuRobo installation mode (choose from [python, isaac sim, docker python, docker isaac sim]): python
  2. python version: python 3.8.10
  3. Isaac Sim version (if using):

Issue Details

retract_result returns None, when planning is successful.
Based on how approach_result/grasp_result is written,

result.retract_result = retract_grasp_mg_result

I believe the code above should be inserted between the line below

result.planning_time += retract_grasp_mg_result.total_time
if not retract_grasp_mg_result.success.item():

@balakumar-s balakumar-s added the fixed_in_next_release The issue has been fixed in development and will be released as part of the next release label Jan 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fixed_in_next_release The issue has been fixed in development and will be released as part of the next release
Projects
None yet
Development

No branches or pull requests

2 participants