~my_ws/src$ ros2 pkg create --build-type ament_cmake my_interfaces
~my_ws/src/my_interfaces$ mkdir msg
~my_ws/src/my_interfaces$ mkdir srv
~/my_ws$ colcon build --packages-select my_interfaces
[Reference] https://docs.ros.org/en/foxy/Tutorials/Custom-ROS2-Interfaces.html
'ROS > ROS2Foxy' 카테고리의 다른 글
ros2 launch pkg ~.launch.py (0) | 2022.06.06 |
---|---|
Broadcasting single frames using static_transform_publisher (0) | 2022.06.03 |
ros2 launch (0) | 2022.05.04 |
The command syntax for creating a new package in ROS 2 (0) | 2022.05.04 |
ROS2 Foxy 입문 (0) | 2022.05.01 |