Skip to content

Commit

Permalink
release incrementing version nujmber in hopes this will make a workin…
Browse files Browse the repository at this point in the history
…g build
  • Loading branch information
cfry committed Apr 6, 2024
1 parent 4959035 commit 49fc8b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions math/DH.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ globalThis.mathjs = mathjs
var DH = {}



DH.forward_kinematics = function(J_angles, dh_mat){
let T = [0, 0, 0, 0, 0, 0]
T[0] = Vector.make_pose()
Expand Down

0 comments on commit 49fc8b6

Please sign in to comment.