[Moveit Python API] Failed to fetch current robot state
I was following a tutorial from http://docs.ros.org/en/melodic/api/moveit_tutorials/html/doc/move_group_python_interface/move_group_python_interface_tutorial.html
and I noticed, I was running into this issue, Failed to fetch current robot state
when I try to get_current_joint_values()
or this get_current_pose().pose
Any suggestions on how to fix this, in the python script?
Thanks