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

Function Documentation

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

Checks if a given Isometry3d (pose) is a valid command.

Parameters:

command – The command to be checked.

Returns:

True if the command is valid, else False.