$search
#include <ros/ros.h>
#include <art/pid2.h>
#include <art_msgs/ArtHertz.h>
#include <art_msgs/Epsilon.h>
#include "accel_plan.h"
#include "accel.h"
Go to the source code of this file.
Namespaces | |
namespace | pilot |
Experimental ART pilot acceleration controller.
This controller does brake and throttle PID control adjust speed to match the target goal velocity. It does not monitor acceleration directly, but gradually adjusts the commanded speed depending on the requested acceleration.
Definition in file accel_plan.cc.