Skip to content

[Bug]: piecewise_jerk_speed_optimizer speed limit error #142

@daohu527

Description

@daohu527

System Information / Logs

v_upper_bound is reassigned

double v_upper_bound = FLAGS_planning_upper_speed_limit;
v_upper_bound = speed_limit.GetSpeedLimitByS(path_s);

Steps to Reproduce

  1. GetSpeedLimitByS retrieves the value
  2. Check what the value of v_upper_bound is.

Expected vs Actual Behavior

The global FLAGS_planning_upper_speed_limit setting has no effect, but GetSpeedLimitByS does.

Additional Information

No response

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions