Fix rover configuration
Pyxis/orion/pipeline/head There was a failure building this commit Details

This commit is contained in:
wpetit 2020-11-23 16:27:02 +01:00
parent e3cc7ab2b1
commit 825873b698
1 changed files with 3 additions and 0 deletions

View File

@ -88,6 +88,9 @@ func configureRover() {
SendPositionToBase: reachview.Off,
},
}
config.BaseMode.Output = &reachview.Output{
Enabled: reachview.False,
}
log.Println("configuring module as rover")