sick_scan/Encoder Message

File: sick_scan/Encoder.msg

Raw Message Definition

#This message contains the counter reading of the encoder at the datagram time (timestamp in header).

Header header           # same information as in laserscan and Pointcloud2 message

int32 enc_position     # number of ticks
int16 enc_speed         # number of ticks per millimeter

Compact Message Definition

std_msgs/Header header
int32 enc_position
int16 enc_speed