Skip to content

Commit

Permalink
Fix integration test
Browse files Browse the repository at this point in the history
Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
  • Loading branch information
luca-della-vedova committed Nov 25, 2024
1 parent 0c958dc commit 137d577
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ class TestCollisionChecker : public nav2_util::LifecycleNode
global_frame_("map")
{
// Declare non-plugin specific costmap parameters
declare_parameter("__parent_namespace", rclcpp::ParameterValue(std::string("/")));
declare_parameter("map_topic", rclcpp::ParameterValue(std::string("map")));
declare_parameter("track_unknown_space", rclcpp::ParameterValue(true));
declare_parameter("use_maximum", rclcpp::ParameterValue(false));
Expand Down

0 comments on commit 137d577

Please sign in to comment.