MCPcopy Create free account
hub / github.com/RoboJackets/software-training / computePID

Method computePID

controllers/src/pid_controller.cpp:137–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

135 }
136
137 double computePID(
138 double error, double error_delta, double integral_error,
139 double P, double D, double I)
140 {
141 // BEGIN STUDENT CODE
142 return 0;
143 // END STUDENT CODE
144 }
145
146 geometry_msgs::msg::TwistStamped computeVelocityCommands(
147 const geometry_msgs::msg::PoseStamped & pose,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected