Skip to content

Commit

Permalink
Lower VTS minimum control interval count again again
Browse files Browse the repository at this point in the history
  • Loading branch information
camearle20 committed Apr 1, 2024
1 parent e18d52e commit fd4393b
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 = 10;

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

Expand Down

0 comments on commit fd4393b

Please sign in to comment.