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
Hi, is your point cloud in the "odom" frame. If so, maybe change
"map_frame_id" to the world frame (fixed frame, i guess it is the odom)
"robot_base_frame_id" to the same frame as "map_frame_id"
"track_point_frame_id" to the sensor frame (moving frame w.r.t. the fixed frame)
I am trying to obtain an elevation map using my Realsense D455 but probably I am missing something.
I launch realsense_demo.launch using the following command:
roslaunch elevation_mapping_demos realsense_demo.launch
d455.yaml
and then I launch realsense node in order to obtain pointcloud using
roslaunch realsense2_camera rs_rgbd.launch (or roslaunch realsense2_camera rs_camera.launch filters:=pointcloud)
but I am not able to see the elevation map. Sometimes I get some errors about frames and tfs that I don't know how to fix.
Could you give me some hints?
The text was updated successfully, but these errors were encountered: