Skip to content

Commit

Permalink
Update function in header file too
Browse files Browse the repository at this point in the history
  • Loading branch information
christophfroehlich committed Oct 9, 2023
1 parent 2fc6935 commit 693c4f5
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,8 @@ class SteeringOdometry
* \param theta_dot Desired angular velocity [rad/s]
* \return Tuple of velocity commands and steering commands
*/
std::tuple<std::vector<double>, std::vector<double>> get_commands(double Vx, double theta_dot);
std::tuple<std::vector<double>, std::vector<double>> get_commands(
const double Vx, const double theta_dot);

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

0 comments on commit 693c4f5

Please sign in to comment.