Skip to content

Commit 91b5d40

Browse files
committed
rerun : 0.21.0 -> 0.23.4
1 parent 0a0232e commit 91b5d40

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ project(${PROJECT_NAME} ${PROJECT_ARGS})
2121
ADD_PROJECT_DEPENDENCY(pinocchio REQUIRED)
2222
ADD_PROJECT_DEPENDENCY(assimp REQUIRED)
2323
ADD_PROJECT_DEPENDENCY(fmt 10.0 REQUIRED)
24-
ADD_PROJECT_DEPENDENCY(rerun_sdk 0.21.0 REQUIRED)
24+
ADD_PROJECT_DEPENDENCY(rerun_sdk 0.23.4 REQUIRED)
2525

2626
set(INSTALL_DOCUMENTATION OFF)
2727
set(CMAKE_VERBOSE_MAKEFILE OFF)

src/pinocchio.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ bool loadPinocchioGeometry(const pinocchio::GeometryObject &obj,
2727
auto meshDesc = loadMesh(obj.meshPath, obj.meshScale.cast<float>(),
2828
obj.meshColor.cast<float>());
2929
auto rrMesh = meshDescriptionToRerun(std::move(meshDesc));
30-
rr.log_timeless(getEntityPath(obj, prefix).string(), rrMesh);
30+
rr.log_static(getEntityPath(obj, prefix).string(), rrMesh);
3131
break;
3232
}
3333
default:

0 commit comments

Comments
 (0)