Browse Source

fixed typo

tags/v0.3.12-rc0
ShashwatPatil 7 months ago
parent
commit
0a5210b48e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      examples/mujoco-sim/target_pose_control/README.md

+ 1
- 1
examples/mujoco-sim/target_pose_control/README.md View File

@@ -162,6 +162,6 @@ A dedicated kinematics computation node that provides three core robotic functio

## References

This controller design draws inspiration from the kinematic control strategies presented in [mjctrl](https://github.com/kevinzakka/mjctrl), specifically the [differntial ik control example](https://github.com/kevinzakka/mjctrl/blob/main/diffik.py).
This controller design draws inspiration from the kinematic control strategies presented in [mjctrl](https://github.com/kevinzakka/mjctrl), specifically the [differential ik control example](https://github.com/kevinzakka/mjctrl/blob/main/diffik.py).

The URDF model for the robotic arms was sourced from the [PyBullet GitHub repository](https://github.com/bulletphysics/bullet3/tree/master/examples/pybullet/gym/pybullet_data). Or you could google search the robot and get its urdf.

Loading…
Cancel
Save