Yuki Takeyama

Results 10 comments of Yuki Takeyama

Same problem here. ## error ```bash $ colcon build --symlink-install --packages-select darknet_ros --cmake-args -DCMAKE_BUILD_TYPE=Release Starting >>> darknet_ros --- stderr: darknet_ros /home/frontieris/ros2_ws/src/darknet_ros/darknet/examples/attention.c: In function ‘validate_attention_single’: /home/frontieris/ros2_ws/src/darknet_ros/darknet/examples/attention.c:290:9: error: too few arguments to...

Perhaps it is due to different reference commits in `darknet`. I'm not sure which commit to reference.

@marek-simonik Hello. Thanks for the great project. > Only LiDAR videos have valid camera pose data. The selfie FaceID camera videos do not come with pose estimates, so seeing [0...

@marek-simonik > It would be possible to estimate device pose using IMU dead reckoning, but due to noise in IMU measurements, the estimated device pose would be unusable as it...

@marek-simonik `CMMotionManager` enables accurate acquisition of iphone posture in the form of euler angles, quaternions, and rotation matrices. https://developer.apple.com/documentation/coremotion/cmmotionmanager I would like to have a function to output the posture...

Currently, I've been able to acquire the smartphone's posture in the background using these two methods. https://github.com/dachscafe/MotionSensorBackground https://github.com/libimobiledevice/libimobiledevice/tree/master

I looked at [this](https://github.com/rhazdon/hugo-theme-hello-friend-ng/commit/ce85f9d057addc8cbd93f94892668ef24f4f9e2d) after doing `git pull` and `git submodule update --init --recursive`. The deleted part is also deleted in my environment. However, the error still occurs.

In the end, I was able to get it to work by saving the `page.md`, `config.toml` to a different location and recreating the repository.

Hi, sorry for the late reply. Thank you for setting up the issue. Perhaps it is due to this part. https://github.com/takeyamayuki/NonMouse/blob/c80fe96b51c20e6b39e463a8ca4861c56e62972a/app.py#L30-L31 I suspect it is a bug in tkinter, please...