ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
I have run into similar issues. Properly remapping the aruco mapping node seemed to help. <remap from="/image_raw" to="/your_camera/raw"/>
As I have a compressed image being sent, I've had to use image_transport to republish my compressed image, as a sensor/Images message.
I also had to remove the comments around the aruco_mapping node in launch/find_transform.launch were removed.