You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running melodic and having modified the launch file to work with a kinect, aruco_detect gets stuck at the 'ready' line, suggesting it never received any images on the subscribed topic.
I dug into the source code and it looks like aruco_detect.cpp is subscribe to "camera" and not "camera/compressed" as listed in the launch file? I'm still new to ROS so I might be mistaken, but I setup a topic_tools relay between /camera/rgb/image_raw and /camera, it starts working.
So I modified the launch file to remap "/camera" instead of "/camera/compressed" and it didn't work. BUT, if I dropped out the $(arg transport) part, it worked:
There's got to be a simple explanation (i.e., something I'm overlooking) but this is the only thing that worked for me running off the melodic build with a kinect camera.
madgrizzle
changed the title
Is compressed transport required? Using Kinect
Launch file issue with Aruco_Detect.
Oct 5, 2020
I'm running the melodic version with a kinect and have modified the launch per this topic:
#136
Edit: See comment below
The text was updated successfully, but these errors were encountered: