File tree Expand file tree Collapse file tree 4 files changed +9
-5
lines changed Expand file tree Collapse file tree 4 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 5
5
- git:
6
6
local-name: tesseract
7
7
uri: https://github.com/tesseract-robotics/tesseract.git
8
- version: 0.21.4
8
+ version: 0.21.5
9
9
- git:
10
10
local-name: tesseract_planning
11
11
uri: https://github.com/tesseract-robotics/tesseract_planning.git
12
- version: 0.21.4
12
+ version: 0.21.6
13
13
- git:
14
14
local-name: trajopt
15
15
uri: https://github.com/tesseract-robotics/trajopt.git
Original file line number Diff line number Diff line change 5
5
- git:
6
6
local-name: tesseract
7
7
uri: https://github.com/tesseract-robotics/tesseract.git
8
- version: 0.21.4
8
+ version: 0.21.5
9
9
- git:
10
10
local-name: tesseract_planning
11
11
uri: https://github.com/tesseract-robotics/tesseract_planning.git
12
- version: 0.21.4
12
+ version: 0.21.6
13
13
- git:
14
14
local-name: trajopt
15
15
uri: https://github.com/tesseract-robotics/trajopt.git
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" ?>
2
2
<package format =" 3" >
3
3
<name >tesseract_python</name >
4
- <version >0.3 .0</version >
4
+ <version >0.4 .0</version >
5
5
<description >The tesseract_python package</description >
6
6
<maintainer email =" wason@wasontech.com" >John Wason</maintainer >
7
7
<license >Apache 2.0</license >
Original file line number Diff line number Diff line change @@ -73,6 +73,9 @@ namespace std {
73
73
%{
74
74
namespace std
75
75
{
76
+
77
+ #if SWIG_VERSION < 0x040200
78
+ // SwigPySequence_Ref is not defined in swig >= 4.2.0
76
79
template <typename T> struct remove_reference <swig::SwigPySequence_Ref<T>>
77
80
{
78
81
typedef T type;
@@ -82,6 +85,7 @@ namespace std
82
85
{
83
86
typedef const T type;
84
87
};
88
+ #endif
85
89
86
90
template <typename T> struct remove_reference <SwigValueWrapper<T>>
87
91
{
You can’t perform that action at this time.
0 commit comments