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
I went across the tutorial, and came across with this confusion:
I suppose theta_dot is the derivative of theta with respect to time, namely wheel rotating(angular) velocity. If that stands, theta_dot is equal to speed[0,5:], instead of delta_theta, which is a step rotation(\omega * \delta t)
The text was updated successfully, but these errors were encountered:
V-REP-YouBot-Demo/7_Demo_youBotPickAndPlace/code/NextState.py
Line 19 in 6faa738
I went across the tutorial, and came across with this confusion:
I suppose theta_dot is the derivative of theta with respect to time, namely wheel rotating(angular) velocity. If that stands, theta_dot is equal to speed[0,5:], instead of delta_theta, which is a step rotation(\omega * \delta t)
The text was updated successfully, but these errors were encountered: