Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: add advanced usage of colcon (#27)
* docs: copy documents from Autoware.Auto 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 * update documents Signed-off-by: Kenji Miyake <[email protected]> * update documents Signed-off-by: Kenji Miyake <[email protected]> * update documents Signed-off-by: Kenji Miyake <[email protected]> * Update docs/how-to-guides/advanced-usage-of-colcon.md Co-authored-by: M. Fatih Cırıt <[email protected]> * Update docs/how-to-guides/index.md Co-authored-by: M. Fatih Cırıt <[email protected]> * Update docs/how-to-guides/index.md Co-authored-by: M. Fatih Cırıt <[email protected]> Co-authored-by: Nikolai Morin <[email protected]> Co-authored-by: Keisuke Shima <[email protected]> Co-authored-by: M. Fatih Cırıt <[email protected]>
- Loading branch information