-
Notifications
You must be signed in to change notification settings - Fork 141
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: add advanced usage of colcon #27
Merged
Merged
Conversation
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
xmfcx
reviewed
Feb 15, 2022
kenji-miyake
commented
Feb 16, 2022
xmfcx
requested changes
Feb 18, 2022
xmfcx
previously approved these changes
Feb 18, 2022
I'll merge this after #18. |
Create new Building page which centralizes DDS vendor info, split up troubleshooting Reorganize building & other sections Apply 1 suggestion(s) to 1 file(s) Reviewer comments Add separate DDS vendor page, mention git lfs download Move DDS info back to building, remove recommendation for Release build since autoware_compile_options does that by default Reviewer comments DDS vendor info by Esteve Touch up docs on installing/building [!821] Fix numerours code highlighting and markup issues, add TOCs - TOC still missing on design docs [!835] Add AVP instructions to docs Other improvements of the docs include - table-of-contents generation fixed - replace links to external markdown files with HTML. Not sure why doxygen doesn't complain in CI, it failed with version 1.8.13 in my ADE - spell checking of numerous documents - remove subtree doc [!833] Add Clion configuration and more build instructions to docs Added section about colcon defaults [#912] Make code snippet blocks consistent in documentation [#813] use autoware_set_compile_options() for nearly all compiled tests - fix a few causes of warnings and disable warning flags as needed for other tests - set CXX_STANDARD strictly and only in a single place - add CMake flag `AUTOWARE_OPTIMIZATION_OF_SLOW_TARGETS`. Default: OFF - update building instructions and MR template - fix nasty initialization error of static constexpr member in `GenericState` of Kalman filter [#996] fix bashrc append in documentation export XXX=YYY >> ~/.bashrc has no effect echo "export XXX=YYY" >> ~/.bashrc is correct [#721] Add neural_networks package It provides a pool of compiled networks to the packages using them. Issue-Id: SCM-2176 Signed-off-by: Ambroise Vincent <[email protected]> Change-Id: If52ebff100eb895ef38c526bee85c40d3b8a0ca6
Signed-off-by: Kenji Miyake <[email protected]>
Signed-off-by: Kenji Miyake <[email protected]>
Signed-off-by: Kenji Miyake <[email protected]>
Co-authored-by: M. Fatih Cırıt <[email protected]>
Co-authored-by: M. Fatih Cırıt <[email protected]>
Co-authored-by: M. Fatih Cırıt <[email protected]>
kenji-miyake
force-pushed
the
add-how-to-guides
branch
from
March 11, 2022 10:35
efb0e68
to
4d42a37
Compare
Just rebased. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.