• Y
  • List All
  • Feedback
    • This Project
    • All Projects
Profile Account settings Log out
  • Favorite
  • Project
  • All
Loading...
  • Log in
  • Sign up
yjyoon / ros2_플레이스테이션_컨트롤러 star
  • Project homeH
  • CodeC
  • IssueI
  • Pull requestP
  • Review R
  • MilestoneM
  • BoardB
  • Files
  • Commit
  • Branches
ros2_플레이스테이션_컨트롤러p9n_interfaceCMakeLists.txt
Download as .zip file
File name
Commit message
Commit date
.github
Update issue templates
2022-05-31
.vscode
fix typo
2022-05-31
media
Add documents
2022-05-31
p9n_example
Dualsense -> DualSense
2022-06-01
p9n_interface
Dualsense -> DualSense
2022-06-01
p9n_test
Dualsense -> DualSense
2022-06-01
.gitignore
add gitignore
2022-05-27
LICENSE
Initial commit
2022-05-27
README.md
Dualsense -> DualSense
2022-06-01
File name
Commit message
Commit date
.vscode
add basic interface
2022-05-27
include/p9n_interface
Dualsense -> DualSense
2022-06-01
src
fix launch file
2022-05-31
CMakeLists.txt
add basic interface
2022-05-27
package.xml
add example node
2022-05-31
m12watanabe1a 2022-05-27 bf8e5fb add basic interface UNIX
Raw Open in browser Change history
cmake_minimum_required(VERSION 3.8) project(p9n_interface) if(CMAKE_COMPILER_IS_GNUCXX OR CMAKE_CXX_COMPILER_ID MATCHES "Clang") add_compile_options(-Wall -Wextra -Wpedantic) endif() find_package(ament_cmake_auto REQUIRED) ament_auto_find_build_dependencies() # p9n interface ===================================================== ament_auto_add_library( ${PROJECT_NAME} STATIC ./src/${PROJECT_NAME}.cpp ) set_property(TARGET ${PROJECT_NAME} PROPERTY POSITION_INDEPENDENT_CODE ON) # End p9n interface ================================================= if(BUILD_TESTING) find_package(ament_lint_auto REQUIRED) set(ament_cmake_copyright_FOUND TRUE) set(ament_cmake_cpplint_FOUND TRUE) ament_lint_auto_find_test_dependencies() endif() ament_auto_package()

          
        
    
    
Copyright Yona authors & © NAVER Corp. & NAVER LABS Supported by NAVER CLOUD PLATFORM

or
Sign in with github login with Google Sign in with Google
Reset password | Sign up