Skip to content

Commit 1012474

Browse files
committed
Merge branch 'main' of github.com:viamrobotics/viam-cpp-sdk into conan-build-fix
2 parents 4391c0a + 5b8ef22 commit 1012474

26 files changed

+6497
-245
lines changed

.github/workflows/ai-updater.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
call-ai-updater:
11-
uses: gabegottlob/viam-ai-updater/.github/workflows/ai-updater.yml@main
11+
uses: viamrobotics/viam-ai-updater/.github/workflows/ai-updater.yml@main
1212
with:
1313
target_branch: workflow/update-protos
1414
sdk: cpp

BUILDING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ that they are pre-populated.
441441
cmake -DVIAMCPPSDK_USE_DYNAMIC_PROTOS=ON ...
442442
ninja all # FAILS!
443443
ninja generate-dynamic-protos
444-
nina all # OK!
444+
ninja all # OK!
445445
```
446446

447447
### Build Issue: Proto Mismatch

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ else()
4141
cmake_minimum_required(VERSION 3.25 FATAL_ERROR)
4242
endif()
4343

44-
set(CMAKE_PROJECT_VERSION 0.17.0)
44+
set(CMAKE_PROJECT_VERSION 0.18.0)
4545

4646
# Identify the project.
4747
project(viam-cpp-sdk

src/viam/api/api_proto_tag.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.1.473
1+
v0.1.475

src/viam/api/buf.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ deps:
88
- remote: buf.build
99
owner: viamrobotics
1010
repository: api
11-
commit: 010ac1d3b4094fc2bd070f7b09d74e4f
11+
commit: 62132a8359d946918eb4169b339a0f3a
1212
- remote: buf.build
1313
owner: viamrobotics
1414
repository: goutils

src/viam/api/common/v1/common.pb.cc

Lines changed: 463 additions & 83 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)