Skip to content

Conversation

@Gamenot
Copy link
Collaborator

@Gamenot Gamenot commented Nov 16, 2022

This change is intended to expose foe traffic signals through AgentInterface configuration.

@Gamenot Gamenot requested review from Adaickalavan, qianyi-sun and saulfield and removed request for saulfield November 26, 2022 04:46
@Gamenot Gamenot requested review from Adaickalavan, qianyi-sun and saulfield and removed request for Adaickalavan, qianyi-sun and saulfield January 4, 2023 20:48
@Gamenot Gamenot force-pushed the tucker/add-intersection_signals branch from 710152a to c225cae Compare January 4, 2023 20:51
Comment on lines 1307 to 1318
if self._include_foes:
self._find_foe_signals(lane, used_features, upcoming_signals)

lookahead = self._lookahead - lane.length + lane_pos.s
self._find_signals_ahead(lane, lookahead, plan.route, upcoming_signals)
self._find_signals_ahead(
lane,
lookahead,
plan.route,
self._include_foes,
used_features,
upcoming_signals,
)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It would be better to have functions with return values, compared to relying on functions with side effects.

@Gamenot Gamenot added this to the `develop` branch close-down milestone Feb 14, 2023
@Gamenot Gamenot force-pushed the tucker/add-intersection_signals branch 2 times, most recently from 7e5c491 to a5d0ff9 Compare April 27, 2023 21:24
@Gamenot Gamenot force-pushed the tucker/add-intersection_signals branch from a5d0ff9 to ef8ef50 Compare April 28, 2023 18:57
@Gamenot Gamenot changed the base branch from develop to master April 28, 2023 18:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants