Darius Pietsch

Results 1 comments of Darius Pietsch

Just for clarification: The warning arrises from line 228 of the servo_node.cpp file: ``` std::optional ServoNode::processJointJogCommand(const moveit::core::RobotStatePtr& robot_state) { std::optional next_joint_state = std::nullopt; // Reject any other command types that...