Skip to content

Commit

Permalink
Add default value to avoid breaking API
Browse files Browse the repository at this point in the history
  • Loading branch information
christophfroehlich committed Jun 20, 2024
1 parent 1504bc5 commit fe2ba4b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ class SteeringOdometry
* \return Tuple of velocity commands and steering commands
*/
std::tuple<std::vector<double>, std::vector<double>> get_commands(
const double v_bx, const double omega_bz, const bool open_loop);
const double v_bx, const double omega_bz, const bool open_loop = true);

/**
* \brief Reset poses, heading, and accumulators
Expand Down

0 comments on commit fe2ba4b

Please sign in to comment.