Project

General

Profile

Statistics
| Branch: | Revision:

root / scout_gumstix / etc / init / rosserial.conf @ 1ad3d43a

History | View | Annotate | Download (263 Bytes)

1
start on started roscore
2
stop on stopping roscore
3

    
4
setuid scout
5
setgid scout
6

    
7
respawn
8
console log
9

    
10
script
11
  . /opt/ros/fuerte/setup.sh
12
  ROS_PACKAGE_PATH=/home/scout/ros:/home/scout/scoutos:$ROS_PACKAGE_PATH
13
  exec roslaunch scout_avr rosserial.launch
14
end script