forked from autowarefoundation/autoware
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
173e231
commit 8641e07
Showing
100 changed files
with
2,037 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
^^^^^^^^^^^^^^^^^^^^^^^^ | ||
Changelog for package as | ||
^^^^^^^^^^^^^^^^^^^^^^^^ | ||
|
||
Forthcoming | ||
----------- | ||
* adapted the version to the current version | ||
* Merge branch 'develop' into feature/OpenPlanner | ||
Conflicts: | ||
ros/src/util/packages/runtime_manager/scripts/computing.yaml | ||
* merge develop and fixed slow switching map | ||
* Merge branch 'develop' of github.com:CPFL/Autoware into feature/remote_monitor | ||
* Merge pull request `#835 <https://github.com/CPFL/Autoware/issues/835>`_ from CPFL/fix/pacmod_interface | ||
Use correct callback function | ||
* Use correct callback function | ||
* Merge pull request `#830 <https://github.com/CPFL/Autoware/issues/830>`_ from CPFL/feature/pacmod_interface | ||
Add pacmod interface | ||
* Add check of as submodule | ||
* Change 2015 to 2017 | ||
* Fix publishing msg type | ||
* Change output to log | ||
* Add pacmod interface | ||
* Contributors: TomohitoAndo, Yamato ANDO, Yuki Iida, Yusuke FUJII, hatem-darweesh |
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 |
---|---|---|
@@ -0,0 +1,23 @@ | ||
^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
Changelog for package ymc | ||
^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
|
||
Forthcoming | ||
----------- | ||
* Merge branch 'develop' into feature/ndt_pcl_gpu | ||
* Merge branch 'develop' into feature/OpenPlanner | ||
Conflicts: | ||
ros/src/util/packages/runtime_manager/scripts/computing.yaml | ||
* merge develop and fixed slow switching map | ||
* Merge branch 'develop' of github.com:cpfl/autoware into feature/decision | ||
* Merge pull request `#879 <https://github.com/CPFL/Autoware/issues/879>`_ from CPFL/fix/aarch64_proprietary_driver | ||
Fix/aarch64 proprietary driver | ||
* add support ymc_can on aarch64 | ||
* fix build error on aarch64 | ||
* Merge pull request `#838 <https://github.com/CPFL/Autoware/issues/838>`_ from CPFL/feature/g30esli_interface | ||
Add G30ESLi interface | ||
* Change output from screen to log | ||
* fix linking library | ||
* Ensure compatibility of proprietary lib | ||
* Add G30ESLi interface | ||
* Contributors: TomohitoAndo, Yamato ANDO, Yusuke FUJII, hatem-darweesh |
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
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
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
11 changes: 11 additions & 0 deletions
11
ros/src/computing/perception/localization/lib/fast_pcl/ndt_cpu/CHANGELOG.rst
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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
Changelog for package ndt_cpu | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
|
||
Forthcoming | ||
----------- | ||
* adapted the version to the current version | ||
* Merge pull request `#878 <https://github.com/CPFL/Autoware/issues/878>`_ from CPFL/feature/ndt_pcl_gpu | ||
Feature/ndt pcl gpu | ||
* Add ndt_cpu library | ||
* Contributors: Yamato ANDO, YamatoAndo, anhnv-3991 |
22 changes: 22 additions & 0 deletions
22
ros/src/computing/perception/localization/lib/fast_pcl/ndt_gpu/CHANGELOG.rst
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 |
---|---|---|
@@ -0,0 +1,22 @@ | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
Changelog for package ndt_gpu | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
|
||
Forthcoming | ||
----------- | ||
* adapted the version to the current version | ||
* Merge pull request `#878 <https://github.com/CPFL/Autoware/issues/878>`_ from CPFL/feature/ndt_pcl_gpu | ||
Feature/ndt pcl gpu | ||
* Merge branch 'develop' into feature/OpenPlanner | ||
Conflicts: | ||
ros/src/util/packages/runtime_manager/scripts/computing.yaml | ||
* merge develop and fixed slow switching map | ||
* GPU NormalDistributionsTransform optimization | ||
* Merge pull request `#794 <https://github.com/CPFL/Autoware/issues/794>`_ from CPFL/feature/ndt_pcl_gpu | ||
Feature/ndt pcl gpu | ||
* Merge branch 'feature/ndt_pcl_gpu' of https://github.com/CPFL/Autoware into feature/ndt_pcl_gpu | ||
* fix memory error | ||
* remove inline functions | ||
* Merge for ndt_pcl_gpu | ||
* add ndt_gpu in fast_pcl library | ||
* Contributors: Akihito Ohsato, Yamato ANDO, YamatoAndo, anhnv-3991, hatem-darweesh, yukikitsukawa |
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
Oops, something went wrong.