wip
This commit is contained in:
@@ -265,8 +265,11 @@ class LongitudinalPlanner:
|
||||
longitudinalPlan.processingDelay = (plan_send.logMonoTime / 1e9) - sm.logMonoTime['modelV2']
|
||||
|
||||
longitudinalPlan.speeds = self.v_desired_trajectory.tolist()
|
||||
print("LONG PLAN SPEEDS", sys.stderr)
|
||||
print(longitudinalPlan.speeds, sys.stderr)
|
||||
# print("LONG PLAN SPEEDS", sys.stderr)
|
||||
# print(longitudinalPlan.speeds, sys.stderr)
|
||||
# LONG PLAN SPEEDS <_io.TextIOWrapper name='<stderr>' mode='w' encoding='utf-8'>
|
||||
# [10.240411, 10.242371, 10.248251, 10.257222, 10.267875, 10.281571, 10.285583, 10.283464, 10.281022, 10.281429, 10.281885, 10.282397, 10.282978, 10.283609, 10.282832, 10.281243, 10.279544] <_io.TextIOWrapper name='<stderr>' mode='w' encoding='utf-8'>
|
||||
|
||||
longitudinalPlan.accels = self.a_desired_trajectory.tolist()
|
||||
longitudinalPlan.jerks = self.j_desired_trajectory.tolist()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user