-
Notifications
You must be signed in to change notification settings - Fork 64
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
[cob_obstacle_distance] Use MoveIt!-based cob_obstacle_distance_moveit (cob_manipulation) #101
Comments
The following steps are necessary for starting the cob-simulation with the MoveIt distance computation.
|
Work on integration is started in https://github.com/ipa320/cob_control/pull/104 and ipa320/cob_robots#467 by @ipa-bfb and @ipa-fxm-cm |
As discussed with @ipa-bfb maybe we should investigate using If this works, next step would be to see whether it also does work if |
Recording feedback from @ipa-fmw and @ipa-mdl after hardware tests - which resulted in removing cartesian_control from robot.xml atm (see e.g. ipa320/cob_robots#593 (comment)) This gets more and more important as (non-moveit) To solve known issues with the (moveit-based) |
@ipa-fxm-cm |
@ipa-fxm-cm implemented another approach based on collision spheres... |
Well the other approach is just for self-collision avoidance and is specific from cob_nmpc which is still not ready to be delivered.. We should keep cob_obstacle_distance.. Maybe add a few documentation about how to use it and what is doing... |
I'm separating this into a new issue from #77
MoveIt!-based approach is proposed in ipa320/cob_manipulation#64👉 merged!ToDo:
cob_obstacle_distance
,cob_obstacle_distance_moveit
andcob_twist_controller
👉 done in Moving msgs into new package #100 use messages and services from new package cob_control_msgs ipa320/cob_manipulation#66cob_obstacle_distance_moveit
together withcob_twist_controller
(replacing
cob_obstacle_distance
)cob_twist_controller
andcob_obstacle_distance_moveit
(i.e. useremap
in the launch file provided in prepare obstacle_distance_monitor launch file ipa320/cob_robots#460)cob_obstacle_distance
fromgeneric_cartesian_controller.launch
file, i.e. this linecob_obstacle_distance
package (optional)@fmessmer FYI
The text was updated successfully, but these errors were encountered: