robot_upstart , rosserial no errors but can't start
I try to set up robot_upstart with rosserial_python :
My launch file works fine :
roslaunch rosserial_python rosserial_python.launch
So I try to set up robot_upstart :
rosrun robot_upstart install rosserial_python/launch/rosserial.launch
Result :
Filesystem operation succeeded.
** To complete installation please run the following command:
sudo systemctl daemon-reload && sudo systemctl start rosserial
But I can't see any log in sudo tail /var/log/upstart/ and topic is not published I use ros kinetic on ubuntu 16.04
Just making sure; have you run the commands that the
robot_upstart
returned?Yes I ran the command : sudo systemctl daemon-reload && sudo systemctl start rosserial Everything seems to be fine