Skip to content

Commit

Permalink
Add TODO comment
Browse files Browse the repository at this point in the history
Signed-off-by: Nahuel Espinosa <[email protected]>
  • Loading branch information
nahueespinosa committed Jan 27, 2023
1 parent d80fabc commit 79fc637
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions beluga_amcl/src/amcl_node.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -537,6 +537,8 @@ void AmclNode::timer_callback()
return;
}

// TODO(nahuel): Throttle the particle cloud publishing in the
// laser_callback method instead of using a ROS timer.
{
auto message = nav2_msgs::msg::ParticleCloud{};
message.header.stamp = now();
Expand Down

0 comments on commit 79fc637

Please sign in to comment.