Vincent Richard

Results 113 comments of Vincent Richard

Hi, I recently started to have this very error using `autoware_launch.launch.xml`. It does not occur every single time, but when it does it can be very frustrating. Although the message...

Here is a simplified version of the lanelet map: [lanelet2_map.zip](https://github.com/autowarefoundation/autoware.universe/files/9194131/lanelet2_map.zip) I have increased [`forward_path_length`](https://github.com/autowarefoundation/autoware.universe/blob/main/launch/tier4_planning_launch/config/scenario_planning/lane_driving/behavior_planning/behavior_path_planner/behavior_path_planner.param.yaml) to 400.0 to make it easier to visualize. And the setup looks basically like so: ![obstacle_on_the_road](https://user-images.githubusercontent.com/18645627/181136828-2bd62a98-4266-44ac-a357-a90ab5410797.png)...

I have not checked the code but could it be the empty string as input frame being undefined behavior? What if you prevent the lookupTransform when the frame is empty?

Something is strange with the validateFrameId function, no? https://github.com/ros2/geometry2/blob/1186ee1e1be1dfe3691f31ba7f13662b1f1e1b91/tf2/src/buffer_core.cpp#L162 There is an early return in the case the frame_id is empty. And yet in your case it manages to reach...

Thank you! I will try that parameter. I remember I did not have the issue with architecture proposal, but i see the same parameter used to be set to true:...

the zoom issue can be easily fixed with: ```diff diff --git a/src/lib.rs b/src/lib.rs index 97e8fcb..3e116c2 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -251,7 +251,7 @@ fn camera_rig_movement( // Camera Mouse Zoom...

Hi, I made this small project on my free time when I was still a student. I am working full-time now and I don't have interest in maintaining it anymore....

Have you downloaded games? What's the path to your database? (in config.ini) What are the files found in your database?

Can you replace the '~' by the full path? (/home/you/Documents/LoLAnalyzerDB) This is a issue I also had on linux

When Debug is used instead of RelWithDebInfo the program is stopped by some Eigen data alignment assert (still clang, still -mf16c). This might be the root cause of the double...