Skip to content

Commit 85eef9c

Browse files
authored
add comments and fix tabs
1 parent 8dbd63e commit 85eef9c

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

libmicroros.mk

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ $(EXTENSIONS_DIR)/micro_ros_src/src:
6060
git clone -b ros2 https://github.com/eProsima/micro-CDR src/micro-CDR; \
6161
git clone -b rolling https://github.com/micro-ROS/rcl src/rcl; \
6262
git clone -b rolling https://github.com/ros2/rclc src/rclc; \
63+
# https://github.com/ros2/rclc needs to be pinned to an older version until
64+
# ros2/rcl#1269 is added in https://github.com/micro-ROS/rcl.
6365
cd src/rclc; \
6466
git reset --hard 2283a6d76c3f41a964d03610a3305166d8c2caaa; \
6567
cd ../..; \
@@ -68,6 +70,7 @@ $(EXTENSIONS_DIR)/micro_ros_src/src:
6870
git clone -b rolling https://github.com/micro-ROS/rosidl_typesupport src/rosidl_typesupport; \
6971
git clone -b rolling https://github.com/micro-ROS/rosidl_typesupport_microxrcedds src/rosidl_typesupport_microxrcedds; \
7072
git clone -b rolling https://github.com/ros2/rosidl src/rosidl; \
73+
# https://github.com/ros2/rosidl needs to be pinned to an older version due to breaking changes made with ros2/rosidl#941.
7174
cd src/rosidl; \
7275
git reset --hard 2e9ab2d70097cbfa5bb48ae4486a8a1c15a3936c; \
7376
cd ../..; \
@@ -84,10 +87,10 @@ $(EXTENSIONS_DIR)/micro_ros_src/src:
8487
git clone -b rolling https://github.com/ros2/ros2_tracing src/ros2_tracing; \
8588
git clone -b rolling https://github.com/micro-ROS/micro_ros_utilities src/micro_ros_utilities; \
8689
git clone -b rolling https://github.com/ros2/rosidl_core src/rosidl_core; \
87-
touch src/rosidl/rosidl_typesupport_introspection_cpp/COLCON_IGNORE; \
88-
touch src/rcl_logging/rcl_logging_implementation/COLCON_IGNORE; \
89-
touch src/rcl_logging/rcl_logging_spdlog/COLCON_IGNORE; \
90-
touch src/rclc/rclc_examples/COLCON_IGNORE; \
90+
touch src/rosidl/rosidl_typesupport_introspection_cpp/COLCON_IGNORE; \
91+
touch src/rcl_logging/rcl_logging_implementation/COLCON_IGNORE; \
92+
touch src/rcl_logging/rcl_logging_spdlog/COLCON_IGNORE; \
93+
touch src/rclc/rclc_examples/COLCON_IGNORE; \
9194
touch src/rcl/rcl_yaml_param_parser/COLCON_IGNORE; \
9295
touch src/ros2_tracing/test_tracetools/COLCON_IGNORE; \
9396
touch src/ros2_tracing/lttngpy/COLCON_IGNORE; \

0 commit comments

Comments
 (0)