You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 10, 2023. It is now read-only.
traffic_light_recognition process has died as follows:
$ roslaunch traffic_light_recognition.launch
...
started roslaunch server http://ARC-TaeHyung-19:38169/
SUMMARY
========
PARAMETERS
* /rosdistro: melodic
* /rosversion: 1.14.6
* /tl_switch/ams_light_color_topic: /ams_light_color
* /tl_switch/camera_light_color_topic: //camera_light_color
* /tl_switch/light_color_topic: /light_color
* /traffic_light_recognition/camera_light_color_topic: //camera_light_color
* /traffic_light_recognition/image_raw_topic: //image_raw
NODES
/
tl_switch (trafficlight_recognizer/tl_switch)
traffic_light_recognition (trafficlight_recognizer/region_tlr)
ROS_MASTER_URI=http://localhost:11311
process[traffic_light_recognition-1]: started with pid [8943]
(superimpose result:8943): dbind-WARNING **: 20:21:39.405: Error retrieving accessibility bus address: org.freedesktop.DBus.Error.ServiceUnknown: The name org.a11y.Bus was not provided by any .service files
process[tl_switch-2]: started with pid [8944]
Attempt to unlock mutex that was not locked
[traffic_light_recognition-1] process has died [pid 8943, exit code -6, cmd /home/autoware/Autoware/install/trafficlight_recognizer/lib/trafficlight_recognizer/region_tlr __name:=traffic_light_recognition __log:=/home/autoware/.ros/log/9da67ef8-dc03-11ea-a975-54bf647d3a59/traffic_light_recognition-1.log].
log file: /home/autoware/.ros/log/9da67ef8-dc03-11ea-a975-54bf647d3a59/traffic_light_recognition-1*.log
^C[tl_switch-2] killing on exit
^Cshutting down processing monitor...
... shutting down processing monitor complete
done
4-7.Add JSON sensor configuration
In Vehicles tab, click wrench button on Jaguar2015XE and select Bridge Type as ROS and copy and paste the following JSON configuration into Sensors window.
In General tab, Simulation Name: BorregasAve(Autoware)
In General tab, Select Cluster: Local Machine
In Map & Vehicle tab, Select Map: BorregasAve
In Select Vehicles, Select Jaguar2015XE and enter localhost:9090 next to it.
# Click Submit
4-9.Select BorregasAve(Autoware) simulation and click play button in the bottom.
5.Set launch files in Runtime Manager as follows:
In Quick Start tab,
Map: /home/autoware/shared_dir/autoware-data/BorregasAve/my_launch/my_map.launch
Sensing: /home/autoware/shared_dir/autoware-data/BorregasAve/my_launch/my_sensing_simulator.launch
Localization: /home/autoware/shared_dir/autoware-data/BorregasAve/my_launch/my_localization.launch
In one window,
$ roslaunch trafficlight_recognizer feat_proj_option.launch
In the other window,
$ $ roslaunch trafficlight_recognizer traffic_light_recognition.launch
# You can see error message that traffic_light_recognition died.
Expected behavior
traffic_light_recognition node runs without error.
Actual behavior
traffic_light_recognition node died.
Screenshots
Additional information
The text was updated successfully, but these errors were encountered:
Bug report
Required information:
Operating system and version:
Autoware installation type:
Autoware version or commit hash
ROS distribution and version:
ROS installation type:
Package or library, if applicable:
Description of the bug
traffic_light_recognition process has died as follows:
Steps to reproduce the bug
1.Download vector, point map.
2.Run docker container
3.Start Runtime Manager
4.Start LGSVL Simulator
4-1.Download LGSVL Simulator
https://github.com/lgsvl/simulator/releases/download/2020.05/lgsvlsimulator-linux64-2020.05.zip
4-2.Unzip it.
4-3.Run simulator.
4-4.Click Open Browser
4-5.In Maps tap, add BorregasAve map as follows:
4-6.In Vehicles tab, add Jaguar2015XE vehicle as follows:
4-7.Add JSON sensor configuration
In Vehicles tab, click wrench button on Jaguar2015XE and select Bridge Type as ROS and copy and paste the following JSON configuration into Sensors window.
4-8.In Simulations tab, add one as follows:
4-9.Select BorregasAve(Autoware) simulation and click play button in the bottom.
5.Set launch files in Runtime Manager as follows:
Click Map, Sensing, Localization buttons.
7.In the terminal, start tmux
Expected behavior
traffic_light_recognition node runs without error.
Actual behavior
traffic_light_recognition node died.
Screenshots
Additional information
The text was updated successfully, but these errors were encountered: