frapit
frapit
Does there exist a workaround for this scenario? I have exactly that situation (git repo being in the `docs` folder) and it seems that this functionality once existed but was...
I am also wondering about the real-time performance. You can change the `visualize_every_n_updates` parameter in the launchfile. Setting it to 1 results in an update every 3-4 seconds on a...
Since this is still an open issue and stages or similar concepts are supported by Gitlab, Travis and Github for a while now I would like to ask if there...
Did you make any progress? I don't understand the tf tree output from mavros. Running the basic px4 hovering example with gazebo results in some disconnected tf tree: ![screenshot-2020 09...
Thanks for the reply. Yes, the `APP_URL` variable is set to my url and the `MIX_APP_URL` is also set. I tried with both the registry container and a manually built...
Thanks for the quick answer. Yes you are right, I just checked some of the bags for which the video stream is broken and they all have all timestamps zero...
You should update your image to the `:latest` tag, some bugs concerning whitelists in rules have been wiped out there. In theory the first configuration should get you the desired...
Sure, this is essentially my (anonymized) traefik-forward-auth config: ``` secret = xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx providers.google.client-id = dummy providers.google.client-secret = dummy default-provider = generic-oauth providers.generic-oauth.auth-url = https://gitlab.example.org/oauth/authorize providers.generic-oauth.token-url = https://gitlab.example.org/oauth/token providers.generic-oauth.user-url = https://gitlab.example.org/api/v4/users/...
I guess the reason is a typo in https://github.com/PX4/PX4-Avoidance/blob/dafe72aabfdefc2dc409e28f7318717194f1bfa6/local_planner/src/nodes/local_planner_nodelet.cpp#L124 . It tries to read the rosparam `lgoal_z_param` instead of `goal_z_param`.
I quickly added it to the code as it is just a oneliner for my purpose. If someone needs to do the same thing, just add the import `import contextily...