Skip to content

Commit b6eff98

Browse files
committed
fix: missing subscriber initialization (#54)
1 parent 72ba1c0 commit b6eff98

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

diffbot_base/scripts/base_controller/lib/base_controller/base_controller.h

+3
Original file line numberDiff line numberDiff line change
@@ -422,6 +422,9 @@ void diffbot::BaseController<TMotorController, TMotorDriver>::setup()
422422
nh_.subscribe(sub_wheel_cmd_velocities_);
423423
nh_.subscribe(sub_reset_encoders_);
424424

425+
nh_.subscribe(sub_pid_left_);
426+
nh_.subscribe(sub_pid_right_);
427+
425428
while (!nh_.connected())
426429
{
427430
nh_.spinOnce();

0 commit comments

Comments
 (0)