1. No tf data. Actual error: Fixed Frame [world] does not exist
When using rviz to view relevant coordinate information, you may encounter No tf data. Actual error: Fixed Frame [world] does not exist
, the main reason is that there is no world coordinate system in the TF tree. The solution is to let rviz know where the world coordinate system is. You can manually publish using the following command
rosrun tf static_transform_publisher 0 0 0 0 0 0 1 map world 5
2. nvalid argument “/world” passed to canTransform argument source_frame in tf2 frame_ids cannot start with a ‘/’ like
After the first problem is solved, another problem may appear Invalid argument "/world" passed to canTransform argument source_frame in tf2 frame_ids cannot start with a '/' like:
as shown in the figure:
this problem is mainly because “/ world” is used in the release code and “world” is used in our release It may be good to recompile the code from “/world” to “world”
Read More:
- PostgreSQL insert data error: column “XXX” does not exist solution
- R: Data frame index error “unexpected token”
- TF Error: Error: TF_DENORMALIZED_QUATERNION [How to Solve]
- tf.nn.dilation2d Call Error: TypeError: dilation2d_v1() got an unexpected keyword argument ‘data_format’
- [Solved] Failed to load response data: no data found for resource with given identifier
- [Solved] Mac Install mongodb error: NonExistentPath: Data directory /data/db not found.
- [Solved] The type or namespace name ‘Service’ does not exist Error
- [Solved] Kettle Error: ../deploy does not exist, please create it.
- SAP RETAIL Automatic replenishment WRP1R transaction code error: Forecast values for determining target stock do not exist –
- Postgres uuid_generate_v1() does not exist [How to Solve]
- [Solved] The idea Lombok error: Method does not exist
- [Solved] Vscode debug error launch: Program “path” does not exist
- [Solved] Lumen Error: Class redis does not exist
- Room DB Error: AppDatabase_Impl does not exist [How to Solve]
- [Solved] Error PAM in lightdm startup_ Kwallet (5). So does not exist
- Adjusted frame length exceeds 4096: 5637-discarded server solution
- [Solved] error: package android.support.design.widget does not exist
- How to Solve Error: Resource’/Servers’ does not exist
- No repositories directory found inside registry_ DATA_ DIR
- [Solved] OpenCV Error: AttributeError: module ‘cv2‘ has no attribute ‘data‘