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

jo's profile - activity

2022-03-07 05:17:25 -0500 received badge  Nice Answer (source)
2022-01-06 22:11:15 -0500 received badge  Self-Learner (source)
2022-01-06 22:11:15 -0500 received badge  Teacher (source)
2020-07-27 04:18:44 -0500 received badge  Famous Question (source)
2020-03-29 17:20:08 -0500 received badge  Famous Question (source)
2019-10-19 10:22:35 -0500 received badge  Notable Question (source)
2019-07-19 13:12:27 -0500 received badge  Famous Question (source)
2019-03-22 12:56:54 -0500 received badge  Notable Question (source)
2019-02-04 14:53:53 -0500 received badge  Popular Question (source)
2018-07-13 03:32:44 -0500 received badge  Popular Question (source)
2018-05-29 20:51:45 -0500 marked best answer How to run roscore or roslaunch when i boot

I'm using ubuntu 16.04 LTS and Ros Kinetic version.

How to run roscore or roslaunch automatically when i boot .

i tried add script /etc/init.d and /etc/rc.local , but they didn't work.

How can i do ?


Edit: Thank you for your answer.

I follow your advise using systemd.

but i have some error with this method like this.

 5월 08 17:56:00 Jo startup.sh[3794]: lcd: cannot connect to X server
 5월 08 17:56:00 Jo startup.sh[3794]: [lcd-2] process has died [pid 3868, exit code 1, cmd /home/jo/catkin_ws/devel/lib/lcd/lcd __name:=lcd __log:=/root/.ros/log/a1512d42-529d-11e8-a4c9-00012957ec7a/lcd-2.log].
 5월 08 17:56:00 Jo startup.sh[3794]: log file: /root/.ros/log/a1512d42-529d-11e8-a4c9-00012957ec7a/lcd-2*.log
 5월 08 18:03:39 Jo systemd[1]: Started start roslaunch.

what can i do ?

2018-05-29 20:47:48 -0500 asked a question Cannot run ros_qt_gui_pkg using upstart package

Cannot run ros_qt_gui_pkg using upstart package I try so many way to run ros_qt_gui_pkg at boot. This package using GUI.

2018-05-29 20:45:24 -0500 received badge  Supporter (source)
2018-05-29 20:45:18 -0500 answered a question How to run roscore or roslaunch when i boot

I solved this problem using robot_upstart_pkg. But they didn't work UI program. Only normal node. Thanks for your answ

2018-05-29 20:39:55 -0500 commented answer robot_upstart Error : launch doesn't work.

And another pkg, not using GUI app, is running perfectly ! But Only GUI applicaton doesn't not work. I success autostar

2018-05-29 20:06:14 -0500 commented answer robot_upstart Error : launch doesn't work.

tks for your answer. Here I upgrade my question.

2018-05-29 20:03:58 -0500 edited question Cannot run ros_qt_gui_pkg using upstart package

Cannot run ros_qt_gui_pkg using upstart package I try so many way to run ros_qt_gui_pkg at boot. This package using GUI.

2018-05-29 20:02:26 -0500 asked a question Cannot run ros_qt_gui_pkg using upstart package

Cannot run ros_qt_gui_pkg using upstart package I try so many way to run ros_qt_gui_pkg(https://github.com/routiful/oroc

2018-05-28 08:02:00 -0500 received badge  Famous Question (source)
2018-05-27 04:21:38 -0500 received badge  Notable Question (source)
2018-05-27 01:44:22 -0500 received badge  Student (source)
2018-05-15 20:57:39 -0500 edited question How can I build A package that include B package ? - kinetic

How can I build A package that include B package ? - kinetic Thanks. I give up this problem.

2018-05-15 20:57:39 -0500 received badge  Editor (source)
2018-05-15 10:59:36 -0500 received badge  Popular Question (source)
2018-05-15 01:53:34 -0500 asked a question How can I build A package that include B package ? - kinetic

How can I build A package that include B package ? - kinetic In my catkin_workspace, there is B package including A pac

2018-05-15 01:38:36 -0500 commented answer how can I use two model in rviz ?

Thanks :) I should modify frame_id and tf !!

2018-05-14 17:24:08 -0500 received badge  Notable Question (source)
2018-05-14 05:20:28 -0500 commented answer how can I use two model in rviz ?

I modifed my question !! <launch> tag is spaced top of line.

2018-05-14 05:19:57 -0500 commented answer how can I use two model in rviz ?

I modifed my question !!

2018-05-14 05:18:02 -0500 edited question how can I use two model in rviz ?

how can I use two model in rviz ? I use two laser sensor(sick_tim551 2050001) in my robot. when I use two laser sensor

2018-05-14 05:14:38 -0500 received badge  Popular Question (source)
2018-05-14 03:49:39 -0500 received badge  Enthusiast
2018-05-14 03:49:39 -0500 received badge  Enthusiast
2018-05-13 21:02:17 -0500 asked a question how can I use two model in rviz ?

how can I use two model in rviz ? I use two laser sensor(sick_tim551 2050001) in my robot. when I use two laser sensor

2018-05-13 20:02:42 -0500 received badge  Popular Question (source)
2018-05-10 03:59:28 -0500 commented question how to use another pkg header ?

ok. i see. i try that answer. but only include CMakeLists and Make files... not header file. In first_pkg have 5pkgs. so

2018-05-10 01:19:52 -0500 asked a question how to use another pkg header ?

how to use another pkg header ? In my catkin_ws/src, there are two directories named first_pkg and second_pkg . in first

2018-05-09 20:14:26 -0500 asked a question robot_upstart Error : launch doesn't work.

robot_upstart Error : launch doesn't work. I follow here . $ rosrun robot_upstart install [my pkg] pkg/launch/pkg.launc

2018-05-08 06:54:08 -0500 received badge  Famous Question (source)
2018-05-08 06:25:32 -0500 commented answer How to run roscore or roslaunch when i boot

Thanks. using init.d , It has very many errors in my pc. so i used systemd method. Thanks for your interest and help. :)

2018-05-08 04:33:38 -0500 answered a question How to run roscore or roslaunch when i boot

Thank you for your answer. I follow your advise using systemd. but i have some error with this method like this. 5월 0

2018-05-08 04:33:38 -0500 commented answer How to run roscore or roslaunch when i boot

Thanks for your answer. Here add my ~~.sh !/bin/bash cd $home source /opt/ros/kinetic/setup.bash roslaunch ros_tu

2018-05-08 04:06:06 -0500 received badge  Notable Question (source)
2018-05-08 01:45:09 -0500 received badge  Popular Question (source)
2018-05-07 22:01:45 -0500 asked a question How to run roscore or roslaunch when i boot

How to run roscore or roslaunch when i boot I'm using ubuntu 16.04 LTS and Ros Kinetic version. How to run roscore or r