-
Notifications
You must be signed in to change notification settings - Fork 534
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
STOMP planning algorithm in HUMBLE #2742
Comments
I am in a similar situation, I would like to be able to use STOMP in Foxy. By modifying moveit_planners could it work directly or does it require modifications in other parts of the repository? |
Modifying I have cherry-picked all the commits from the main regarding MoveIt2 - https://github.com/Jakubivan/moveit2/tree/ivan/humble-w-stomp to my In moveit config package, add file
|
This issue is being labeled as stale because it has been open 45 days with no activity. It will be automatically closed after another 45 days without follow-ups. |
Hi @Jakubivan |
Sorry for the late response, I had rough past weeks. In short, you are right. I created a custom branch in my forked repo from the original one, see https://github.com/Jakubivan/moveit2/tree/ivan/humble-w-stomp |
Hi @Jakubivan. I noticed that the changes that you made in that: https://github.com/Jakubivan/moveit2/tree/ivan/humble-w-stomp was the addition of the file stomp in the package moveit_planners but you also added the file: stomp_planning.yaml to the package: moveit2/moveit_configs_utils/default_configs. Right now i have the humble branch provided in here: https://moveit.ros.org/install-moveit2/binary/ using the line code: sudo apt install ros-humble-moveit and also the moveit2_tutorials package: git clone --branch humble https://github.com/ros-planning/moveit2_tutorials from: https://moveit.picknik.ai/humble/doc/tutorials/getting_started/getting_started.html I wanted to know if the only difference between the branch that i have and the custom branch that you create in here: https://github.com/Jakubivan/moveit2/tree/ivan/humble-w-stomp is just the addition of the stomp planner or have you changed any other package from the provided branch from the moveit humble tutorials? Regards |
This issue is being labeled as stale because it has been open 45 days with no activity. It will be automatically closed after another 45 days without follow-ups. |
This issue was closed because it has been stalled for 45 days with no activity. |
Reopened
#2550
I see that STOMP planner is added in Iron, but not in humble.
If I wanted to use in humble, would it be as easy as coping the code from moveit_planners into my local source (humble)? are there any other nuances that I should be aware of?
The text was updated successfully, but these errors were encountered: