lcm-proj/lcm master 4Branches25Tags Code Folders and files Name Last commit message Last commit date Latest commit Cannot retrieve latest commit at this time. History 1,529 Commits .github/workflows WinSpecific cmake docker docs examples lcm-bazel...
Lightweight Communications and Marshalling. Contribute to lcm-proj/lcm development by creating an account on GitHub.
[COPYING](https://github.com/lcm-proj/lcm/blob/master/COPYING) file. ## C or C++ Code Changes C and C++ code should be formatted using: @@ -12,7 +17,39 @@ C and C++ code should be formatted using: This script is hard-coded to use a specific version of clang-format in order ...
Lightweight Communications and Marshalling. Contribute to lcm-proj/lcm development by creating an account on GitHub.
4 changes: 2 additions & 2 deletions 4 .github/workflows/test.yml Original file line numberDiff line numberDiff line change @@ -207,14 +207,14 @@ jobs: path: build/docs/_build formatting: runs-on: ubuntu-22.04 runs-on: ubuntu-24.04 steps: - name: Checkout uses: actions/checkout@...
37 changes: 37 additions & 0 deletions 37 .github/workflows/build_wheels.yml Original file line numberDiff line numberDiff line change @@ -52,3 +52,40 @@ jobs: with: name: cibw-wheels-${{ matrix.os }}-${{ strategy.job-index }} path: ./wheelhouse/*.whl windows: runs-on: wind...
at the same time as providing binaries for latest Pythons, it would be great to have them for windows environment Unfortunately there are no wheels for windows at this time, but we'd be happy to take a PR to add that support. Unfortunate...
Lightweight Communications and Marshalling. Contribute to lcm-proj/lcm development by creating an account on GitHub.
Lightweight Communications and Marshalling. Contribute to lcm-proj/lcm development by creating an account on GitHub.
官网地址:lcm-proj.github.io/lcm/ github:github.com/lcm-proj/lcm Linux 源码编译安装: sudo apt update sudo apt install libglib2.0-dev sudo apt install openjdk-8-jdk wget https://github.com/lcm-proj/lcm/archive/refs/tags/v1.4.0.tar.gz tar -zxvf v1.4.0.tar.gz cd lcm-1.4.0 mkdir ...