-
Notifications
You must be signed in to change notification settings - Fork 172
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
Noetic release #96
Comments
This comment has been minimized.
This comment has been minimized.
The STOMP and OMPL-STOMP planners have been added to MSA in moveit/moveit#2955. |
This comment has been minimized.
This comment has been minimized.
@rhaschke, I think some of the todos in this issue can be checked as done. For testing the tutorials, I'm waiting for @frankaemika to decide on frankaemika/franka_ros#188 since if I do it now, things change I might have to retest. |
Hey there, I'm testing out the new Suppose I want to start the move group in a launch file like so: <?xml version="1.0" ?>
<launch>
<arg name="robot_ip" />
<arg name="transmission" value="position" />
<include file="$(find franka_control)/launch/franka_control.launch" pass_all_args="true" />
<include file="$(find panda_moveit_config)/launch/move_group.launch">
<arg name="load_gripper" value="true" />
</include>
</launch> I get the error message to please set the
However the
AFAIR in Melodic you didn't need to (and couldn't) provide an extra "transmission" argument to the How is this indented to work now? |
In There is a working example file very similar to your example: franka_control.launch. |
Thanks for the answer, I thought so as well that this is the background. But this would mean that you cannot even use this launch file like this anymore: <launch>
<include file="$(find panda_moveit_config)/launch/move_group.launch" />
</launch> I think many users of this repo will have something similar to this in their user code. Is this breaking change really something you intent? If yes is it already documented somewhere already? |
I will try to improve the launch files over the weekend. |
Hey @rhaschke any updates on this? Currently |
Sorry, I was busy with many other things. I will try over the coming weekend to catch up on this. |
I had some questions I my email about how to use the new noetic branch so I will put this here as a reference:
use_noetic_moveit_example.mp4 |
@rhaschke @gollth, I don't think anything is blocking us from releasing the noetic package. To my knowledge, the last time I checked, there were only the instabilities in the gripper action (gripper action time out, gripper action not working when the gripper is vertical - see frankaemika/franka_ros#172). |
I agree. However, before releasing |
Hi @rhaschke, sorry for the late reply I was on holiday until today. Sounds good to me. We will release everything currently in
Seems logical to me. |
Just as a heads up, @marcbone is currently working on a URDF changing feature in |
Please inform me if this gets merged and I will have a look at |
I triggered a release into Noetic: ros/rosdistro#34290 |
I guess there was a bit of miscommunication. The refactoring of the URDF is now done and on the develop branch, but it was not part of the |
This commit removes the 'panda_moveit_config' submodule and replaces it with a ROS depencency now that the noetic version has been released (moveit/panda_moveit_config#96).
This commit removes the 'panda_moveit_config' submodule and replaces it with a ROS dependency now that the noetic version has been released (moveit/panda_moveit_config#96).
This commit removes the 'panda_moveit_config' submodule and replaces it with a ROS dependency now that the noetic version has been released (moveit/panda_moveit_config#96).
I reworked (and force-pushed) the
noetic-devel
branch once more as announced in #89 (comment).The new branch can be considered a release candidate, but relies on several open PRs in franka_ros (also see frankaemika/franka_ros#193) and MoveIt, namely:
allowing collision checking to be disabled by default for specific links
extending the syntax of SRDF to specify these defaults (and exceptions)
franka_gazebo
launch file frankaemika/franka_ros#196Other open TODOs (@rickstaa, can you work on these?):
Add new msa planners moveit#2955
This requires:
launch
andconfig
folders inMSA templates
launch
andconfig
sections of MSA's file-config widget - typically using thecopyTemplate
method.moveit_tutorials
The text was updated successfully, but these errors were encountered: