- Apr 12, 2021
-
-
Mikael Arguedas authored
-
Mikael Arguedas authored
Signed-off-by:
Mikael Arguedas <mikael.arguedas@gmail.com>
-
Mikael Arguedas authored
Signed-off-by:
Mikael Arguedas <mikael.arguedas@gmail.com>
-
- Apr 10, 2021
-
-
Scott K Logan authored
Signed-off-by:
Scott K Logan <logans@cottsay.net>
-
- Apr 07, 2021
-
-
Chris Lalancette authored
Signed-off-by:
Chris Lalancette <clalancette@openrobotics.org>
-
- Mar 25, 2021
-
-
Chris Lalancette authored
Signed-off-by:
Chris Lalancette <clalancette@openrobotics.org>
-
- Mar 11, 2021
-
-
Andrea Sorbini authored
* Enable ros_discovery_info for rmw_connextdds Signed-off-by:
Andrea Sorbini <asorbini@rti.com>
-
- Jan 28, 2021
-
-
Scott K Logan authored
Signed-off-by:
Scott K Logan <logans@cottsay.net> Co-authored-by:
Mikael Arguedas <mikael.arguedas@gmail.com>
-
- Jan 27, 2021
-
-
Chris Lalancette authored
According to the documentation for namedtuple: "To support pickling, the named tuple class should be assigned to a variable that matches typename." The newest version of mypy (0.800) now has a warning for this as well. Change the name that is the first argument to eliminate this warning. Signed-off-by:
Chris Lalancette <clalancette@openrobotics.org>
-
- Jan 10, 2021
-
-
Mikael Arguedas authored
* move back to upstream action-ros-ci remove obsolete todo add required rosdistro parameter * explicitly use ubuntu-20.04 to silence github actions warnings * use rolling v0.1 for action-ros-ci * install coveragepy-result that's a dependency of action-ros-ci Signed-off-by:
Mikael Arguedas <mikael.arguedas@gmail.com>
-
- Nov 08, 2020
-
-
Mikael Arguedas authored
Signed-off-by:
Mikael Arguedas <mikael.arguedas@gmail.com>
-
Mikael Arguedas authored
Signed-off-by:
Mikael Arguedas <mikael.arguedas@gmail.com>
-
Mikael Arguedas authored
Signed-off-by:
Mikael Arguedas <mikael.arguedas@gmail.com>
-
- Nov 03, 2020
-
-
Kyle Fazzari authored
Also update package.xmls. Signed-off-by:
Kyle Fazzari <kyle@canonical.com>
-
- Oct 17, 2020
-
-
Kyle Fazzari authored
Create a new public `sros2.keystore` package exposing the following public functions: - create_keystore() - is_valid_keystore() - create_enclave() - get_enclaves() - create_permission() Resolve #237 Signed-off-by:
Kyle Fazzari <kyle@canonical.com>
-
- Aug 12, 2020
-
-
Mikael Arguedas authored
Signed-off-by:
Mikael Arguedas <mikael.arguedas@gmail.com>
-
- Jul 30, 2020
-
-
Jose Luis Rivero authored
Signed-off-by:
Jose Luis Rivero <jrivero@osrfoundation.org>
-
- Jul 07, 2020
-
-
Jacob Perron authored
NodeStrategy does not look for an argument named 'use_daemon'. Instead it checks for an argument named 'no_daemon'. https://github.com/ros2/ros2cli/blob/95bfb056df795b6eef8bb73b165db31fcf2d867a/ros2cli/ros2cli/node/strategy.py#L26 Signed-off-by:
Jacob Perron <jacob@openrobotics.org>
-
- Jun 23, 2020
-
-
Chris Lalancette authored
* Remove the use of pkg_resources. Importing pkg_resources is slow; really slow. pkg_resources is also somewhat deprecated. For both of these reaons, we would prefer to move away from pkg_resources and start using importlib instead. sros2 was using 'resource_filename' from pkg_resources. The equivalent in importlib is importlib.resources, but there is a catch. As of Python 3.8, importlib.resources does not support getting data from subdirectories. The workaround is to make each level of the directory structure a python module, so that the module name can be looked up. Python 3.9 will have support for directories for resources, but that won't help on Ubuntu Focal. More information is in https://gitlab.com/python-devs/importlib_resources/issues/58 Signed-off-by:
Chris Lalancette <clalancette@openrobotics.org>
-
- Jun 21, 2020
-
-
Michel Hidalgo authored
* Make use of ros_testing to test policy generation. Signed-off-by:
Brian Ezequiel Marchi <brian.marchi65@gmail.com> Co-authored-by:
Michel Hidalgo <michel@ekumenlabs.com> * Skip test_generate_policy.py tests on Windows. Signed-off-by:
Michel Hidalgo <michel@ekumenlabs.com> * Revert "Skip test_generate_policy.py tests on Windows." This reverts commit c68f0a0a68d51c0cb74cdec57f5dfc5dcc0295d3. Signed-off-by:
Michel Hidalgo <michel@ekumenlabs.com> * Wait for expected ROS graph state. Signed-off-by:
Michel Hidalgo <michel@ekumenlabs.com> * Boost discovery delay. Signed-off-by:
Michel Hidalgo <michel@ekumenlabs.com> * Please linter. Signed-off-by:
Michel Hidalgo <michel@ekumenlabs.com> * Skip tests using RTI Connext w/o a daemon. Signed-off-by:
Michel Hidalgo <michel@ekumenlabs.com> * Bump generate_policy execution timeout on Windows. Signed-off-by:
Michel Hidalgo <michel@ekumenlabs.com> * Bump generate_policy execution timeout on Windows again. Signed-off-by:
Michel Hidalgo <michel@ekumenlabs.com> Co-authored-by:
Brian Ezequiel Marchi <brian.marchi65@gmail.com>
-
- Jun 19, 2020
-
-
Chris Lalancette authored
Signed-off-by:
Chris Lalancette <clalancette@openrobotics.org>
-
- Jun 05, 2020
-
-
Mikael Arguedas authored
-
Mikael Arguedas authored
Signed-off-by:
Mikael Arguedas <mikael.arguedas@gmail.com>
-
- Jun 04, 2020
-
-
Mikael Arguedas authored
* print nested keys with full name * update tests accordingly * use as_posix() to print fully qualified enclave names Signed-off-by:
Mikael Arguedas <mikael.arguedas@gmail.com>
-
- Jun 01, 2020
-
-
Mikael Arguedas authored
Signed-off-by:
Mikael Arguedas <mikael.arguedas@gmail.com>
-
Mikael Arguedas authored
Signed-off-by:
Mikael Arguedas <mikael.arguedas@gmail.com>
-
- May 15, 2020
-
-
Mikael Arguedas authored
Signed-off-by:
Mikael Arguedas <mikael.arguedas@gmail.com>
-
Mikael Arguedas authored
* use nightly image including all 3 RMWs Signed-off-by:
Mikael Arguedas <mikael.arguedas@gmail.com> * add comment about Connext security plugins not being included in docker images Signed-off-by:
Mikael Arguedas <mikael.arguedas@gmail.com>
-
- May 11, 2020
-
-
Mikael Arguedas authored
Signed-off-by:
Mikael Arguedas <mikael.arguedas@gmail.com>
-
Mikael Arguedas authored
Signed-off-by:
Mikael Arguedas <mikael.arguedas@gmail.com>
-
- May 07, 2020
-
-
Mikael Arguedas authored
* start valid date a day before to account for timezone mismatch Signed-off-by:
Mikael Arguedas <mikael.arguedas@gmail.com> * add comment to justify the hack Signed-off-by:
Mikael Arguedas <mikael.arguedas@gmail.com>
-
- May 06, 2020
-
-
Mikael Arguedas authored
-
Mikael Arguedas authored
Signed-off-by:
Mikael Arguedas <mikael.arguedas@gmail.com>
-
- May 04, 2020
-
-
Mikael Arguedas authored
Signed-off-by:
Mikael Arguedas <mikael.arguedas@gmail.com>
-
Mikael Arguedas authored
Signed-off-by:
Mikael Arguedas <mikael.arguedas@gmail.com>
-
Mikael Arguedas authored
* make load_cert a utility and reuse it everywhere Signed-off-by:
Mikael Arguedas <mikael.arguedas@gmail.com> * use same validity period in permissions and cert Signed-off-by:
Mikael Arguedas <mikael.arguedas@gmail.com> * update validity_dates in tests to match new defaults Signed-off-by:
Mikael Arguedas <mikael.arguedas@gmail.com>
-
- May 01, 2020
-
-
Mikael Arguedas authored
Signed-off-by:
Mikael Arguedas <mikael.arguedas@gmail.com>
-
Ruffin authored
Signed-off-by:
ruffsl <roxfoxpox@gmail.com> Signed-off-by:
Mikael Arguedas <mikael.arguedas@gmail.com> Co-authored-by:
Mikael Arguedas <mikael.arguedas@gmail.com>
-
- Apr 30, 2020
-
-
Mikael Arguedas authored
* update basic tutorials for foxy Signed-off-by:
Mikael Arguedas <mikael.arguedas@gmail.com> * remove spurious line change Signed-off-by:
Mikael Arguedas <mikael.arguedas@gmail.com>
-
- Apr 16, 2020
-
-
Ruffin authored
Signed-off-by:
ruffsl <roxfoxpox@gmail.com>
-