turtlebot / turtlebot4

Turtlebot4 common packages.
Apache License 2.0
105 stars 47 forks source link

TFs about wheels do not exist. so rviz can't show me about robot_description #97

Closed Navifra-Tobey closed 1 year ago

Navifra-Tobey commented 1 year ago

Please provide the following information:

what should i do...? :(

termial shows me this error Warning: Invalid frame ID "wheel_drop_left" passed to canTransform argument source_frame - frame does not exist [rviz2-1] at line 156 in /tmp/binarydeb/ros-galactic-tf2-0.17.5/src/buffer_core.cpp

To Reproduce Provide the steps to reproduce:

  1. run something
  2. launch something else
  3. see the error

Other notes Add anything else you thing is important.

roni-kreinin commented 1 year ago

Does it look like this https://github.com/iRobotEducation/create3_sim/issues/125?

Navifra-Tobey commented 1 year ago

appearing errors are same with mine but it seems like wheels exist.

in my situation, TF of wheels and wheel_drops are not exist from the beginning. and when i run "tf2_tools view_frames.py" too

should i edit URDF?

roni-kreinin commented 1 year ago

You shouldn't need to make any changes to the URDF. Is this coming from a robot or simulation?

Navifra-Tobey commented 1 year ago

I didn't set about DDS. The reason why rviz can't show tf about wheels.

but i still have some problems. maybe i can fix as refer to your comment. thank you ;)