You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You could implement something like this. It allows you to get access to a tuple that you can unpack and refer to the elements with their own variable names like in python.
You will need to modify CMakeLists.txt in some way, how you modify it will depend on your implementation. You probably will need to add a new ament_add_gtest call for (presumably) your new file!
We need a C++ template function that features the equivalent of Python's
enumerate
. This should be placed inmil_tools::itertools
.The text was updated successfully, but these errors were encountered: