Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
Signed-off-by: Christoph Hellmann Santos <[email protected]>
  • Loading branch information
Christoph Hellmann Santos committed Nov 22, 2023
1 parent 5567517 commit 0aaca9a
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ class CIA402MockSlave : public canopen::BasicSlave
}
RCLCPP_INFO(rclcpp::get_logger("cia402_slave"), "Leaving run_profile_velocity_mode");
}

void run_homing_mode()
{
bool homed = false;
Expand Down Expand Up @@ -648,13 +648,12 @@ class CIA402MockSlave : public canopen::BasicSlave
homing_mode = std::thread(std::bind(&CIA402MockSlave::run_homing_mode, this));
}


void start_profile_velocity_mode()
{
profiled_velocity_mode =
std::thread(std::bind(&CIA402MockSlave::run_profile_velocity_mode, this));
}

void on_quickstop_active()
{
if (is_enable_operation())
Expand Down

0 comments on commit 0aaca9a

Please sign in to comment.