Skip to content

Commit

Permalink
Need to use CMake 3.23 until ament/ament_cmake#395 is sorted out
Browse files Browse the repository at this point in the history
  • Loading branch information
light-tech committed Aug 12, 2022
1 parent a17d644 commit 017e72d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,12 @@ jobs:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
- name: Setup cmake
uses: jwlawson/[email protected]
with:
cmake-version: '3.23.x'
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: '3.10'
cache: 'pip'
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ Build ROS2 stack for iOS software development.

Guides: https://docs.ros.org/en/humble/Installation/Alternatives/macOS-Development-Setup.html

We are going to need CMake 3.23 until [this](https://github.com/ament/ament_cmake/pull/395) is sorted out, Python and Xcode installed.

1. Create a new Python virtual environment
```shell
export MY_PYTHON_ENV=usr_local
Expand Down Expand Up @@ -64,6 +66,8 @@ Guides: https://docs.ros.org/en/humble/Installation/Alternatives/macOS-Developme
Also need to comment out the relevant code in the source code `TypeSupport_Impl.cpp` of `rmw_fastrtps_shared_cpp`.
See https://github.com/ros2/ros2/issues/468 and https://github.com/ros2/ros2/issues/306 and https://github.com/ros2/rosidl_typesupport/pull/10 .

Other relevant pages are https://docs.ros.org/en/humble/How-To-Guides/Working-with-multiple-RMW-implementations.html and https://docs.ros.org/en/humble/Concepts/About-Different-Middleware-Vendors.html and https://docs.ros.org/en/humble/Installation/DDS-Implementations.html

According to `find src -maxdepth 2`, my final `src` directory contains:
```
src
Expand Down

0 comments on commit 017e72d

Please sign in to comment.