-
Notifications
You must be signed in to change notification settings - Fork 243
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Mercator scale needs to be the same when doing (lat,lon,alt)->(x,y,z)
- Loading branch information
1 parent
83d658e
commit a2c30cf
Showing
5 changed files
with
44 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,12 +2,12 @@ | |
|
||
setup( | ||
name='pykitti', | ||
version='0.1.2', | ||
version='0.2.0', | ||
description='A minimal set of tools for working with the KITTI dataset in Python', | ||
author='Lee Clement', | ||
author_email='[email protected]', | ||
url='https://github.com/utiasSTARS/pykitti', | ||
download_url='https://github.com/utiasSTARS/pykitti/tarball/0.1.2', | ||
download_url='https://github.com/utiasSTARS/pykitti/tarball/0.2.0', | ||
license='MIT', | ||
packages=['pykitti'], | ||
install_requires=['numpy', 'matplotlib'] | ||
|