Skip to content

Commit

Permalink
Roboclaw: Updated parameter prefix for roboclaw output module
Browse files Browse the repository at this point in the history
  • Loading branch information
PerFrivik authored and MaEtUgR committed Nov 28, 2023
1 parent c84185a commit befbc19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/drivers/roboclaw/Roboclaw.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ class Roboclaw : public ModuleBase<Roboclaw>, public OutputModuleInterface
};

static constexpr int MAX_ACTUATORS = 2;
MixingOutput _mixing_output{"ROBOCLAW", MAX_ACTUATORS, *this, MixingOutput::SchedulingPolicy::Auto, false};
MixingOutput _mixing_output{"RBCLW", MAX_ACTUATORS, *this, MixingOutput::SchedulingPolicy::Auto, false};

uORB::SubscriptionData<actuator_armed_s> _actuator_armed_sub{ORB_ID(actuator_armed)};
uORB::Subscription _parameter_update_sub{ORB_ID(parameter_update)};
Expand Down

0 comments on commit befbc19

Please sign in to comment.