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

chris93's profile - activity

2021-05-14 07:35:14 -0500 received badge  Famous Question (source)
2020-04-29 03:51:36 -0500 received badge  Notable Question (source)
2020-04-18 10:00:20 -0500 received badge  Famous Question (source)
2020-02-19 17:31:18 -0500 received badge  Famous Question (source)
2020-01-24 03:12:37 -0500 received badge  Notable Question (source)
2020-01-24 03:12:37 -0500 received badge  Popular Question (source)
2019-11-07 04:17:14 -0500 received badge  Notable Question (source)
2019-11-07 04:16:48 -0500 received badge  Popular Question (source)
2019-11-07 04:12:14 -0500 answered a question Disable any output of roscore

For now I went with the ugly way and modified some files in /opt/ros/melodic/lib/python2.7/dist-packages/roslaunch/

2019-11-07 04:12:14 -0500 received badge  Rapid Responder (source)
2019-11-07 03:07:34 -0500 asked a question Disable any output of roscore

Disable any output of roscore I have already seen many threads addressing this topic, but they seem to be slightly diffe

2019-10-24 18:07:20 -0500 received badge  Popular Question (source)
2019-10-24 09:32:07 -0500 marked best answer realsense2_camera_manager crashes

Hi,

when launching the realsense D435 with

roslaunch realsense2_camera rs_rgbd.launch

it starts and everything is fine. I have tried that on my Desktop and a NUC that I am trying to setup.
As soon as I subscribe any /camera/aligned_depth_to_*/ * topic the nodelet crashes

[camera/realsense2_camera_manager-2] process has died [pid 16059, exit code -11, cmd /opt/ros/kinetic/lib/nodelet/nodelet manager __name:=realsense2_camera_manager __log:=/home/turtlebot/.ros/log/228fa30e-f642-11e9-bdc0-d43b04b8f565/camera-realsense2_camera_manager-2.log]

Any suggestions on how to fix? Since the nodelet runs fine on my Desktop even after subscribing I do not think its actually a realsense2_camera problem. All other topics work fine on both pcs.

Cheers

2019-10-24 09:32:07 -0500 received badge  Scholar (source)
2019-10-24 09:32:02 -0500 answered a question realsense2_camera_manager crashes

Actually a fresh install did the trick. On the NUC the SDK1.0 and the realsense_camera has been installed before. Seems

2019-10-24 09:32:02 -0500 received badge  Rapid Responder (source)
2019-10-24 04:47:26 -0500 asked a question realsense2_camera_manager crashes

realsense2_camera_manager crashes Hi, when launching the realsense D435 with roslaunch realsense2_camera rs_rgbd.laun

2019-10-17 03:29:52 -0500 received badge  Enthusiast
2019-10-10 06:53:17 -0500 received badge  Teacher (source)
2019-10-10 06:53:17 -0500 received badge  Self-Learner (source)
2019-10-10 02:43:48 -0500 marked best answer Systemd+roslaunch fails with Turtlebot

Hi,

I am setting up a TurtleBot2i right now. I want to launch everything regarding ROS on startup and try to realize it with systemd.
I am at the point where my .sh-script works as long it contains:

 #!/usr/bin/env bash
bash -c "source /home/turtlebot/.bashrc && source /opt/ros/kinetic/setup.bash && source /home/turtlebot/catkin_ws/devel/setup.bash && roslaunch astra_launch astra.launch"

This basically only launches the astra camera and works fine with:

 sudo systemctl start ROSdaemon.service

Whenever I replace the launchfile with the actual command for the full robot:

 roslaunch turtlebot2i_bringup turtlebot2i_basic.launch

The systemctl exits with:

 ExecStart=/home/turtlebot/startup.sh (code=exited, status=1/FAILURE)

Any suggestions on why my system crashes?
Cheers

2019-10-10 02:41:04 -0500 commented answer Systemd+roslaunch fails with Turtlebot

Unfortunately I cannot accept my own answer yet, because I have not enough points.

2019-10-10 02:39:55 -0500 answered a question Systemd+roslaunch fails with Turtlebot

Okay so here was the problem: The launchfile of the turtlebot2i uses the keyword "env" as well as "optenv", which work

2019-10-10 02:39:55 -0500 received badge  Rapid Responder (source)
2019-10-10 01:45:04 -0500 commented question Systemd+roslaunch fails with Turtlebot

Actually journalctl showed me a great hint - I will check on that now. Thanks already!

2019-10-09 02:55:50 -0500 asked a question Systemd+roslaunch fails with Turtlebot

Systemd+roslaunch fails with Turtlebot Hi, I am setting up a TurtleBot2i right now. I want to launch everything regardi