Skip to content

Commit

Permalink
cpp doc string update
Browse files Browse the repository at this point in the history
  • Loading branch information
rf-ivtdai committed Jan 17, 2024
1 parent b7c83e5 commit 246b76e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion invertedai_cpp/invertedai/data_utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ struct TrafficLightState {
};

/**
* Light recurrent state that contains the current state and ticks remaining in this state.
* Recurrent state of all the traffic lights in one light group (one intersection).
*/
struct LightRecurrentState {
float state;
Expand Down

0 comments on commit 246b76e

Please sign in to comment.