Skip to content

Commit

Permalink
change default z_offset
Browse files Browse the repository at this point in the history
Signed-off-by: suchang <[email protected]>
  • Loading branch information
suchang committed Jul 15, 2022
1 parent 939459c commit bb81c61
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ LidarApolloInstanceSegmentation::LidarApolloInstanceSegmentation(rclcpp::Node *
use_intensity_feature = node_->declare_parameter("use_intensity_feature", true);
use_constant_feature = node_->declare_parameter("use_constant_feature", true);
target_frame_ = node_->declare_parameter("target_frame", "base_link");
z_offset_ = node_->declare_parameter<float>("z_offset", 2);
z_offset_ = node_->declare_parameter<float>("z_offset", -2.0);

// load weight file
std::ifstream fs(engine_file);
Expand Down

0 comments on commit bb81c61

Please sign in to comment.