moveit / moveit_tutorials

A sphinx-based centralized documentation repo for MoveIt
https://moveit.github.io/moveit_tutorials/
BSD 3-Clause "New" or "Revised" License
463 stars 692 forks source link

Invalid argument "/panda_link0" passed to canTransform argument source_frame in tf2 frame_ids connnot start with a "/" like #774

Closed UnknownFeb2 closed 1 year ago

UnknownFeb2 commented 1 year ago

Description

When I launch like this " roslaunch moveit_tutorials bullet_collision_checker_tutorial.launch", there will appear this warning message : "Invalid argument "/panda_link0" passed to canTransform argument source_frame in tf2 frame_ids connnot start with a "/" like" and panda_robot has a wrong pose in RVIZ, robot state is wrong

Your environment

Steps to reproduce

In moveit1 tutorials,https://ros-planning.github.io/moveit_tutorials/doc/bullet_collision_checker/bullet_collision_checker.html input this command "roslaunch moveit_tutorials bullet_collision_checker_tutorial.launch"

Expected behaviour

Tell us what should happen

Backtrace or Console output

Use gist.github.com to copy-paste the console output or segfault backtrace using gdb.

welcome[bot] commented 1 year ago

Thanks for reporting an issue. Because we're a volunteer community, providing a pull request with suggested changes is always welcomed.

zichunxx commented 1 year ago

Same error, did you have any ideas?