-
Notifications
You must be signed in to change notification settings - Fork 198
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
failing to build with moveit_calibration on moveit2 #831
Comments
ros2 works on colcon not catlkin. |
@Omdiwan , thanks, I know that, that's why I am running Thanks |
Hey @shrutichakraborty, have you found a fix? I have the same issue. ROS Distro: Humble |
moveit_calibration is not yet fully ported to ROS2 - please check out moveit/moveit_calibration#118 for more details |
Description
Hi§ I would like to use moveit hand-eye calibration plugin. I have used the noetic version before but now I am trying to use it on ros2. I ran the following commands in the src folder of my moveit2_ws to install the plugin :
git clone https://github.com/ros-planning/moveit_calibration.git
rosdep install -y --from-paths . --ignore-src --rosdistro humble
And on running colcon build the build fails as well...it seems like it still has dependency on catkin. Any ideas how I can run the plugin on moveit2?
Your environment
The text was updated successfully, but these errors were encountered: