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
CONTROL_VELOCITY - you change robot state by setting it velocity directly (x, y, angular).
CONTROL_ACCELERATION - you set acceleration, and velocity and position are updated accordingly
CONTROL_POSITION - you change position of the robot directly.
stage_ros uses CONTROL_VELOCITY. You can use intermediate node, that recalculates from ackerman_msgs to appropriate sensor_msgs::Twist to make robot movement look exactly like ackemann's kinematics.
Hi there,
What is non-honolomic car driving model used in stage_ros? If I send a msg (cmd_vel), how would stage_ros move the vehicle around in the simulator?
My guess is Ackermann car model (https://en.wikipedia.org/wiki/Ackermann_steering_geometry). Is that correct?
The text was updated successfully, but these errors were encountered: