Bertrand Richard

Results 88 comments of Bertrand Richard

Hi Emil, Thanks a lot for this thorough answer. I had seen all the "relative" code pop up while merging recently, but I didn't really understood what this was all...

It works! I didn't run really thorough tests, but both the snippet I shared above and the test case I had in Unreal are now behaving as expected. I will...

More great news: the change has been merged into our 3 currently in-development projets, and we haven't noticed any side effect. To end this on a light note, here's the...

Hi, Could you please share some of the error message you have? For CARLA compatibility, the files you need to delete are the following: https://github.com/brifsttar/OpenDRIVE/blob/master/Source/OpenDRIVE/Public/TrafficLightController.h https://github.com/brifsttar/OpenDRIVE/blob/master/Source/OpenDRIVE/Private/TrafficLightController.cpp

Hi, Those look like CARLA errors, so I'm not sure I can help. Are you sure you didn't delete traffic light stuff from CARLA instead of my OpenDRIVE plugin?

Hi, The blueprints are in the plugin content folder. Depending on what you actually want to do, you might find what you're looking for over there. ![image](https://user-images.githubusercontent.com/53508707/209174650-8e63d594-4847-4c0a-a187-9c193f34998b.png)

@y-shionome Hmm that's weird, I've never seen anything like this. Could you maybe share a screenshot? Also, which version of the engine are you using? And which branch of the...

@y-shionome Ah I see: Blueprints (and more generally assets) aren't forward compatible, and those must have been edited in UE4.27. So UE4.26 can't open/see them. The only solution I see...

@y-shionome I've added the conversion of those BP to C++ on my todo-list, it'll probably be done in the coming days. I'll tag you once it's available.

@y-shionome Good news, bad news. Good news is I migrated what I could to C++, it's available on master (see https://github.com/brifsttar/OpenDRIVE/commit/8e5eded314fab0a047c5871a7c138b23dc4fb900) Bad news is... Not much could be migrated. `BP_OpenDriveReader`:...