Skip to content

Closed-control loop for bi-motor robot using rosserial and Arduino for control.

Notifications You must be signed in to change notification settings

nml0/rosserial_control_loop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

rosserial_control_loop

Source code for rosserial node. Subscribed to the cmd_vel topic, from which it receives a velocity reference <linear, angular> of type geometry_msgs/Twist.

It converts this velocity into differential velocities for the two robot actuators (Vr right, Vl left).

The reference is passed through a PID algorithm (negative feedback), and the motors are driven to follow the reference.

About

Closed-control loop for bi-motor robot using rosserial and Arduino for control.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages