Skip to content

Commit f03ab9a

Browse files
authored
fix input as cloud for remapping (#51)
1 parent 341bda9 commit f03ab9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lidar_localization_component.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ void PCLLocalization::initializePubSub()
230230
std::bind(&PCLLocalization::odomReceived, this, std::placeholders::_1));
231231

232232
cloud_sub_ = create_subscription<sensor_msgs::msg::PointCloud2>(
233-
"velodyne_points", rclcpp::SensorDataQoS(),
233+
"cloud", rclcpp::SensorDataQoS(),
234234
std::bind(&PCLLocalization::cloudReceived, this, std::placeholders::_1));
235235

236236
imu_sub_ = create_subscription<sensor_msgs::msg::Imu>(

0 commit comments

Comments
 (0)