turtlebot3_applications_msgs/SetFollowState Service

File: turtlebot3_applications_msgs/SetFollowState.srv

Raw Message Definition

########################################
# CONSTANTS
########################################
uint8 STOPPED = 0
uint8 FOLLOW  = 1

uint8 OK      = 0
uint8 ERROR   = 1

########################################
# Messages
########################################
uint8 state     # STOPPED or FOLLOW
---
uint8 result    # OK or ERROR

Compact Message Definition

uint8 STOPPED=0
uint8 FOLLOW=1
uint8 OK=0
uint8 ERROR=1
uint8 state

uint8 result