Skip to content

Commit 6047d99

Browse files
author
lei.hu
committed
Add G1-Wuji teleop example
Signed-off-by: lei.hu <lei.hu@git.lightwheel.ai>
1 parent b69cead commit 6047d99

126 files changed

Lines changed: 7488 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ if(BUILD_EXAMPLES)
150150
add_subdirectory(examples/native_openxr)
151151
add_subdirectory(examples/mcap_record_replay)
152152
add_subdirectory(examples/haptic_feedback)
153+
add_subdirectory(examples/g1_wuji_teleop)
153154
if(BUILD_VIZ)
154155
add_subdirectory(examples/camera_viz/tests)
155156
endif()
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# SPDX-FileCopyrightText: Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
2+
# SPDX-License-Identifier: Apache-2.0
3+
4+
cmake_minimum_required(VERSION 3.20)
5+
project(g1_wuji_teleop_example)
6+
7+
include(${CMAKE_SOURCE_DIR}/cmake/InstallPythonExample.cmake)
8+
install_python_example(DESTINATION examples/g1_wuji_teleop/python)
9+
10+
install(DIRECTORY config docs assets
11+
DESTINATION examples/g1_wuji_teleop
12+
)

examples/g1_wuji_teleop/README.md

Lines changed: 46 additions & 0 deletions
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:acc0afc786907290fcb81f796ede6fa791bbae75c37c8168f8b8dbbc9c1e3d51
3+
size 47977976
Lines changed: 3 additions & 0 deletions
Lines changed: 3 additions & 0 deletions
Lines changed: 3 additions & 0 deletions
Lines changed: 3 additions & 0 deletions
Lines changed: 3 additions & 0 deletions
Lines changed: 3 additions & 0 deletions

0 commit comments

Comments
 (0)