Closed starlight-traveler closed 8 months ago
Hi @RP-ND, that error means that the base_link, set in the target_frame param of the launch file, does not exist. You have to change it when you run the launch by target_frame:=<you frame>
, for instance with your camera base link.
Thank you! This was exactly it, was confused when I couldn't pass the /tf parameter but then realized I just needed to call the base frame!
excuse me,,why can not i do this?
Thank you! This was exactly it, was confused when I couldn't pass the /tf parameter but then realized I just needed to call the base frame!
what is base frame????
It is the base frame in your tf tree, which may be base_frame, base_link, odom, map and so on.
So I am mounting my camera on a robot arm. In this case, the base frame should be the base of my arm or the base link of the camera
@BingPeng0 the target_frame is the reference frame to transform the 3D positions of the detected objects. If you use the base of the camera, 3D positions will be computed with the camera base as the reference. If you use the base of the robot, 3D positions will be computed with the robot base as the reference. I recommend you use the robot base.
Hello there,
Trying to use a DepthAi Luxonis Pro Wide POE camera with a ROS setup. I am getting the disparity frame topic published to /oak/stereo/image_raw, but this error gets created which I do not understand.
I also get this package error, though I am not sure how to solve it:
Please let me know any steps I could take in order to get this working. Thank you.