File: 0006-remove-planning-flann.patch

package info (click to toggle)
dart 6.12.1%2Bdfsg4-12
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 57,000 kB
  • sloc: cpp: 269,461; python: 3,911; xml: 1,273; sh: 404; makefile: 30
file content (20 lines) | stat: -rw-r--r-- 750 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Description: Disable deprecated planning module
  Planning module is deprecated and the flann detection is buggy.
  Other packagers have also reported problems with C++ standard in flann
  versinons: https://aur.archlinux.org/packages/libdart#comment-836245
Author: Jose Luis Rivero <jrivero@openrobotics.org>
Forwarded: not-needed
Last-Update: 2021-12-18
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/dart/CMakeLists.txt
+++ b/dart/CMakeLists.txt
@@ -84,7 +84,7 @@
 add_subdirectory(collision)
 add_subdirectory(constraint)
 add_subdirectory(simulation)
-add_subdirectory(planning) # flann
+#add_subdirectory(planning) # flann
 add_subdirectory(utils) # tinyxml2, bullet
 add_subdirectory(gui) # opengl, glut, bullet