Skip to content

Commit

Permalink
fix: fixed compile error (eigen vs. opencv)
Browse files Browse the repository at this point in the history
Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]>
  • Loading branch information
knzo25 committed Jan 19, 2024
1 parent 79ce646 commit 025c46e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

#include <Eigen/Dense> // note: this header must come before <opencv2/core/eigen.hpp>
#include <opencv2/core.hpp>
#include <opencv2/core/eigen.hpp>
#include <rclcpp/time.hpp>
Expand Down

0 comments on commit 025c46e

Please sign in to comment.