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

Adding planning_frame and ee_frame to panda_simulated_config.yaml #2591

Closed
wants to merge 1 commit into from

Conversation

Nils-ChristianIseke
Copy link
Contributor

When implementing moveit servo for my own robot. The servo node crashed because planning_frame and ee_frame were not defined. This was a bit of a pain to debug because the error did not show up in the terminal log when the servo node was started as a node component (this may also be fixed).

Disclaimer: I have not had time to test if this works with the example provided. So either wait until I do, or test it on your machine before approving.

When implementing moveit servo for my own robot. The servo node crashed because planning_frame and ee_frame were not defined. This was a bit of a pain to debug because the error did not show up in the terminal log when the servo node was started as a node component (this may also be fixed).

Disclaimer: I have not had time to test if this works with the example provided. So either wait until I do, or test it on your machine before approving.
Copy link

codecov bot commented Dec 8, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (517898f) 50.47% compared to head (ded9746) 50.84%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2591      +/-   ##
==========================================
+ Coverage   50.47%   50.84%   +0.37%     
==========================================
  Files         387      388       +1     
  Lines       32183    32358     +175     
==========================================
+ Hits        16241    16448     +207     
+ Misses      15942    15910      -32     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@sjahr sjahr requested a review from sea-bass December 8, 2023 18:56
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.

I think in the latest version of MoveIt Servo, we removed these parameters. See #2515 from about a month before this issue was opened.

So, I think maybe you are using this configuration on an older commit of this repository?

Were you building MoveIt 2 from source, or using the latest binaries?

@Nils-ChristianIseke
Copy link
Contributor Author

Nils-ChristianIseke commented Dec 9, 2023

@sea-bass you are right. I was using the docker image moveit/moveit2:rolling-release, instead of moveit/moveit2:rolling-source. Sorry for the effort!

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