-
Notifications
You must be signed in to change notification settings - Fork 26
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
RVIZ Transform Issue Base_link and Camera_link #26
Comments
you need to specify the location of the camera w.r.t base link somewhere. Either as a static transform (see realsense_frames.launch for examples) or in your urdf file. |
Ok. When I launch realsense realsense_frames.launch is launched. Could this be affecting the urdf |
Currently the realsense_frame.launch file only specifies transforms of the rgb/depth frames and the corresponding optical frames with respect to the camera_link. If you want to also add the transform between camera_link and base_link, you can add another node to the launch file that's something like this:
and replace the 0's in the argument with x, y, z, yaw, pitch, roll. |
Hello So the zeros would be the position of the camera. In relation to the baselink right? |
I am working on a differential drive robot with two motor wheels with encoders and caster wheels. The robot also has a intel realsense depth camera.
When I launch RVIZ : Thee Global option > Fixed frame is set to Base_link and shows all the transforms for the differential driver nodes. But an error appears for the realsense Depth camera nodes with message saying :
No transform from Camera_depth_frame to baselink
No transform from Camera_depth_optical_frame to baselink
No transform from Camera_link to baselink
No transform from Camera_rgb_frame to baselink
If I change the Global option > fixed frame to Camera_link I can see all the transforms for the real sense depth camera but now the differential drive transforms are now not available
The text was updated successfully, but these errors were encountered: