Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias-Fischer authored Jan 25, 2023
1 parent 800f4fa commit 57996b1
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions patch/ros-noetic-teb-local-planner.win.patch
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
diff --git a/include/teb_local_planner/h_signature.h b/include/teb_local_planner/h_signature.h
index 8837950..4cffcda 100644
--- a/include/teb_local_planner/h_signature.h
+++ b/include/teb_local_planner/h_signature.h
@@ -46,6 +46,7 @@
#include <teb_local_planner/timed_elastic_band.h>

#include <ros/ros.h>
+#include <boost/math/special_functions/sign.hpp>
#include <math.h>
#include <algorithm>
#include <functional>
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 97fe249..389975c 100644
--- a/CMakeLists.txt
Expand Down

0 comments on commit 57996b1

Please sign in to comment.