Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gkjohnson authored Mar 11, 2024
1 parent 28ad78d commit f0a4dfd
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions javascript/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,16 @@ xacroLoader.load( url, xml => {
} );
```

### Adjusting Joint Angles

```js
robot.setJointValue( jointName, jointAngle );

// or

robot.joints[ jointName ].setJointValue( jointAngle );
```

## Limitations
- Only `prismatic`, `continuous`, `revolute`, and `fixed` joints are supported.

Expand Down

0 comments on commit f0a4dfd

Please sign in to comment.