File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " viam-sdk"
3
- version = " 0.15 .0"
3
+ version = " 0.16 .0"
4
4
description = " Viam Robotics Python SDK"
5
5
authors = [ " Naveed <naveed@viam.com>" ]
6
6
license = " Apache-2.0"
Original file line number Diff line number Diff line change @@ -614,11 +614,11 @@ def __init__(self, name: str):
614
614
self .name = name
615
615
self .timeout : Optional [float ] = None
616
616
self .properties = SLAM .Properties (
617
- cloud_slam = self .CLOUD_SLAM ,
618
- mapping_mode = self .MAPPING_MODE ,
619
- internal_state_file_type = self .INTERNAL_STATE_FILE_TYPE ,
620
- sensor_info = self .SENSOR_INFO
621
- )
617
+ cloud_slam = self .CLOUD_SLAM ,
618
+ mapping_mode = self .MAPPING_MODE ,
619
+ internal_state_file_type = self .INTERNAL_STATE_FILE_TYPE ,
620
+ sensor_info = self .SENSOR_INFO ,
621
+ )
622
622
super ().__init__ (name )
623
623
624
624
async def get_internal_state (self , * , timeout : Optional [float ] = None ) -> List [bytes ]:
You can’t perform that action at this time.
0 commit comments