• 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
Fix release CI
2023-03-07
.vscode
Fix release CI
2023-03-07
media
fix figure
2023-09-28
p9n
Version upgrade 1.1.1 -> 1.1.2
2023-12-29
p9n_bringup
add missing exec dependencies
2024-02-29
p9n_example
Version upgrade 1.1.0 -> 1.1.1
2023-09-19
p9n_interface
Version upgrade 1.0.1 -> 1.1.0
2023-04-10
p9n_node
Version upgrade 1.0.2 -> 1.0.3
2023-12-29
p9n_test
Version upgrade 1.1.0 -> 1.1.1
2023-09-19
.gitignore
add gitignore
2022-05-27
CPPLINT.cfg
fix cpplint warnings
2022-11-30
LICENSE
Initial commit
2022-05-27
README.md
fix cmd_vel decided by LStick
2023-09-28
setup.cfg
fix cpplint warnings
2022-11-30
File name
Commit message
Commit date
include/p9n_example
Fix macro place
2023-07-05
launch
add ci
2022-06-10
src
Fix macro place
2023-07-05
CMakeLists.txt
add example node
2022-05-31
README.md
Add documents
2022-05-31
package.xml
Version upgrade 1.1.0 -> 1.1.1
2023-09-19
m12watanabe1a 2022-05-31 88f9231 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