ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
1

robot_upstart Error : launch doesn't work.

asked 2018-05-09 20:14:26 -0500

jo gravatar image

updated 2018-05-09 22:30:51 -0500

jayess gravatar image

I follow here .

$ rosrun robot_upstart install [my pkg] pkg/launch/pkg.launch 

$ sudo service pkg start

Then, I have no issues and see the installation successfully.

but when I reboot, and using command rostopic list in Terminal, There are only two topic, /rosout and /rosout agg.

Find .ros/log There is nothing.

Check the systemctl status there are some messages.

ls: cannot access '/etc/ros/kinetic/lcd.d/*.xacro': No such file or directory
<14>May 10 09:27:13 root: lcd: Generated launchfile: /tmp/lcd.launch
<14>May 10 09:27:13 root: lcd: Started roslaunch as background process, PID 1116, ROS_LOG_DIR=/tmp
lcd: cannot connect to X server
process has died [pid 1199, exit code 1

lcd is my pkg name. Anyone help me ? There was a log path but there was nothing there.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2018-05-27 01:55:08 -0500

130s gravatar image

updated 2018-05-27 01:58:41 -0500

Not an answer though,

ls: cannot access '/etc/ros/kinetic/lcd.d/*.xacro': No such file or directory

This should be ignorable (if no xacro found, job-start script skips the rest of xacro handling).

lcd: cannot connect to X server

This concerns me. I can't find any portion in robot_upstart where it could try to access X. I'd look into your package where this error can occur.

Also check this thread #q247880.

edit flag offensive delete link more

Comments

And another pkg, not using GUI app, is running perfectly ! But Only GUI applicaton doesn't not work. I success autostart at boot ros_package that doesn't use GUI.

Here I upgrade my question

jo gravatar image jo  ( 2018-05-29 20:06:14 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2018-05-09 20:14:26 -0500

Seen: 1,039 times

Last updated: May 27 '18