Arduino Motor Documentation¶
-
class
arduino_motor.ArduinoMotor[source]¶ Sends commands to the Arduino to relay to the motor controller
-
callback(msg)[source]¶ Updates the linear and angular velocity instance variables
The message definition can be found here: http://docs.ros.org/api/geometry_msgs/html/msg/Twist.html
Parameters: msg (geometry_msgs.msg.Twist) – The desired speed
-