Skip to content

Commit

Permalink
fix conflict with prev rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
ahiuchingau committed Mar 18, 2024
1 parent 2b4d5ff commit 0734a0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/motor-control/core/tasks/messages.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ using MotionControlTaskMessage = std::variant<
can::messages::MotorPositionRequest, can::messages::ReadLimitSwitchRequest,
can::messages::HomeRequest,
can::messages::UpdateMotorPositionEstimationRequest,
can::messages::GetMotorUsageRequest, can::messages::AddSensorMoveRequest>;
can::messages::GetMotorUsageRequest, can::messages::MotorStatusRequest, can::messages::AddSensorMoveRequest>;

using MoveGroupTaskMessage =
std::variant<std::monostate, can::messages::AddLinearMoveRequest,
Expand Down

0 comments on commit 0734a0a

Please sign in to comment.