Albers Franz

Results 5 comments of Albers Franz

We run into the same issue. This only occurs whenever we try to set "enable_trigger" to "On". Has someone any information on how we can solve this issue?

I've adapted the method from @isouf a bit for the current Autoware PointXYZIRCAEDT point type and built a package around it so that one can directly use a composable node...

We are experiencing the same issue using either WiFi or Ethernet connection. It can be reproduced with the live_scene_and_gaze.py example. Whenever you fixate one point while moving your head to...

Hey @ddetommaso, we originally used this software and experienced the issue in our driving simulator with Windows, but I can reproduce it also on my workstation using ubuntu (with both...

By using pyav instead of opencv for grabbing the video, the delay is almost not perceivable. One example with pyav can be found in the following code: ```python import cv2...