Skip to content

Commit

Permalink
nothing
Browse files Browse the repository at this point in the history
  • Loading branch information
chauby committed Apr 29, 2020
1 parent 08ec021 commit 1f7dea9
Show file tree
Hide file tree
Showing 8 changed files with 5 additions and 5 deletions.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ function sysCall_sensing()
dummy_guider_position = sim.getObjectPosition(dummy_guider_handle, -1)
-- print('pos:', dummy_guider_position)
dummy_guider_orientation = sim.getObjectOrientation(dummy_guider_handle, -1)
-- print('ori:', dummy_guider_orientation)
print('ori:', dummy_guider_orientation)
end


Expand Down Expand Up @@ -201,8 +201,8 @@ function sysCall_actuation()


-- Apply the desired wheel velocities
sim.setJointTargetVelocity(wheel_joints[1], v_wheel_1)
sim.setJointTargetVelocity(wheel_joints[2], v_wheel_2)
sim.setJointTargetVelocity(wheel_joints[3], v_wheel_3)
sim.setJointTargetVelocity(wheel_joints[4], v_wheel_4)
-- sim.setJointTargetVelocity(wheel_joints[1], v_wheel_1)
-- sim.setJointTargetVelocity(wheel_joints[2], v_wheel_2)
-- sim.setJointTargetVelocity(wheel_joints[3], v_wheel_3)
-- sim.setJointTargetVelocity(wheel_joints[4], v_wheel_4)
end
Binary file not shown.
File renamed without changes.
Binary file not shown.

0 comments on commit 1f7dea9

Please sign in to comment.