robot_upstart , rosserial no errors but can't start

asked 2017-10-01 08:47:51 -0500

ermips gravatar image

updated 2017-10-01 15:44:21 -0500

130s gravatar image

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

edit retag flag offensive close merge delete

Comments

Just making sure; have you run the commands that the robot_upstart returned?

130s gravatar image 130s  ( 2017-10-01 15:51:15 -0500 )edit

Yes I ran the command : sudo systemctl daemon-reload && sudo systemctl start rosserial Everything seems to be fine

ermips gravatar image ermips  ( 2017-10-01 16:56:52 -0500 )edit