Skip to content

Commit

Permalink
Merge branch 'main' into pr-virtual_joints
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerjw committed Aug 17, 2021
2 parents 5bceb18 + 4f5bacd commit 578664e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ int main(int argc, char** argv)
std::thread executor_thread([&executor]() { executor.spin(); });

auto servo_parameters = moveit_servo::ServoParameters::makeServoParameters(node, LOGGER);
;

if (servo_parameters == nullptr)
{
RCLCPP_FATAL(LOGGER, "Could not get servo parameters!");
Expand Down

0 comments on commit 578664e

Please sign in to comment.