Fix rover configuration
Pyxis/orion/pipeline/head There was a failure building this commit
Details
Pyxis/orion/pipeline/head There was a failure building this commit
Details
This commit is contained in:
parent
e3cc7ab2b1
commit
825873b698
|
@ -88,6 +88,9 @@ func configureRover() {
|
||||||
SendPositionToBase: reachview.Off,
|
SendPositionToBase: reachview.Off,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
config.BaseMode.Output = &reachview.Output{
|
||||||
|
Enabled: reachview.False,
|
||||||
|
}
|
||||||
|
|
||||||
log.Println("configuring module as rover")
|
log.Println("configuring module as rover")
|
||||||
|
|
||||||
|
|
Reference in New Issue