Skip to content

Commit b45fca2

Browse files
Fix/dependency and header (#5520)
* Add missing dependency declaration Signed-off-by: Sushant Chavan <[email protected]> * Remove unused header Signed-off-by: Sushant Chavan <[email protected]> --------- Signed-off-by: Sushant Chavan <[email protected]>
1 parent 97de6f2 commit b45fca2

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

nav2_mppi_controller/package.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313

1414
<depend>angles</depend>
1515
<depend>backward_ros</depend>
16+
<depend>benchmark</depend>
1617
<depend>geometry_msgs</depend>
1718
<depend>nav2_common</depend>
1819
<depend>nav2_core</depend>

nav2_smac_planner/src/a_star.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
// See the License for the specific language governing permissions and
1414
// limitations under the License. Reserved.
1515

16-
#include <omp.h>
1716
#include <cmath>
1817
#include <stdexcept>
1918
#include <memory>

0 commit comments

Comments
 (0)