-
Notifications
You must be signed in to change notification settings - Fork 532
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
Moveit Python bindings for Humble? #2524
Comments
You should be able to use the source of the main branch to use the python bindings. |
Thanks for your reply. I have use the binary build from main branch. Is
source build the only possibility to use time parameterization function?
The version of ompl is:
ros-humble-moveit-planners-ompl/now 2.7.4-42-g92ca89dca-2023.08.10.03.10
amd64 [installed,local] ros-humble-ompl/now 1.6.0-1jammy.20230623.020419
amd64 [installed,local]
Jens Vanhooydonck ***@***.***>于2023年11月29日 周三07:55写道:
… You should be able to use the source of the main branch to use the python
bindings.
Could you check the versions of ompl on the ROS2 Humble instance vs the
source instance? I've seen that an older OMPL-version was installed in some
cases.
—
Reply to this email directly, view it on GitHub
<#2524 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AQFMYY5BMECPPTVZ6I36VHDYG3L5NAVCNFSM6AAAAAA7HFNGR6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQMZRGMYTQNBWGY>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
I don't think the binary build has the latest changes. Can you try the source build? |
Because we are doing a project which run the script in a docker container.
We don’t plan to change the way of build. But thanks a lot for the reply
and help. Can I ask when will be the next binary version released which
includes these changes?
Thanks again
Jens Vanhooydonck ***@***.***>于2023年11月29日 周三12:22写道:
… I don't think the binary build has the latest changes. Can you try the
source build?
If you want to use the Python interface, the time parameterisation
function was added only a few weeks ago. So i think currently only in
source build.
—
Reply to this email directly, view it on GitHub
<#2524 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AQFMYY4XIS2WVJWSMNPJI7LYG4LIZAVCNFSM6AAAAAA7HFNGR6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQMZRG4YDQMRTGI>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Those improvements are unlikely to ever be backported to humble. However the main branch will continue to build on Humble if you'd like the latest features. |
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. |
unfortunettely the
|
I am running ROS2 Humble with Moveit2 to control the UR5e manipulator.
I wonder if there an official Python bindings that are compatible with ROS2 Humble.
I tried source installation in the main branch instead of the humble branch, but it seems like Moveit2 fails to plan the path when I do the motion plan in Rviz. I suspect that the error comes from some difference between the main and the humble branches since motion planning was working fine when I followed the Humble binary installation.
So I wonder if there is a stable version of moveit_py for Humble.
Thanks!
The text was updated successfully, but these errors were encountered: