Constantinos
Constantinos
Yes, I will probably get to it sometime after next week, where I will have some free cycles.
Hu @ksatyaki . Let me see if I can help. - _this is a percentage of the maximumExtent of the state space right?_ Yes, the `longestValidSegment` is calculated as (fraction*maximum...
I think this is due to the more "conservative" collision checking approach taken in the `CompoundStateSpace` implementation. I believe the main idea is that when you have `CompoundStateSpace` you want...
Hi @im-renpei you could use the CompoundStateSpace from OMPL to create an as complicated statespace as you need. https://ompl.kavrakilab.org/classompl_1_1base_1_1CompoundStateSpace.html
Not aware of an existing python example. I have never done a dual arm robot before, but if you are able to do 1 arm just follow the same process...
@aorthey probably knows the answer to this
Hi @hlhfhmt I will try to add some more detailed instructions when I get some free cycles. In the meantime you could try following the detailed instructions of robowflex here:...