Skip to content

Commit 5415176

Browse files
committed
simple working on x86
1 parent dd9d076 commit 5415176

File tree

2 files changed

+2
-42
lines changed

2 files changed

+2
-42
lines changed

go2_robot_sdk/launch/2_custom_robot.launch.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ def create_core_nodes(self) -> List[Node]:
9393
'token': self.config.robot_token,
9494
'conn_type': self.config.conn_type,
9595
'enable_video': False,
96-
'decode_lidar': False,
96+
'decode_lidar': True,
9797
}],
9898
),
9999
#LiDAR processing node (C++ implementation)
@@ -218,3 +218,4 @@ def generate_launch_description():
218218
)
219219

220220
return LaunchDescription(launch_entities)
221+

go2_robot_sdk/launch/msgs

Lines changed: 0 additions & 41 deletions
This file was deleted.

0 commit comments

Comments
 (0)