Skip to content

Commit

Permalink
driver: sort signal defs in state server status msg pub.
Browse files Browse the repository at this point in the history
  • Loading branch information
gavanderhoorn committed May 24, 2019
1 parent e8328ec commit ae0cc35
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions abb_driver/rapid/ROS_stateServer.mod
Original file line number Diff line number Diff line change
Expand Up @@ -77,13 +77,13 @@ ERROR
RAISE; ! raise errors to calling code
ENDPROC

! signalRobotEStop : System Output
! signalMotorOn : System Output
! signalExecutionError : System Output
! signalMotionPossible : System Output
! signalMotorOn : System Output
! signalRobotActive : System Output
! signalRobotEStop : System Output
! signalRobotNotMoving : System Output
! signalRosMotionTaskExecuting : System Output
! signalExecutionError : System Output
LOCAL PROC send_status()
VAR ROS_msg_robot_status message;

Expand Down

0 comments on commit ae0cc35

Please sign in to comment.