Skip to content

Commit

Permalink
Added comment about interpolation in the test for AnalyticalPyBulletC…
Browse files Browse the repository at this point in the history
…lient
  • Loading branch information
yck011522 committed Jun 12, 2024
1 parent e652a7f commit ba32b90
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/backends/kinematics/test_inverse_kinematics.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,4 +150,6 @@ def test_kinematics_cartesian_with_tool_coordinate_frame(frame_waypoints):
# Assert that the trajectory is complete
assert trajectory.fraction == 1.0
# Assert that the trajectory has the correct number of points
# NOTE: At the moment the AnalyticalPyBulletClient does not perform any interpolation between frames
# NOTE: if future implementation fixes this, the following test will not be valid anymore
assert len(trajectory.points) == len(frame_waypoints.target_frames)

0 comments on commit ba32b90

Please sign in to comment.