Skip to content

Latest commit

 

History

History
42 lines (35 loc) · 480 Bytes

File metadata and controls

42 lines (35 loc) · 480 Bytes
layout title package category tags
reference
Bumper.msg
mobile_base_driver
message
bumper

Message Definition

# Provides a bumper state

# bumper
uint8 RIGHT     = 0
uint8 CENTER    = 1
uint8 LEFT      = 2

# bumper state
uint8 RELEASED = 0
uint8 PRESSED = 1

uint8 bumper
uint8 state

Arguments

`bumper

RIGHT     = 0
CENTER    = 1
LEFT      = 2

state

RELEASED = 0
PRESSED = 1

Related Documentation

Bumpers.msg