robot_upstart -- deleting or replacing a service
HI All,
I have a legacy ROS system to work with...ie someone else put it together originally.
it runs kinetic on Ubuntu 16.04.
The system is kicked off at boot, and you can stop and start nodes using what I think are systemd commands... e.g. service realsense2 start service realsense2 stop
Since the files associated with those services indicate that they have been autogenerated (but not by what application), and robot_upstart packages are installed in ROS, I think that robot_upstart was used to configure this.
robot_upstart looks like a handy package, however the online documentation does not indicate how to modify the configuration of the service, and does not clearly state how to remove a service. Or at least I am not understanding it!
Is anyone here familiar with how to modify the launch configuration of the robot_upstart configured service?
I suspect that this is one of those things that is really simple once you know some piece of information -- and I'd really appreciate that tip from someone who knows!
Thanks for your help.