Caio Amaral
Caio Amaral
My bad, seems like hwinfo does not show `Integrated Technology Express ITE Device(8291)` in `keyboard` section. So G1544 FOX devices are not compatible, you may close this issue tks
I've just noticed this problem, any update on this? **My provided files:** ```console .github/linters/ ├── .actionlint.yaml ├── .dockerfilelintrc ├── .hadolint.yml └── .shellcheckrc ``` **The Workflow info** ```console 2021-12-13 11:17:19 [INFO]...
@ferrarimarco is there any functional way to decorate the shell_language linter policies? I've also tried the .hadonlint, but it doesn't accept many of the shellcode entries (should I open a...
I had the same problem today after adding a broken git submodule by mistake on a PR. My temporary solution was to apply a fresh start on my docker's self-runners....
friendly ping, would be nice having this feature on melodic
Seems like we just need a `Path` substitution which will work much like `PathJoinSubstitution`, but using pathlib instead of `os.path` and a less verbose name. Also, launch stuffs expected to...
friendly ping @dirk-thomas
@chapulina Seems like the hard work is in the implementation of a `MultiRayShape` an then somehow instantiate it inside a `CpuLidar` sensor plugin. What is the ignition equivalent of calling...
I think it is related to https://github.com/ros2/rclpy/issues/527#issuecomment-713640332 where: >The behavior in rclcpp isn't nice, we're calling shutdown asynchronously and that generate random errors when sending SIGINT. I would rather not...
what about pausing robot application while Command mode is active? > If the robot application is paused while Command mode is active (for example by pressing the STOP key), the...