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 range function #39

Closed
mmurooka opened this issue Jul 21, 2014 · 2 comments
Closed

add range function #39

mmurooka opened this issue Jul 21, 2014 · 2 comments

Comments

@mmurooka
Copy link
Member

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?

@k-okada
Copy link
Member

k-okada commented Jul 22, 2014

please check if range is implemented in common lisp specification.
If not I would not recommend to add that function, but if you still like to
add, please propose guideline on importing python functions in euuslisp
language, not just range.

cf:
http://stackoverflow.com/questions/13937520/pythons-range-analog-in-common-lisp

On Mon, Jul 21, 2014 at 10:16 PM, Masaki Murooka [email protected]
wrote:

I need range function, which return (list 0 1 2 3) by (range 3), for
start-jsk/rtmros_tutorials#71
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?


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

@mmurooka
Copy link
Member Author

I see.
range is not implemented in clisp, so I think this function should be implemented in user source code.

I'll close this Issue.

mmurooka pushed a commit to mmurooka/EusLisp that referenced this issue Jan 4, 2018
mmurooka pushed a commit to mmurooka/EusLisp that referenced this issue Jan 4, 2018
… robot1_motion_inst, kinsystem_inst -> kmodel1_inst in irtcollada.l [euslisp#39]
mmurooka pushed a commit to mmurooka/EusLisp that referenced this issue Jan 4, 2018
…d_systems.kinScene_libarticulated_systems.kinScene -> robot1_motion,add attribute id=asystems to library_articulated_systems, in irtcollada.l [euslisp#39]
mmurooka pushed a commit to mmurooka/EusLisp that referenced this issue Jan 4, 2018
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

No branches or pull requests

2 participants