Skip to content

Commit

Permalink
pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
nachovizzo committed Mar 18, 2024
1 parent f1dc4c9 commit b413934
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ros/src/OdometryServer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ OdometryServer::OdometryServer(const rclcpp::NodeOptions &options)
publish_odom_tf_ = declare_parameter<bool>("publish_odom_tf", publish_odom_tf_);
publish_debug_clouds_ = declare_parameter<bool>("publish_debug_clouds", publish_debug_clouds_);
position_covariance_ = declare_parameter<double>("position_covariance", 0.1);
orientation_covariance_ = declare_parameter<double>("orientation_covariance",0.1);
orientation_covariance_ = declare_parameter<double>("orientation_covariance", 0.1);

kiss_icp::pipeline::KISSConfig config;
config.max_range = declare_parameter<double>("max_range", config.max_range);
Expand Down

0 comments on commit b413934

Please sign in to comment.