Skip to content

Commit b916f0f

Browse files
committed
🔄 synced local 'docs' with remote 'cheatsheets'
1 parent a2fd523 commit b916f0f

File tree

2 files changed

+40
-40
lines changed

2 files changed

+40
-40
lines changed

docs/ROS Message.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ intro: ROS Message
1212
## ??\_msgs/msg/details フォルダの中身は何なのか?
1313

1414
- xx\_\_builder.hpp
15-
- メッセージの構築処理
15+
- メッセージの構築処理
1616
- xx\_\_functions.h/c
17-
- コピー・等号関数の定義など
17+
- コピー・等号関数の定義など
1818
- xx\_\_rosidl_type_support_\<dds\>\_c/ccp.h/hpp
19-
- シリアライズ・デシリアライズ関数
19+
- シリアライズ・デシリアライズ関数
2020
- xx\_\_struct.h/hpp
21-
- structの定義、equal/ not equal演算子の定義
21+
- structの定義、equal/ not equal演算子の定義
2222
- xx\_\_traits.hpp
23-
- yamlへの変換関数の定義
23+
- yamlへの変換関数の定義
2424
- xx\_\_type_support.h/hpp/c

docs/ROS Tips.md

Lines changed: 35 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -47,47 +47,47 @@ intro: ROS Tips
4747
複数オーガナイゼーションに別れて配置されているため忘れやすいのでメモ
4848
4949
- [colcon · GitHub](https://github.com/colcon)
50-
- colcon本体・プラグイン
50+
- colcon本体・プラグイン
5151
- [ROS core stacks · GitHub](https://github.com/ros)
52-
- ROS1のものも多いが、rosdistroなどROS2でも共通で使えるものはここにあることが多い
53-
- [ros/rosdistro](https://github.com/ros/rosdistro)
54-
- rosdepの依存解決・aptへの反映のときに参照されるリポジトリ
55-
- 見どころ
56-
- 基本:各distroのフォルダの `distribution.yaml`
57-
- 一般的なライブラリ:`rosdep/base.yaml`
58-
- pipライブラリ:`rosdep/python.yaml`
52+
- ROS1のものも多いが、rosdistroなどROS2でも共通で使えるものはここにあることが多い
53+
- [ros/rosdistro](https://github.com/ros/rosdistro)
54+
- rosdepの依存解決・aptへの反映のときに参照されるリポジトリ
55+
- 見どころ
56+
- 基本:各distroのフォルダの `distribution.yaml`
57+
- 一般的なライブラリ:`rosdep/base.yaml`
58+
- pipライブラリ:`rosdep/python.yaml`
5959
- [ROS 2 · GitHub](https://github.com/ros2)
60-
- ROS2関連はまずここを見る
61-
- [ros2/ros2cli](https://github.com/ros2/ros2cli)
62-
- `ros2 <verb>`コマンド
63-
- [ros2/rclcpp](https://github.com/ros2/rclcpp)
64-
- サンプル系(demosのほうがサンプル豊富)
65-
- [ros2/examples](https://github.com/ros2/examples)
66-
- [ros2/demos](https://github.com/ros2/demos)
60+
- ROS2関連はまずここを見る
61+
- [ros2/ros2cli](https://github.com/ros2/ros2cli)
62+
- `ros2 <verb>`コマンド
63+
- [ros2/rclcpp](https://github.com/ros2/rclcpp)
64+
- サンプル系(demosのほうがサンプル豊富)
65+
- [ros2/examples](https://github.com/ros2/examples)
66+
- [ros2/demos](https://github.com/ros2/demos)
6767
- [ament · GitHub](https://github.com/ament)
68-
- [ament/ament\_cmake](https://github.com/ament/ament_cmake)
69-
- ament_cmake_auto
70-
- ament_cmake_core
71-
- [ament/ament\_lint](https://github.com/ament/ament_lint)
68+
- [ament/ament\_cmake](https://github.com/ament/ament_cmake)
69+
- ament_cmake_auto
70+
- ament_cmake_core
71+
- [ament/ament\_lint](https://github.com/ament/ament_lint)
7272
- [ros-infrastructure · GitHub](https://github.com/ros-infrastructure)
73-
- [ros-infrastructure/rep](https://github.com/ros-infrastructure/rep)
74-
- [ros-infrastructure/rosdep](https://github.com/ros-infrastructure/rosdep)
75-
- [ros-infrastructure/ros\_buildfarm](https://github.com/ros-infrastructure/ros_buildfarm)
73+
- [ros-infrastructure/rep](https://github.com/ros-infrastructure/rep)
74+
- [ros-infrastructure/rosdep](https://github.com/ros-infrastructure/rosdep)
75+
- [ros-infrastructure/ros\_buildfarm](https://github.com/ros-infrastructure/ros_buildfarm)
7676
- [Open Robotics · GitHub](https://github.com/osrf)
77-
- [osrf/docker\_images](https://github.com/osrf/docker_images)
78-
- [osrf/rocker](https://github.com/osrf/rocker)
77+
- [osrf/docker\_images](https://github.com/osrf/docker_images)
78+
- [osrf/rocker](https://github.com/osrf/rocker)
7979
- その他
80-
- [ROS 2 Tooling Working Group · GitHub](https://github.com/ros-tooling)
81-
- CIなど
82-
- [ros-tooling/topic\_tools](https://github.com/ros-tooling/topic_tools)
83-
- [ROS Planning · GitHub](https://github.com/ros-planning)
84-
- Navigation・MoveItなど
85-
- [ros-planning/navigation2](https://github.com/ros-planning/navigation2)
86-
- [ros-planning/moveit2](https://github.com/ros-planning/moveit2)
87-
- [ROS 2 release repositories · GitHub](https://github.com/ros2-gbp)
88-
- リリースリポジトリ置き場
89-
- [ros-visualization · GitHub](https://github.com/ros-visualization)
90-
- Rviz・Rqt関連
80+
- [ROS 2 Tooling Working Group · GitHub](https://github.com/ros-tooling)
81+
- CIなど
82+
- [ros-tooling/topic\_tools](https://github.com/ros-tooling/topic_tools)
83+
- [ROS Planning · GitHub](https://github.com/ros-planning)
84+
- Navigation・MoveItなど
85+
- [ros-planning/navigation2](https://github.com/ros-planning/navigation2)
86+
- [ros-planning/moveit2](https://github.com/ros-planning/moveit2)
87+
- [ROS 2 release repositories · GitHub](https://github.com/ros2-gbp)
88+
- リリースリポジトリ置き場
89+
- [ros-visualization · GitHub](https://github.com/ros-visualization)
90+
- Rviz・Rqt関連
9191

9292
### `ros2 run`と一緒にパラメータを指定する
9393

0 commit comments

Comments
 (0)