Commit d9c7958b authored by Mathias Haage's avatar Mathias Haage
Browse files

Add synchronous ros services

parent 3e95cb36
Loading
Loading
Loading
Loading
+30 −1
Original line number Diff line number Diff line
@@ -47,13 +47,42 @@ find_package(catkin REQUIRED COMPONENTS
## Generate messages in the 'msg' folder
add_message_files(
  FILES
  GBSCmdArray.msg
  GBSAcc.msg
  GBSAckArray.msg
  GBSAns.msg
  GBSBStop.msg
  GBSCmdArray.msg
  GBSEuler.msg
  GBSId.msg
  GBSJointPose.msg
  GBSPose.msg
  GBSPos.msg
  GBSRPM.msg
  GBSSensor.msg
  GBSSpeed.msg
)

## Generate services in the 'srv' folder
add_service_files(
  FILES
  GBSCircMove.srv
  GBSCombMove.srv
  GBSLinMove.srv
  GBSLockSpindle.srv
  GBSLockTool.srv
  GBSMeasureMove.srv
  GBSNailLinMove.srv
  GBSPTPMove.srv
  GBSReadCurJointPose.srv
  GBSReadSensor.srv
  GBSReleasePanel.srv
  GBSRunSpindle.srv
  GBSShakeVacuum.srv
  GBSStopSpindle.srv
  GBSSwitchVacuum.srv
  GBSTakePanel.srv
  GBSUnlockSpindle.srv
  GBSUnlockTool.srv
  PostGBSCmdArray.srv
)

+1 −0
Original line number Diff line number Diff line
float32 ac
+1 −0
Original line number Diff line number Diff line
float32 err
+1 −0
Original line number Diff line number Diff line
float32 bstop
+3 −0
Original line number Diff line number Diff line
float32 c
float32 b
float32 a
Loading