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
if only setDesiredOrientation() method is called, then the current pose (turtlesim_pose.theta) does not update its value and is always 0. Therefore if I repeatedly run, let's say setDesiredOrientation(degrees2radians(90)) the turtle rotates by 90 degrees counter-clockwise every time I run it, instead of rotating only once.
The text was updated successfully, but these errors were encountered:
mjoshi07
changed the title
setDesiredOrientation method not working in c++
setDesiredOrientation method not working in C++
May 6, 2021
if only setDesiredOrientation() method is called, then the current pose (turtlesim_pose.theta) does not update its value and is always 0. Therefore if I repeatedly run, let's say setDesiredOrientation(degrees2radians(90)) the turtle rotates by 90 degrees counter-clockwise every time I run it, instead of rotating only once.
The text was updated successfully, but these errors were encountered: