Skip to content

Commit

Permalink
add to registry
Browse files Browse the repository at this point in the history
  • Loading branch information
stevebriskin committed Oct 13, 2023
1 parent 1314ea1 commit 1595954
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion limo_base.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import (
rdkutils "go.viam.com/rdk/utils"
)

var Model = resource.ModelNamespace("viam-labs").WithFamily("base").WithModel("agilex-limo")
var Model = resource.ModelNamespace("viam").WithFamily("base").WithModel("agilex-limo")

const (
defaultSerialPath = "/dev/ttyTHS1"
Expand Down
13 changes: 13 additions & 0 deletions meta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"module_id": "viam:agilex-limo",
"visibility": "private",
"url": "https://github.com/viam-labs/agilex/",
"description": "Driver for the AgileX LIMO base.",
"models": [
{
"api": "rdk:component:base",
"model": "viam:base:agilex-limo"
}
],
"entrypoint": "limobase"
}

0 comments on commit 1595954

Please sign in to comment.