Skip to content

Commit

Permalink
fix precommit
Browse files Browse the repository at this point in the history
Signed-off-by: kminoda <[email protected]>
  • Loading branch information
kminoda committed Sep 7, 2023
1 parent d94615b commit fe8daeb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
class Logger
{
public:
Logger(const std::string & output_dir);
explicit Logger(const std::string & output_dir);
void log_estimated_result_section(
const double stddev_vx, const double coef_vx,
const geometry_msgs::msg::Vector3 & angular_velocity_stddev,
Expand Down

0 comments on commit fe8daeb

Please sign in to comment.