Skip to content

Commit

Permalink
Update perception/lidar_centerpoint/src/node.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Yoshi Ri <[email protected]>
  • Loading branch information
tzhong518 and YoshiRi authored Apr 4, 2024
1 parent 375c023 commit 4ff31ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion perception/lidar_centerpoint/src/node.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ LidarCenterPointNode::LidarCenterPointNode(const rclcpp::NodeOptions & node_opti
const std::string head_engine_path = this->declare_parameter<std::string>("head_engine_path");
class_names_ = this->declare_parameter<std::vector<std::string>>("class_names");
has_variance_ = this->declare_parameter<bool>("has_variance");
has_twist_ = this->declare_parameter("has_twist", false);
has_twist_ = this->declare_parameter<bool>("has_twist");
const std::size_t point_feature_size =
static_cast<std::size_t>(this->declare_parameter<std::int64_t>("point_feature_size"));
const std::size_t max_voxel_size =
Expand Down

0 comments on commit 4ff31ff

Please sign in to comment.