Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
D
denpends
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
xueyimeng
denpends
Commits
e638e71e
Commit
e638e71e
authored
Feb 24, 2022
by
xueyimeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
处理坐标转换的bug
parent
130f0b45
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
track.cpp
cloud_common/utility/track.cpp
+0
-0
track.h
cloud_common/utility/track.h
+2
-0
No files found.
cloud_common/utility/track.cpp
View file @
e638e71e
This diff is collapsed.
Click to expand it.
cloud_common/utility/track.h
View file @
e638e71e
...
...
@@ -49,6 +49,8 @@ public:
bool
LocalXYZ2latlon
(
LocalCoordinate
local_xyz
,
double
&
lat
,
double
&
lon
,
double
&
height
);
bool
Latlon2LocalXYZ
(
double
lat
,
double
lon
,
double
height
,
LocalCoordinate
&
local_xyz
);
bool
LocalXYZ2UTM
(
StationInfo
stationInfo
);
public
:
...
...
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