Skip to content

Commit

Permalink
Merge branch 'dcmp-autos' into davis-speedy-auto
Browse files Browse the repository at this point in the history
  • Loading branch information
jwbonner committed Apr 1, 2024
2 parents e7c4c09 + 8e63a5e commit 4712927
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trajectory_native/src/trajectory_service.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ namespace vts = org::littletonrobotics::vehicletrajectoryservice;
// We take the tradeoff of increased computation time since we cache paths anyway.
static const double CONTROL_INTERVAL_GUESS_SCALAR = 1.0;

static const int MINIMUM_CONTROL_INTERVAL_COUNT = 20;
static const int MINIMUM_CONTROL_INTERVAL_COUNT = 0;

static std::unique_ptr<grpc::Server> server;

Expand Down

0 comments on commit 4712927

Please sign in to comment.