{"id":28320975,"url":"https://github.com/umaumax/ros_include_other_header_tutorials","last_synced_at":"2026-06-24T06:33:59.679Z","repository":{"id":154771489,"uuid":"152993009","full_name":"umaumax/ros_include_other_header_tutorials","owner":"umaumax","description":null,"archived":false,"fork":false,"pushed_at":"2018-10-14T16:10:53.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-06-23T13:49:03.923Z","etag":null,"topics":["ros","tutorial"],"latest_commit_sha":null,"homepage":null,"language":"CMake","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/umaumax.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2018-10-14T16:10:29.000Z","updated_at":"2019-10-12T06:26:23.000Z","dependencies_parsed_at":"2023-05-20T18:15:34.960Z","dependency_job_id":null,"html_url":"https://github.com/umaumax/ros_include_other_header_tutorials","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/umaumax/ros_include_other_header_tutorials","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/umaumax%2Fros_include_other_header_tutorials","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/umaumax%2Fros_include_other_header_tutorials/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/umaumax%2Fros_include_other_header_tutorials/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/umaumax%2Fros_include_other_header_tutorials/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/umaumax","download_url":"https://codeload.github.com/umaumax/ros_include_other_header_tutorials/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/umaumax%2Fros_include_other_header_tutorials/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34720920,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-24T02:00:07.484Z","response_time":106,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ros","tutorial"],"created_at":"2025-05-25T12:12:50.260Z","updated_at":"2026-06-24T06:33:59.670Z","avatar_url":"https://github.com/umaumax.png","language":"CMake","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ros_include_other_header_tutorials\n\n## 他のパッケージのheaderを利用する\n`find_package`に依存パッケージを追加\n```\nfind_package(catkin REQUIRED COMPONENTS\n  roscpp\n  std_msgs\n  ros_header_tutorials\n)\n```\n\n利用したい側のパッケージで適切に`INCLUDE_DIRS`が設定されていることが条件\n```\ninclude_directories(\n# include\n  ${catkin_INCLUDE_DIRS}\n  ${ros_header_tutorials_INCLUDE_DIRS}\n)\n```\n\n設定されていない場合には簡易的に以下の場合でも可能\n```\n${ros_header_tutorials_SOURCE_DIR}/include\n```\n\n----\n\n`package.xml`の記述については未調査\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fumaumax%2Fros_include_other_header_tutorials","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fumaumax%2Fros_include_other_header_tutorials","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fumaumax%2Fros_include_other_header_tutorials/lists"}