We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ed7de2 commit 7202f30Copy full SHA for 7202f30
joint_trajectory_controller_plugins/include/joint_trajectory_controller_plugins/pid_trajectory_plugin.hpp
@@ -21,8 +21,8 @@
21
22
#include "control_toolbox/pid.hpp"
23
24
+#include "joint_trajectory_controller_plugins/pid_trajectory_plugin_parameters.hpp" // auto-generated by generate_parameter_library
25
#include "joint_trajectory_controller_plugins/trajectory_controller_base.hpp"
-#include "pid_trajectory_plugin_parameters.hpp" // auto-generated by generate_parameter_library
26
27
using PidPtr = std::shared_ptr<control_toolbox::Pid>;
28
0 commit comments