differential: restructure and update module (#23430)

* differential: rename module

* differential: restructure and update module
This commit is contained in:
chfriedrich98
2024-08-07 09:53:37 +02:00
committed by GitHub
parent bfcd4564a6
commit 33d99a13e8
40 changed files with 906 additions and 1244 deletions
@@ -239,7 +239,7 @@ ControlAllocator::update_effectiveness_source()
break;
case EffectivenessSource::ROVER_DIFFERENTIAL:
// differential_drive_control does allocation and publishes directly to actuator_motors topic
// rover_differential_control does allocation and publishes directly to actuator_motors topic
break;
case EffectivenessSource::FIXED_WING: