Skip to content

Commit

Permalink
Just print a warning
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyZe committed Dec 13, 2022
1 parent fb0cc36 commit cc2bcf7
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1098,8 +1098,7 @@ bool TimeOptimalTrajectoryGeneration::doTimeParameterizationCalculations(robot_t

if (!checkMixedUnits(group))
{
RCLCPP_ERROR(LOGGER, "TOTG cannot process a combination of revolute and prismatic joints");
return false;
RCLCPP_WARN(LOGGER, "There is a combination of revolute and prismatic joints in the robot model. TOTG's `path_tolerance` will not function correctly.");
}

const unsigned num_points = trajectory.getWayPointCount();
Expand Down

0 comments on commit cc2bcf7

Please sign in to comment.