Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
T
thirdparty_map
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
oscar
thirdparty_map
Commits
b9e02c91
Commit
b9e02c91
authored
Sep 14, 2022
by
oscar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
提交修改lanetype字符串乱码的sdk库
parent
9d75ba3e
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
4 additions
and
4 deletions
+4
-4
Lane.h
src/SDK/arm/include/Lane.h
+1
-1
LaneSection.h
src/SDK/arm/include/LaneSection.h
+1
-1
OdrManager.h
src/SDK/arm/include/OdrManager.h
+1
-1
Road.h
src/SDK/arm/include/Road.h
+1
-1
libOdrManager.so
src/SDK/arm/lib/arm64/libOdrManager.so
+0
-0
No files found.
src/SDK/arm/include/Lane.h
View file @
b9e02c91
...
...
@@ -19,7 +19,7 @@ namespace OpenDrive
void
SetLevel
(
const
char
*
level
);
void
SetType
(
const
EnLaneType
&
type
);
const
EnLaneType
GetType
()
const
;
const
char
*
GetTypeString
()
const
;
const
string
GetTypeString
()
const
;
void
SetSpeed
(
Speed
*
speed
);
const
Speed
*
GetSpeed
()
const
;
void
SetHeight
(
Height
*
height
);
...
...
src/SDK/arm/include/LaneSection.h
View file @
b9e02c91
...
...
@@ -44,7 +44,7 @@ namespace OpenDrive
const
vector
<
PosXY
>*
GetRightLinePosFromLane
(
const
char
*
laneID
)
const
;
GeoCoordinatePoint
*
GetLanePositionBySectionID
(
const
char
*
laneID
)
const
;
const
char
*
GetLaneTypeString
(
const
char
*
laneID
)
const
;
const
string
GetLaneTypeString
(
const
char
*
laneID
)
const
;
~
LaneSection
();
private
:
...
...
src/SDK/arm/include/OdrManager.h
View file @
b9e02c91
...
...
@@ -91,7 +91,7 @@ namespace OpenDrive
bool
GetLanePathByXY
(
const
double
sx
,
const
double
sy
,
const
double
ex
,
const
double
ey
,
const
vector
<
EventPos
>
events
,
vector
<
LaneNode
>
&
path
,
double
&
path_length
);
bool
GetLanePath
(
const
double
&
startlongitude
,
const
double
&
startlatitude
,
const
double
&
endlongitude
,
const
double
&
endlatitude
,
const
vector
<
EventPos
>
events
,
vector
<
Pathpoint
>
&
path
,
double
&
path_length
);
const
char
*
GetLaneTypeString
(
const
char
*
roadID
,
const
char
*
sectionID
,
const
char
*
laneID
)
const
;
const
string
GetLaneTypeString
(
const
char
*
roadID
,
const
char
*
sectionID
,
const
char
*
laneID
)
const
;
double
GetHeightZvalue
(
const
double
&
longitude
,
const
double
&
latitude
);
double
GetHeightZvalueByXY
(
const
double
&
x
,
const
double
&
y
);
double
GetHdg
(
const
double
&
longitude
,
const
double
&
latitude
);
...
...
src/SDK/arm/include/Road.h
View file @
b9e02c91
...
...
@@ -107,7 +107,7 @@ namespace OpenDrive
GeoCoordinatePoint
*
GetLanePositionBySectionID
(
const
char
*
sectionID
,
const
char
*
laneID
)
const
;
string
GetJunction
();
const
char
*
GetLaneTypeString
(
const
char
*
sectionID
,
const
char
*
laneID
)
const
;
const
string
GetLaneTypeString
(
const
char
*
sectionID
,
const
char
*
laneID
)
const
;
double
GetHdg
(
const
double
&
s
);
double
GetElevation
(
const
double
&
s
);
...
...
src/SDK/arm/lib/arm64/libOdrManager.so
View file @
b9e02c91
No preview for this file type
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment