babahadjsaid / elevation_mapping

1 stars 0 forks source link

Transformation error #1

Open siddarth09 opened 5 days ago

siddarth09 commented 5 days ago

[INFO] [1719903957.734596519] [elevation_mapping]: Waiting for tf transformation to be available. (Message is throttled, 10s.) [elevation_mapping-1] [INFO] [1719903957.826472056] [elevation_mapping]: Processing data from: camera_depth_optical_frame [elevation_mapping-1] [INFO] [1719903957.836863702] [elevation_mapping]: Variance is:0 0 0 0 0 0 [elevation_mapping-1] 0 0 0 0 0 0

any idea what this error could be?

I am using D455 intel realsense camera and I have made changes to the config file as well as launch files. My publishers are not being published and am getting the above warning

babahadjsaid commented 5 days ago

The algorithm assumes that your system already has a working localization system to get the various transformations, such as camera to base and base to odom. However, it seems that this is not the case.

I recommend writing a URDF file to include all the static TFs, and if you don't have it yet, add a localization package as well.