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

Add is_interpolating() to ROSRobotInterfaceBase class #396

Merged
merged 1 commit into from
Oct 23, 2024

Conversation

708yamaguchi
Copy link
Contributor

@708yamaguchi 708yamaguchi commented Oct 23, 2024

Test code

In [20]: ri.angle_vector([0,0,0,0,0,0,0,0,0,0], 10)   
Out[20]: [0, 0, 0, 0, 0, 0, 0, 0, 0, 0]      

In [23]: ri.is_interpolating()
Out[23]: True

10 seconds later,

In [74]: ri.is_interpolating()                                          
Out[74]: False    

This function is the same as roseus :interpolatingp
https://github.com/jsk-ros-pkg/jsk_pr2eus/blob/16cb8fa58aa1ef7884b01bfdc29c0de1bba76d5a/pr2eus/robot-interface.l#L715-L724

@iory iory merged commit 850eccb into iory:main Oct 23, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants