File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -147,12 +147,11 @@ controller_interface::CallbackReturn PassthroughTrajectoryController::on_activat
147147 if (interface_it != state_interfaces_.end ()) {
148148 if (interface_it->get_interface_name () == " position" ) {
149149 joint_position_state_interface_.emplace_back (*interface_it);
150-
151150 } else if (interface_it->get_interface_name () == " velocity" ) {
152151 joint_velocity_state_interface_.emplace_back (*interface_it);
152+ } else if (interface_it->get_interface_name () == " acceleration" ) {
153+ joint_acceleration_state_interface_.emplace_back (*interface_it);
153154 }
154- } else if (interface_it->get_interface_name () == " acceleration" ) {
155- joint_acceleration_state_interface_.emplace_back (*interface_it);
156155 }
157156 }
158157
You can’t perform that action at this time.
0 commit comments