This repository has been archived by the owner on Jul 20, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathminimal_build.sh
executable file
·77 lines (76 loc) · 3.5 KB
/
minimal_build.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
#!/bin/bash
touch \
./src/ament/google_benchmark_vendor/COLCON_IGNORE \
./src/ament/googletest/COLCON_IGNORE \
./src/ament/googletest/googletest/COLCON_IGNORE \
./src/app/line_follower \
./src/app/xr_robot \
./src/box/ros-perception/COLCON_IGNORE \
./src/box/ros-planning/COLCON_IGNORE \
./src/box/hobot_audio/COLCON_IGNORE \
./src/box/hobot_interactions/COLCON_IGNORE \
./src/box/hobot_perception/COLCON_IGNORE \
./src/box/hobot_dnn/dnn_benchmark_example/COLCON_IGNORE \
./src/box/hobot_dnn/dnn_node_example/COLCON_IGNORE \
./src/box/hobot_dnn/dnn_node_sample/COLCON_IGNORE \
./src/box/hobot_websocket/COLCON_IGNORE \
./src/box/hobot_codec/COLCON_IGNORE \
./src/box/hobot_hdmi/COLCON_IGNORE \
./src/box/hobot_cv/COLCON_IGNORE \
./src/box/hobot_slam/COLCON_IGNORE \
./src/app/COLCON_IGNORE \
./src/box/ros-tracing/ros2_tracing/ros2trace/COLCON_IGNORE \
./src/box/ros-tracing/ros2_tracing/tracetools_launch/COLCON_IGNORE \
./src/box/ros-tracing/ros2_tracing/tracetools_read/COLCON_IGNORE \
./src/box/ros-tracing/ros2_tracing/tracetools_test/COLCON_IGNORE \
./src/box/ros-tracing/ros2_tracing/tracetools_trace/COLCON_IGNORE \
./src/box/ros-perception/vision_opencv/COLCON_IGNORE \
./src/eclipse-cyclonedds/cyclonedds/COLCON_IGNORE \
./src/osrf/COLCON_IGNORE \
./src/ros/kdl_parser/COLCON_IGNORE \
./src/ros/resource_retriever/COLCON_IGNORE \
./src/ros/robot_state_publisher/COLCON_IGNORE \
./src/ros/ros_environment/COLCON_IGNORE \
./src/ros/ros_tutorials/COLCON_IGNORE \
./src/ros/urdfdom/COLCON_IGNORE \
./src/ros/urdfdom_headers/COLCON_IGNORE \
./src/tros/demos/COLCON_IGNORE \
./src/tros/example_interfaces/COLCON_IGNORE \
./src/tros/examples/COLCON_IGNORE \
./src/tros/geometry2/COLCON_IGNORE \
./src/tros/launch/COLCON_IGNORE \
./src/tros/launch_ros/COLCON_IGNORE \
./src/tros/message_filters/COLCON_IGNORE \
./src/tros/mimick_vendor/COLCON_IGNORE \
./src/tros/orocos_kinematics_dynamics/COLCON_IGNORE \
./src/tros/performance_test_fixture/COLCON_IGNORE \
./src/tros/python_cmake_module/COLCON_IGNORE \
./src/tros/rcl/rcl/test/COLCON_IGNORE \
./src/tros/rcl_logging/rcl_logging_log4cxx/COLCON_IGNORE \
./src/tros/rcl_logging/rcl_logging_noop/COLCON_IGNORE \
./src/tros/rcl_interfaces/test_msgs/COLCON_IGNORE \
./src/tros/rclpy/COLCON_IGNORE \
./src/tros/realtime_support/COLCON_IGNORE \
./src/tros/rmw_connext/COLCON_IGNORE \
./src/tros/rmw_cyclonedds/COLCON_IGNORE \
./src/tros/ros_testing/COLCON_IGNORE \
./src/tros/ros1_bridge/COLCON_IGNORE \
./src/tros/ros2cli/COLCON_IGNORE \
./src/tros/ros2cli_common_extensions/COLCON_IGNORE \
./src/tros/rosbag2/rosbag2_test_common/COLCON_IGNORE \
./src/tros/rosbag2/rosbag2_storage_evaluation/COLCON_IGNORE \
./src/tros/rosbag2/rosbag2_transport/COLCON_IGNORE \
./src/tros/rosbag2/rosbag2_tests/COLCON_IGNORE \
./src/tros/rosidl_python/COLCON_IGNORE \
./src/tros/rosidl_runtime_py/COLCON_IGNORE \
./src/tros/rosidl_typesupport_connext/COLCON_IGNORE \
./src/tros/rpyutils/COLCON_IGNORE \
./src/tros/rviz/COLCON_IGNORE \
./src/tros/sros2/COLCON_IGNORE \
./src/tros/system_tests/COLCON_IGNORE \
./src/tros/test_interface_files/COLCON_IGNORE \
./src/tros/tlsf/COLCON_IGNORE \
./src/tros/urdf/COLCON_IGNORE \
./src/tools/benchmark/COLCON_IGNORE \
./src/tools/hobot_image_publisher/COLCON_IGNORE \
./src/eProsima/compatibility/COLCON_IGNORE