Skip to content

A pub/sub ROS application for executing commands on a system that are translated from a serial device on the basis of a config file.

License

Notifications You must be signed in to change notification settings

EndPointCorp/command_handler

Repository files navigation

command_handler

Nodes

launcher

This node launches the command handler. It listens in on the topic /command and then searches for that command in a configuration file and Popens the command if it is found.

Parameters

  • ~config_file: Path to the config file. Default: /home/galadmin/etc/keywatch.conf

Config file

# the confi file is set up as follows

[name of section]
code = 12345
command = touch /foobar

[name of another section]
code = weather
command = curl http://wttr.in/

# and so on

About

A pub/sub ROS application for executing commands on a system that are translated from a serial device on the basis of a config file.

Resources

License

Stars

Watchers

Forks

Packages

No packages published