We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd9d076 commit 5415176Copy full SHA for 5415176
go2_robot_sdk/launch/2_custom_robot.launch.py
@@ -93,7 +93,7 @@ def create_core_nodes(self) -> List[Node]:
93
'token': self.config.robot_token,
94
'conn_type': self.config.conn_type,
95
'enable_video': False,
96
- 'decode_lidar': False,
+ 'decode_lidar': True,
97
}],
98
),
99
#LiDAR processing node (C++ implementation)
@@ -218,3 +218,4 @@ def generate_launch_description():
218
)
219
220
return LaunchDescription(launch_entities)
221
+
go2_robot_sdk/launch/msgs
0 commit comments