• 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_exampleCMakeLists.txt
Download as .zip file
File name
Commit message
Commit date
.github
remove `vcs-repo-file-url: tmp.repos` from ci
2022-12-09
.vscode
fix cpplint warnings
2022-11-30
media
Add documents
2022-05-31
p9n_example
Version upgrade 0.0.0 -> 1.0.0
2022-11-16
p9n_interface
fix cpplint warnings
2022-11-30
p9n_node
Version upgrade 0.0.0 -> 1.0.0
2022-11-16
p9n_test
Version upgrade 0.0.0 -> 1.0.0
2022-11-16
.gitignore
add gitignore
2022-05-27
CPPLINT.cfg
fix cpplint warnings
2022-11-30
LICENSE
Initial commit
2022-05-27
README.md
Update README.md
2022-12-09
setup.cfg
fix cpplint warnings
2022-11-30
File name
Commit message
Commit date
.vscode
add example node
2022-05-31
include/p9n_example
add example node
2022-05-31
launch
add ci
2022-06-10
src
fix launch file
2022-05-31
CMakeLists.txt
add example node
2022-05-31
README.md
Add documents
2022-05-31
package.xml
Version upgrade 0.0.0 -> 1.0.0
2022-11-16
m12watanabe1a 2022-05-31 2dc16c8 add example node UNIX
Raw Open in browser Change history
cmake_minimum_required(VERSION 3.8) project(p9n_example) 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() # Display Node ====================================================== set(TARGET display_node) ament_auto_add_library( ${TARGET} SHARED src/${TARGET}.cpp) rclcpp_components_register_node( ${TARGET} PLUGIN "p9n_example::DisplayNode" EXECUTABLE ${TARGET}_exec) # End Display Node ================================================== 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(INSTALL_TO_SHARE launch)

          
        
    
    
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