Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
wohe authored and wally-the-cartographer committed Nov 14, 2017
1 parent b56903c commit 7931d1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cartographer_ros/cartographer_ros/map_builder_bridge.cc
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ void PushAndResetLineMarker(visualization_msgs::Marker* marker,
MapBuilderBridge::MapBuilderBridge(const NodeOptions& node_options,
tf2_ros::Buffer* const tf_buffer)
: node_options_(node_options),
map_builder_(node_options.map_builder_options),
map_builder_(node_options.map_builder_options, {}),
tf_buffer_(tf_buffer) {}

void MapBuilderBridge::LoadMap(const std::string& map_filename) {
Expand Down

0 comments on commit 7931d1e

Please sign in to comment.