ros / roslisp_common

Clone of the old roslisp_common SVN repo from code.ros.org.
8 stars 14 forks source link

Possibility to Rank Ros-Init-Functions #56

Closed tlipps closed 1 year ago

tlipps commented 4 years ago

Trello Card

This PR makes it possible to rank the functions saved in ros-init-functions.

gaya- commented 4 years ago

@tlipps Thanks for the PR. I have one problem with it: depending on Alexandria is not good, as neither pure Lisp nor ROS Lisp come with the library per default. It's the STL of Lisp but I'd still prefer not to introduce a dependency on it here. Could you please try to implement this without Alexandria?

tlipps commented 3 years ago

@gaya- Sure, now it's implement without alexandria.

gaya- commented 1 year ago

Better late than never :)