You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I am working on Ubuntu 16.04 with Kinetic version of Ros. I have a Nao V6.
When I run a roscore and roslaunch naoqi_driver naoqi_driver.launch (with corresponding nao_ip, roscore_ip et network_interface), I have this error : "Do not calculate NAO Footprint, no transform possible". I cannot move the joints of the Nao with this error.
Thanks
The text was updated successfully, but these errors were encountered:
Hi, indeed that has to be fixed. But it shouldn't prevent you from moving NAO's joints, using the /joint_angles topic (if the joints are stiffed). For instance, that message should move the robot's head:
Yep, this error has actually been there for quite some time, it is triggered because of a failing canTransform. It should be investigated, my guess is that it could be linked to the cache_time of the tf2 buffer.
In any case, if you can move the joints of the robot, you shouldn't be impacted!
Hello, I am working on Ubuntu 16.04 with Kinetic version of Ros. I have a Nao V6.
When I run a roscore and roslaunch naoqi_driver naoqi_driver.launch (with corresponding nao_ip, roscore_ip et network_interface), I have this error : "Do not calculate NAO Footprint, no transform possible". I cannot move the joints of the Nao with this error.
Thanks
The text was updated successfully, but these errors were encountered: