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

sporc's profile - activity

2019-04-25 08:57:26 -0500 received badge  Famous Question (source)
2019-01-10 04:35:53 -0500 commented question VLP-16 no data out over USB3.0 Ethernet adaptor

Could you solve your problem in the meantime?

2019-01-08 07:06:09 -0500 received badge  Notable Question (source)
2019-01-08 06:41:19 -0500 marked best answer Using two sensors simultaneously (Ibeo Scala)

Hi there,

I am trying to use two Ibeo Scala sensors at the same time. With the help of the following packages I am able to run one sensor and visualize it in rviz. https://github.com/astuff/ibeo_core https://github.com/astuff/ibeo_scala

Now I would like to setup a second Scala sensor and visualize them both in rviz. I wrote a second launch file, where I changed the IP address and the frame_id. The problem: When I start the second launchfile in a new terminal, the process in the first terminal (first sensor) gets aborted.

Log:

^[[33m[ WARN] [1546933754.809607419]: Shutdown request received.^[[0m
^[[33m[ WARN] [1546933754.809667337]: Reason given for shutdown: [new node regiregistered with same name]^[[0m

How can I change the second nodes name to work along the first one ?

I tried while starting the node to change the name parameter:

roslaunch .... __name:=testnode

and I tried to add a 'remap' in the Launch file

<remap from="ibeo_scala" to="testnode"/>

None of the above works, I always end up with the same error

2019-01-08 06:41:19 -0500 received badge  Scholar (source)
2019-01-08 06:41:04 -0500 received badge  Supporter (source)
2019-01-08 06:41:02 -0500 commented answer Using two sensors simultaneously (Ibeo Scala)

Thank you. It works. I can run now two sensors simultaneously, but they are both on the same topic: "as_tx/point_cloud".

2019-01-08 03:12:00 -0500 received badge  Popular Question (source)
2019-01-08 02:34:43 -0500 edited question Using two sensors simultaneously (Ibeo Scala)

Using two sensors simultaneously (Ibeo Scala) Hi there, I am trying to use two Ibeo Scala sensors at the same time. Wi

2019-01-08 02:33:05 -0500 edited question Using two sensors simultaneously (Ibeo Scala)

Using two sensors simultaneously (Ibeo Scala) Hi there, I am trying to use two Ibeo Scala sensors at the same time. Wi

2019-01-08 02:33:05 -0500 received badge  Editor (source)
2019-01-08 01:55:23 -0500 edited question Using two sensors simultaneously (Ibeo Scala)

Using two sensors simultaneously (Ibeo Scala) Hi there, I am trying to use two Ibeo Scala sensors at the same time. Wi

2019-01-08 01:06:22 -0500 asked a question Using two sensors simultaneously (Ibeo Scala)

Using two sensors simultaneously (Ibeo Scala) Hi there, I am trying to use two Ibeo Scala sensors at the same time. Wi

2019-01-08 00:52:02 -0500 received badge  Famous Question (source)
2019-01-08 00:52:02 -0500 received badge  Notable Question (source)
2019-01-08 00:52:02 -0500 received badge  Popular Question (source)
2018-12-21 05:38:14 -0500 asked a question Trying to get Ibeo Scala working in ROS

Trying to get Ibeo Scala working in ROS Hi there, I am trying to get the ibeo scala sensors to work in my ros system. Bu