Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added angle-vector min-max-table test #195

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

sasabot
Copy link
Contributor

@sasabot sasabot commented Apr 22, 2015

angle-vector min-max-table euslisp test sample.

this sample checks whether the following angle-vector A and B matches
A. a joint is moved one by one from yaw joint -> pitch joint, and pitch joint -> yaw joint
B. two joints moved at once using the angle-vector command

the program includes two tests,
the first test checks the angle-vector comparison without the min-max table,
and the second test checks the angle-vector comparison with the min-max table.
comparison is done using v=

the second test currently fails when the robot has self-collision.

@k-okada
Copy link
Member

k-okada commented Apr 22, 2015

please use eps-v=

1.eusgl$ eps-v= #f(1.0 1.001) #f(1 1) 0.01
t
2.eusgl$ v= #f(1.0 1.001) #f(1 1)
nil

◉ Kei Okada

On Wed, Apr 22, 2015 at 3:13 PM, Kazuhiro Sasabuchi <
[email protected]> wrote:

angle-vector min-max-table euslisp test sample.

this sample checks whether the following angle-vector A and B matches
A. a joint is moved one by one from yaw joint -> pitch joint, and pitch
joint -> yaw joint
B. two joints moved at once using the angle-vector command

the program includes two tests,
the first test checks the angle-vector comparison without the min-max
table,
and the second test checks the angle-vector comparison with the min-max
table.
comparison is done using v=

the second test currently fails when the robot has self-collision.

You can view, comment on, or merge this pull request online at:

#195
Commit Summary

  • added angle-vector min-max-table test

File Changes

Patch Links:


Reply to this email directly or view it on GitHub
#195.

@snozawa
Copy link
Contributor

snozawa commented Apr 23, 2015

What is the difference between angle-vector-min-max.l's 2dof-robot and joint.l's 2dof-robot?
Could you use joint.l's 2dof-robot for your tests?

@sasabot
Copy link
Contributor Author

sasabot commented Apr 23, 2015

The 2 dof-robot in angle-vector-min-max.l was created for debugging the test program (testing w/ and w/o collisions and so on).
I just checked that the joint.l's 2dof-robot causes same test results, so yes, joint.l's robot can be used for this test as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants