You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to this PR, the format of how the controllers are loaded has changed in MoveIt2 and, I assume, to make this package compatible with Jazzy, @ycheng517, you've updated the format as well? I noticed this when running demo.launch.py and getting the error expected [string_array] got [string].
And besides this, using the request_adapters specified in the current ompl_planning.yaml
I assume this is all from the move to moveit2 jazzy branch. As I'm still on humble, I fixed all this, so it would work for me, but perhaps a humble branch should be created? Or is that function currently done by the iron branch? As there is now the annin_ prefix to packages, I was thinking a new branch would make more sense?
I am also working on adding a prefix or tf_prefix to the .urdf-s, which I could then contribute to the package (probably to the iron/humble branch initially, as that is the one I'm working with)
The text was updated successfully, but these errors were encountered:
Hi @oskarsVismanis I will make a humble branch in a short while. It'll take some effort to get Gazebo working again, as it was a big change to upgrade to Jazzy. Anyways stay tuned!
According to this PR, the format of how the controllers are loaded has changed in MoveIt2 and, I assume, to make this package compatible with Jazzy, @ycheng517, you've updated the format as well? I noticed this when running
demo.launch.py
and getting the errorexpected [string_array] got [string]
.And besides this, using the
request_adapters
specified in the currentompl_planning.yaml
I get the error that these do not exist, but the demo works fine with these ones specified
I assume this is all from the move to moveit2 jazzy branch. As I'm still on humble, I fixed all this, so it would work for me, but perhaps a
humble
branch should be created? Or is that function currently done by theiron
branch? As there is now theannin_
prefix to packages, I was thinking a new branch would make more sense?I am also working on adding a
prefix
ortf_prefix
to the.urdf
-s, which I could then contribute to the package (probably to theiron
/humble
branch initially, as that is the one I'm working with)The text was updated successfully, but these errors were encountered: