I'm trying to get the Range Sensor Layer to run under Kinetic. When I start the costmap node, it tells me that it subscribed to the topic, but after that, the process just dies without any error output. I also can't see any of the sensor readings in the costmap visualization in rviz.
The configuration file looks like this:
[ INFO] [1542906425.104982858]: Using plugin "ultrasonic_layer"
[ INFO] [1542906425.140869614]: costmap/ultrasonic_layer: ALL as input_sensor_type given
[ INFO] [1542906425.198440501]: RangeSensorLayer: subscribed to topic /<my_robot>/ultrasonic
[costmap_2d-1] process has died [pid 7822, exit code -11, cmd /opt/ros/kinetic/lib/costmap_2d/costmap_2d_node __name:=costmap_2d __log:=/home/<user>/.ros/log/872c6ffa-ee63-11e8-8527-b827ebebf3ed/costmap_2d-1.log].
I receive messages under the given topic name which look like this:
No, it was solved, thank you. If I remember it right, the problem was that my robot wasn't using the topics "cmd_vel" and "odom" because they were in another namespace.
Hello,
I'm trying to get the Range Sensor Layer to run under Kinetic. When I start the costmap node, it tells me that it subscribed to the topic, but after that, the process just dies without any error output. I also can't see any of the sensor readings in the costmap visualization in rviz. The configuration file looks like this:
The output in the console:
I receive messages under the given topic name which look like this:
There is a path from the frame
sonar_1_link
tomap
in the tf tree and the sensor data also gets visualized correctly in rviz.