fix
This commit is contained in:
@@ -344,8 +344,11 @@ colcon build ...
|
||||
|
||||
```bash
|
||||
cd /root/ros2_ws
|
||||
colcon build --symlink-install \
|
||||
--packages-select py_pubsub cpp_pubsub py_srv py_action_demo cpp_robot_tf2 py_vision_demo bringup
|
||||
# ❗ --executor sequential 必需:cpp_custom_interface 的 rosidl export cmake 在并行构建时偶发失败
|
||||
colcon build --symlink-install --executor sequential \
|
||||
--packages-select py_pubsub cpp_pubsub py_srv py_action_demo \
|
||||
cpp_robot_tf2 py_vision_demo py_params cpp_custom_interface \
|
||||
py_lifecycle_composable cpp_qos_demo py_overlay_dds bringup
|
||||
```
|
||||
|
||||
### 11.2 增量 build(只编改的)
|
||||
|
||||
Reference in New Issue
Block a user