Skip to content

Commit 6915b0e

Browse files
author
Felix Exner
committed
Code formatting
1 parent de535e1 commit 6915b0e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ur_robot_driver/src/ros/hardware_interface.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -695,7 +695,8 @@ void HardwareInterface::extractRobotStatus()
695695
{
696696
robot_status_resource_.motion_possible = TriState::FALSE;
697697
}
698-
else if (robot_mode_ == ur_dashboard_msgs::RobotMode::RUNNING || robot_mode_ == ur_dashboard_msgs::RobotMode::BACKDRIVE)
698+
else if (robot_mode_ == ur_dashboard_msgs::RobotMode::RUNNING ||
699+
robot_mode_ == ur_dashboard_msgs::RobotMode::BACKDRIVE)
699700
{
700701
robot_status_resource_.motion_possible = TriState::TRUE;
701702
}

0 commit comments

Comments
 (0)