Multiple output with single input #4114
techmech46
announced in
Q&A
Replies: 1 comment 1 reply
-
Yes, you can do this. You should edit the nao_demo.c controller and re-program it to execute sequentially several motions instead of one. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using WEBOT simulator. I am trying to run NAO robot. I am using C language. In nao.demo.c, we can move robot forward by clicking forward button, we can move robot left by clicking left button and so on.
Can't we get 2 motion in a single click. Like I want to move robot forward then it will move left. But I want both motion to be done by only one click.
Can we do this?
Beta Was this translation helpful? Give feedback.
All reactions