-
Notifications
You must be signed in to change notification settings - Fork 195
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
Port Hand-Eye Calibration to ROS 2 and add Gazebo calibration demo #419
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Andrej Orsula <[email protected]>
Signed-off-by: Andrej Orsula <[email protected]>
Signed-off-by: Andrej Orsula <[email protected]>
This pull request is in conflict. Could you fix it @AndrejOrsula? |
Hi, Is this still under works? I'd like to try this out on Moveit2. Currently, I'm facing this issue on noetic. Basically rviz crashes with segfault evertime the solver is run. |
Hello @prasuchit. ROS 2 tutorial for |
This pull request is in conflict. Could you fix it @AndrejOrsula? |
1 similar comment
This pull request is in conflict. Could you fix it @AndrejOrsula? |
This pull request is in conflict. Could you fix it @AndrejOrsula? |
2 similar comments
This pull request is in conflict. Could you fix it @AndrejOrsula? |
This pull request is in conflict. Could you fix it @AndrejOrsula? |
- Depends on moveit/moveit_calibration#118
Description
This PR aims to port Hand-Eye Calibration tutorial to ROS 2 while also adding a demo inside
IgnitionGazebo (WMD22).The video below shows the Gazebo environment for
eye-to-hand
/eye-in-hand
calibration scenarios.moveit2_calibration.mp4
Unfortunately, I currently cannot get
IgnitionGazebo +ros2_control
working in Jammy (humble
/rolling
) due to ros-controls/gz_ros2_control#62. Therefore, panda_ign_moveit2 withgalactic
is currently used in the demo from video above to provide robot configuration for Gazebo until it is available inside one of the MoveIt 2 repositories.Checklist