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

update enforce_joint_model_state_space in config #157

Open
wants to merge 2 commits into
base: melodic-devel
Choose a base branch
from

Conversation

yifeifang
Copy link

I've encountered a problem where set_path_constraint in moveit commander with orientation constraint didn't really work (Sometimes it is still going out of the constraint). After a bit of research, I found this workaround in Moveit! See this pose for detail moveit/moveit#541. With this changes in the ompl_planner.yaml it will enforce it to choose store info in joint space which will make sure the set_path_constraint interface behaves as desired. See https://www.youtube.com/watch?v=kIy_dX4ovQM&ab_channel=%E6%96%B9%E6%98%93%E9%9D%9E this video for constrain in work.

@yifeifang yifeifang requested a review from a team as a code owner May 12, 2021 18:10
@yifeifang yifeifang requested review from zzhu-fetch and removed request for a team May 12, 2021 18:10
Copy link

@zzhu-fetch zzhu-fetch 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!

@yifeifang
Copy link
Author

Hi zzhu,
It looks like the PR is being reviewed and approved. Is there anything else that I need to do on my end?

@erelson
Copy link
Collaborator

erelson commented May 13, 2021

Hi @yifeifang, sorry, our review process here does tend to be a bit slow. I need to review it as well but need to spend some time getting context/background (and need to find some spare time for that). @zzhu-fetch is pretty new here, so probably shouldn't have been assigned as a reviewer ;).

One quick thought on my end: I think it would be better if the commented information in the diffs were instead in the git commit message. Does that sound reasonable to you, @yifeifang ?

Lastly, when we do get a chance to merge this, we would probably also forward-port this change to the noetic branch ros1.

@yifeifang
Copy link
Author

Thanks for your reply! I think it's a good point and I will go ahead and move the comment in to git commit description

This will enforce JointModelStateSpaceFactory for problem representing see
moveit/moveit#541 for detail
basically this would allow path constraints in moveit_commander to work properly
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