Skip to content

Commit

Permalink
Clarify warehouse_ros plugin parameter setting
Browse files Browse the repository at this point in the history
Signed-off-by: methylDragon <[email protected]>
  • Loading branch information
methylDragon committed Nov 20, 2023
1 parent 6ad592e commit 76f5faf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nexus_motion_planner/src/motion_plan_cache.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ void queryAppendRangeInclusiveWithTolerance(
MotionPlanCache::MotionPlanCache(const rclcpp::Node::SharedPtr& node)
: node_(node)
{
// If warehouse plugin isn't set, use the default warehouse_ros plugin.
if (!node_->has_parameter("warehouse_plugin"))
{
node_->declare_parameter<std::string>(
Expand Down

0 comments on commit 76f5faf

Please sign in to comment.