Difference between revisions of "Menud"

From RobotinoWiki
(Created page with '==Introduction== '''menud''' creates the menu structure display on Robotino's display. ==Subscribed Topics== ''[http://svn.openrobotino.org/common/trunk/lib/rec/robotino/rpc/mes…')
 
(Published Topics)
Line 28: Line 28:
 
: Controls Robotino's first camera
 
: Controls Robotino's first camera
 
''[http://svn.openrobotino.org/common/trunk/lib/rec/robotino/rpc/messages/log.h log]''
 
''[http://svn.openrobotino.org/common/trunk/lib/rec/robotino/rpc/messages/log.h log]''
: Log messages of webd
+
: Log messages of menud
  
 
==Services==
 
==Services==

Revision as of 17:46, 12 December 2011

Introduction

menud creates the menu structure display on Robotino's display.

Subscribed Topics

display_buttons

Navigation through the menu structure is done by the display buttons

ea09_ip4address

The EA09 IP address is displayed in a sub menu

ea_version

The IO board version is displayed in a sub menu

power_button

The power button initializes a shutdown

motor0_setpoint motor1_setpoint motor2_setpoint motor3_setpoint omnidrive

When data is published to the motorX_setpoint or omnidrive topic the menud jumps to the activated display

battery

The battery status is display on the first screen

set_log_level

Provides an interface to set the logging level of menud

Published Topics

set_omnidrive

Controls Robotino's drivesystem

set_camera0_settings

Controls Robotino's first camera

log

Log messages of menud

Services

Configuration

/etc/robotino/menud.conf

/home/robotino/.config/menud.conf.

Sources

menud source code