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

Revision history [back]

click to hide/show revision 1
initial version

There are several issues here:

1- In CARLA road network map, the position of traffic lights are not correct.

2- The traffic light is represented with one position (not as autoware handle it ) red lamp , green lamp, yellow lamp separately.

So common traffic light recognition inside autoware will not work, because it expct precise position of the lights.

You will need to create your own traffic light recognizer which can detect the light according to relative position not the absolute position.

Hope this helps.

There are several issues here:

1- In CARLA road network map, the position of traffic lights are not correct.

2- The traffic light is represented with one position (not as autoware handle it ) red lamp , green lamp, yellow lamp separately.

So common traffic light recognition inside autoware will not work, because it expct precise position of the lights.

You will need to create your own traffic light recognizer which can detect the light according to relative position not the absolute position.

Hope this helps.

Update to the answer:

This is steps of how use TLR in Autoware image description