Implement open loop velocity control for SetJoints
This commit is contained in:
parent
b5f7c5624b
commit
be4278356f
4 changed files with 99 additions and 14 deletions
|
@ -62,5 +62,6 @@ func GetJoints(){
|
|||
if err != nil {
|
||||
log.Fatalf("could not send: %v", err)
|
||||
}
|
||||
log.Printf("Angles (°): %v", r.GetAngles()) //TODO: Format with °
|
||||
//TODO : Use Logrus
|
||||
log.Printf("Angles (°): %v", r.GetAngles())
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue