Skip to content

Commit

Permalink
Added bodyReserved0 to services list
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchellgoffpc committed Sep 16, 2023
1 parent 522441f commit 6b98ebf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions services.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ def __init__(self, port: int, should_log: bool, frequency: float, decimation: Op
"livestreamWideRoadEncodeData": (False, 20.),
"livestreamRoadEncodeData": (False, 20.),
"livestreamDriverEncodeData": (False, 20.),
"bodyReserved0": (True, 0.),
}
service_list = {name: Service(new_port(idx), *vals) for # type: ignore
idx, (name, vals) in enumerate(services.items())}
Expand Down

0 comments on commit 6b98ebf

Please sign in to comment.