Mike Danielczuk
Mike Danielczuk
This PR combines #136 and #132, but uses `pybind11` to wrap the library instead of `Boost.Python` (as mentioned in the comments of #132). It also adds python packaging so that...
Splitting this into a separate PR where we can discuss.
**Describe the bug** When running `ros2 fog delete --dry-run all`, the output implies that the `--dry-run` option is being ignored. **Expected behavior** There should be a clear indication that the...
**Is your feature request related to a problem? Please describe.** Whenever I want to connect to or delete an instance, I have to type the full name and sometimes it...
- [ ] Use python properties instead of `get_x` functions - We have a lot of functions in aws.py that use `get_x` (and corresponding calls to `y.get_x()`) for attributes that...