This website requires JavaScript.
Explore
Help
Sign In
p71924506
/
carla
mirror of
https://github.com/carla-simulator/carla.git
Watch
1
Star
0
Fork
You've already forked carla
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
marcel/python-build-minor-improvements
carla
/
.gitignore
14 lines
92 B
Plaintext
Raw
Permalink
Normal View
History
Unescape
Escape
Fix CMake PythonAPI build. Disable OSM2ODR and OSM World Renderer.
2024-02-20 23:34:31 +08:00
.vs/
.vscode/
.cache/
- Update gitignore. - Add launch and launch-only CMake custom targets. - Temporary workaround for lack of a properly parameterized toolchain file. - Change all references to CarlaUE4 to CarlaUnreal. - Separate CMake Options files.
2024-03-09 03:31:22 +08:00
__pycache__/
Fix CMake PythonAPI build. Disable OSM2ODR and OSM World Renderer.
2024-02-20 23:34:31 +08:00
Build/
Doxygen/
- Update gitignore. - Add launch and launch-only CMake custom targets. - Temporary workaround for lack of a properly parameterized toolchain file. - Change all references to CarlaUE4 to CarlaUnreal. - Separate CMake Options files.
2024-03-09 03:31:22 +08:00
Dist/
Update gitignore for CMakeSettings.json.
2024-03-09 02:41:59 +08:00
out/
CMakeSettings.json
Add functions and macros to aid in documentation and general usability. (#7639) * Introduce the macros carla_add_executable, carla_add_library, carla_add_custom_target and introduce help dialog and help file generation. * Remove semicolon on output. * Switch from using configure time logic to a target "carla-help". * Remove GCC_COMPILER option. * Check PACKAGE_CONFIGURATION for empty. * Revert to add_library for carla-ros2-native ExternalProject. * Add function carla_add_target_docs and document "clean". * Minor fix (missing names). --------- Co-authored-by: Marcel Pi <25649656+MarcelPiNacy@users.noreply.github.com> Co-authored-by: Marcel Pi <marcelpi97@gmail.com>
2024-05-15 23:50:06 +08:00
Help.md