# Conflicts:
#	.gitignore
#	lib/libZ1_ROS_x86_64.so
#	lib/libZ1_UDP_x86_64.so
This commit is contained in:
siilats 2023-05-09 15:33:50 -04:00
commit c4c093fb0f
No known key found for this signature in database
6 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -2,3 +2,4 @@
/build
/cmake-build*
.idea
build

View File

@ -65,4 +65,4 @@ link_directories(lib)
# ----------------------add executable----------------------
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR})
add_executable(z1_ctrl main.cpp)
target_link_libraries(z1_ctrl libZ1_${COMMUNICATION}_Linux64.so ${catkin_LIBRARIES} )
target_link_libraries(z1_ctrl libZ1_${COMMUNICATION}_${CMAKE_HOST_SYSTEM_PROCESSOR}.so ${catkin_LIBRARIES} )

Binary file not shown.

BIN
lib/libZ1_ROS_x86_64.so Executable file

Binary file not shown.

BIN
lib/libZ1_UDP_aarch64.so Normal file

Binary file not shown.