Skip to content

Commit

Permalink
FIX: wrong variable in former commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jlblancoc committed Jan 28, 2025
1 parent 45e2500 commit 33495bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mola_bridge_ros2/src/BridgeROS2.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1561,7 +1561,7 @@ void BridgeROS2::internalPublishGridMap(
ASSERT_(pubGrid);

rclcpp::Publisher<nav_msgs::msg::MapMetaData>::SharedPtr pubMeta =
std::dynamic_pointer_cast<rclcpp::Publisher<nav_msgs::msg::MapMetaData>>(pubMeta);
std::dynamic_pointer_cast<rclcpp::Publisher<nav_msgs::msg::MapMetaData>>(pubM);
ASSERT_(pubMeta);

std_msgs::msg::Header msg_header;
Expand Down

0 comments on commit 33495bd

Please sign in to comment.