Skip to content

Commit

Permalink
actually save
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnN193 committed May 23, 2024
1 parent 01d9c43 commit 0422249
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions cartofacade/capi.go
Original file line number Diff line number Diff line change
Expand Up @@ -355,8 +355,6 @@ func getTestPositionResponse() C.viam_carto_get_position_response {

gpr.real = C.double(1100)

gpr.component_reference = goStringToBstring("C++ component reference")

return gpr
}

Expand Down Expand Up @@ -518,8 +516,6 @@ func toError(status C.int) error {
return errors.New("VIAM_CARTO_SLAM_MODE_INVALID")
case C.VIAM_CARTO_LIDAR_CONFIG_INVALID:
return errors.New("VIAM_CARTO_LIDAR_CONFIG_INVALID")
case C.VIAM_CARTO_COMPONENT_REFERENCE_INVALID:
return errors.New("VIAM_CARTO_COMPONENT_REFERENCE_INVALID")
case C.VIAM_CARTO_LUA_CONFIG_NOT_FOUND:
return errors.New("VIAM_CARTO_LUA_CONFIG_NOT_FOUND")
case C.VIAM_CARTO_INTERNAL_STATE_FILE_SYSTEM_ERROR:
Expand Down

0 comments on commit 0422249

Please sign in to comment.