Conversation
| @@ -0,0 +1 @@ | |||
| float32[] positions No newline at end of file | |||
There was a problem hiding this comment.
can this be defined as positions for each finger joint ie:
float32[] middle;
float32[] index;
float32[] ring; # with a comment for the order of the joints
There was a problem hiding this comment.
also include which hand it is / if it detects both hands at the same time have this for both the left and right
There was a problem hiding this comment.
we have a curl metric right now, is this placeholder?
There was a problem hiding this comment.
yes, this is placeholder, i haven't put too much thought into the actual format yet
current msg is just used to test websocket communication
| ``` | ||
|
|
||
| ## Running Rosbridge Server | ||
| Rosbridge server will relay ros topics to humanoid-server. To run, use: |
There was a problem hiding this comment.
here could you explain the distinction between the listener and the publisher
|
can you add the teleop option to the watod-config.sh |
No description provided.