Skip to content

Commit

Permalink
fix var name
Browse files Browse the repository at this point in the history
  • Loading branch information
jlblancoc committed Dec 13, 2023
1 parent 8777227 commit 7b13bc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/ros2bridge/src/point_cloud2.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ bool mrpt::ros2bridge::toROS(
const auto& zs = obj.getPointsBufferRef_z();
const auto& Is = obj.getPointsBufferRef_intensity();
const auto& Rs = obj.getPointsBufferRef_ring();
const auto& Ts = obj.getPointsBufferRef_time();
const auto& Ts = obj.getPointsBufferRef_timestamp();

uint8_t* pointDest = msg.data.data();
for (size_t i = 0; i < xs.size(); i++)
Expand Down

0 comments on commit 7b13bc2

Please sign in to comment.