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
Of what I can see in the code, you actually "fake" the follow mode by still using LOCK_MODE, but manually make it follow the heading of the vehicle.
Is there any reason in particular why you "fake" the follow mode on ros_gremsy.cpp#L136, instead of just using the FOLLOW_MODE, and use CTRL_ANGLE_BODY_FRAME for the yaw axis (pan)?
The text was updated successfully, but these errors were encountered:
Hi!
Of what I can see in the code, you actually "fake" the follow mode by still using
LOCK_MODE
, but manually make it follow the heading of the vehicle.Is there any reason in particular why you "fake" the follow mode on ros_gremsy.cpp#L136, instead of just using the
FOLLOW_MODE
, and useCTRL_ANGLE_BODY_FRAME
for the yaw axis (pan)?The text was updated successfully, but these errors were encountered: