Skip to content

Commit

Permalink
Merge branch 'main' into dcmp-autos
Browse files Browse the repository at this point in the history
  • Loading branch information
jwbonner committed Apr 1, 2024
2 parents b309dca + 7e3cfdb commit 8e63a5e
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 8e63a5e

Please sign in to comment.