Skip to content

Commit

Permalink
Remove misleading docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
destogl authored May 4, 2023
1 parent 0850668 commit 914a376
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions pid_controller/src/pid_controller.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,21 +25,6 @@
#include "control_msgs/msg/single_dof_state.hpp"
#include "controller_interface/helpers.hpp"

// The main knowledge could be with regard to the input (reference/state) and output (command)
// interfaces and their physical meaning, for example:
//
// reference/state POSITION; command VELOCITY --> PI CONTROLLER
// reference/state VELOCITY; command ACCELERATION --> PI CONTROLLER
//
// reference/state VELOCITY; command POSITION --> PD CONTROLLER
// reference/state ACCELERATION; command VELOCITY --> PD CONTROLLER
//
// reference/state POSITION; command POSITION --> PID CONTROLLER
// reference/state VELOCITY; command VELOCITY --> PID CONTROLLER
// reference/state ACCELERATION; command ACCELERATION --> PID CONTROLLER
// reference/state EFFORT; command EFFORT --> PID CONTROLLER
//

namespace
{ // utility

Expand Down

0 comments on commit 914a376

Please sign in to comment.