Function moveit_servo::isValidCommand(const Eigen::VectorXd&)

Function Documentation

bool moveit_servo::isValidCommand(const Eigen::VectorXd &command)

Checks if a given VectorXd is a valid command.

Parameters:

command – The command to be checked.

Returns:

True if the command is valid, else False.