-
Notifications
You must be signed in to change notification settings - Fork 50
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 range
function
#39
Comments
please check if range is implemented in common lisp specification. cf: On Mon, Jul 21, 2014 at 10:16 PM, Masaki Murooka [email protected]
|
I see. I'll close this Issue. |
… robot1_motion_inst, kinsystem_inst -> kmodel1_inst in irtcollada.l [euslisp#39]
…d_systems.kinScene_libarticulated_systems.kinScene -> robot1_motion,add attribute id=asystems to library_articulated_systems, in irtcollada.l [euslisp#39]
I need
range
function, which return(list 0 1 2 3)
by(range 3)
, for start-jsk/rtmros_tutorials#71.Now, I'm implementing
range
function in https://github.com/start-jsk/rtmros_tutorials/pull/71/files#diff-593ce387ed2190d39cabefd5de3453b8R87 in above PR, but I think this is general function and should be merged this repository.How do you think?
The text was updated successfully, but these errors were encountered: