Skip to content

Commit ce92c01

Browse files
nikolavasiljevskijdsika
authored andcommitted
Extended osi_trafficsign.proto with missing signs (fixes #261, fixes #241, fixes #281, fixes #219) (#258)
* Extended osi_trafficsign.proto with missing main and supplementary signs from StVO. * Add Arrow and Actor to supplementary sign. Not added to main sign because of leading to too many depreciated types. Will be proposed to change in OSI 4.0.0. * Added text field in traffic sign value. * Harmonized enumerators for types for main and supplementary signs. * Added BASt images. * Updated documentation.
1 parent e3c9629 commit ce92c01

File tree

679 files changed

+5761
-463
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

679 files changed

+5761
-463
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ install(TARGETS ${PROJECT_NAME}_pic
118118
EXPORT ${PROJECT_NAME}_targets
119119
ARCHIVE DESTINATION "${INSTALL_LIB_DIR}" COMPONENT lib)
120120

121-
add_library(${PROJECT_NAME} SHARED $<TARGET_OBJECTS:${PROJECT_NAME}_obj>)
121+
add_library(${PROJECT_NAME} STATIC $<TARGET_OBJECTS:${PROJECT_NAME}_obj>)
122122
target_include_directories(${PROJECT_NAME}
123123
PUBLIC
124124
${PROTOBUF_INCLUDE_DIR}

doc/images/BASt_2017/1000-10.png

456 Bytes

doc/images/BASt_2017/1000-11.png

534 Bytes

doc/images/BASt_2017/1000-12.png

724 Bytes

doc/images/BASt_2017/1000-13.png

746 Bytes

doc/images/BASt_2017/1000-23.png

533 Bytes

doc/images/BASt_2017/1000-30.png

575 Bytes

doc/images/BASt_2017/1000-31.png

597 Bytes

doc/images/BASt_2017/1000-32.png

985 Bytes

doc/images/BASt_2017/1000-33.png

921 Bytes

0 commit comments

Comments
 (0)