We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6915b0e commit b593c18Copy full SHA for b593c18
ur_robot_driver/src/ros/hardware_interface.cpp
@@ -695,8 +695,8 @@ void HardwareInterface::extractRobotStatus()
695
{
696
robot_status_resource_.motion_possible = TriState::FALSE;
697
}
698
- else if (robot_mode_ == ur_dashboard_msgs::RobotMode::RUNNING ||
699
- robot_mode_ == ur_dashboard_msgs::RobotMode::BACKDRIVE)
+ else if (robot_mode_ == ur_dashboard_msgs::RobotMode::RUNNING)
+
700
701
robot_status_resource_.motion_possible = TriState::TRUE;
702
0 commit comments