Felix F Xu

Results 36 comments of Felix F Xu

Thanks, I guess I was confused by the readme: >Binaries builds are turned on by default: cargo build will initiate a download from github to get the static lib. To...

I'm not sure if kotlin can handler `java.awt.Color` or not.

For the first 2 builtin functions, SDL3 uses them but with some compiler switch like `SDL_HAS_BUILTIN`: ```h #if SDL_HAS_BUILTIN(__builtin_mul_overflow) /* This needs to be wrapped in an inline rather than...

read the error log: >[openscenario_interpreter_node-3] [ERROR] [launch]: Caught exception in launch (see debug for traceback): "package 'tier4_deprecated_api_adapter' not found check if `tier4_deprecated_api_adapter` is used and exists

Your description is misleading, I guess you are running scenario simulation, not planning simulation, could you post the command that you start your simulation? If you are running scenario simulation,...

the command supports several parameters, if your PC is not powerful enough, try to increase `initialize_duration` and descrease `global_frame_rate` The parameter format is like: >ros2 launch scenario_test_runner scenario_test_runner.launch.py architecture_type:=awf/universe record:=false...