Open fengxueguiren opened 1 month ago
I checked my dependencies. It might be that I am not using the recommended version of CARLA. I am in the process of trying.
I successfully ran it after replacing CARLA. However, on the 3090, the vehicles move once per second or more. And after a period of time, the following error occurs.
load Scenario10 at (x=87.55, y=228.6)
load Scenario10 at (x=58.44, y=325.72)
ego id:0
transform:Transform(Location(x=338.763153, y=226.451157, z=0.500000), Rotation(pitch=360.000000, yaw=270.034607, roll=0.000000))
ego id:1
transform:Transform(Location(x=338.770386, y=214.451157, z=0.500000), Rotation(pitch=360.000000, yaw=270.034607, roll=0.000000))
route_scenarios: {'Scenario10': 57}
set ip sensor for ego vehicle 0
set ip sensor for ego vehicle 1
> Running the route
Setup waypoint disturb!
./simulation/data_collection/scripts/weather-0/routes_town01_0.sh: 第 50 行: 732478 段错误 (核心已转储) python ${LEADERBOARD_ROOT}/leaderboard/leaderboard_evaluator_parameter.py --scenarios=${SCENARIOS} --scenario_parameter=${SCENARIOS_PARAMETER} --routes=${ROUTES} --repetitions=${REPETITIONS} --track=${CHALLENGE_TRACK_CODENAME} --checkpoint=${CHECKPOINT_ENDPOINT} --agent=${TEAM_AGENT} --agent-config=${TEAM_CONFIG} --debug=${DEBUG_CHALLENGE} --record=${RECORD_PATH} --resume=${RESUME} --port=${PORT} --trafficManagerPort=${TM_PORT} --carlaProviderSeed=${CARLA_SEED} --trafficManagerSeed=${TRAFFIC_SEED} --ego-num=${EGO_NUM} --timeout 6000
I successfully ran it after replacing CARLA. However, on the 3090, the vehicles move once per second or more. And after a period of time, the following error occurs.
load Scenario10 at (x=87.55, y=228.6) load Scenario10 at (x=58.44, y=325.72) ego id:0 transform:Transform(Location(x=338.763153, y=226.451157, z=0.500000), Rotation(pitch=360.000000, yaw=270.034607, roll=0.000000)) ego id:1 transform:Transform(Location(x=338.770386, y=214.451157, z=0.500000), Rotation(pitch=360.000000, yaw=270.034607, roll=0.000000)) route_scenarios: {'Scenario10': 57} set ip sensor for ego vehicle 0 set ip sensor for ego vehicle 1 > Running the route Setup waypoint disturb! ./simulation/data_collection/scripts/weather-0/routes_town01_0.sh: 第 50 行: 732478 段错误 (核心已转储) python ${LEADERBOARD_ROOT}/leaderboard/leaderboard_evaluator_parameter.py --scenarios=${SCENARIOS} --scenario_parameter=${SCENARIOS_PARAMETER} --routes=${ROUTES} --repetitions=${REPETITIONS} --track=${CHALLENGE_TRACK_CODENAME} --checkpoint=${CHECKPOINT_ENDPOINT} --agent=${TEAM_AGENT} --agent-config=${TEAM_CONFIG} --debug=${DEBUG_CHALLENGE} --record=${RECORD_PATH} --resume=${RESUME} --port=${PORT} --trafficManagerPort=${TM_PORT} --carlaProviderSeed=${CARLA_SEED} --trafficManagerSeed=${TRAFFIC_SEED} --ego-num=${EGO_NUM} --timeout 6000
I met the same problem.
Anyone solve this issue?
I successfully ran it after replacing CARLA. However, on the 3090, the vehicles move once per second or more. And after a period of time, the following error occurs.
load Scenario10 at (x=87.55, y=228.6) load Scenario10 at (x=58.44, y=325.72) ego id:0 transform:Transform(Location(x=338.763153, y=226.451157, z=0.500000), Rotation(pitch=360.000000, yaw=270.034607, roll=0.000000)) ego id:1 transform:Transform(Location(x=338.770386, y=214.451157, z=0.500000), Rotation(pitch=360.000000, yaw=270.034607, roll=0.000000)) route_scenarios: {'Scenario10': 57} set ip sensor for ego vehicle 0 set ip sensor for ego vehicle 1 > Running the route Setup waypoint disturb! ./simulation/data_collection/scripts/weather-0/routes_town01_0.sh: 第 50 行: 732478 段错误 (核心已转储) python ${LEADERBOARD_ROOT}/leaderboard/leaderboard_evaluator_parameter.py --scenarios=${SCENARIOS} --scenario_parameter=${SCENARIOS_PARAMETER} --routes=${ROUTES} --repetitions=${REPETITIONS} --track=${CHALLENGE_TRACK_CODENAME} --checkpoint=${CHECKPOINT_ENDPOINT} --agent=${TEAM_AGENT} --agent-config=${TEAM_CONFIG} --debug=${DEBUG_CHALLENGE} --record=${RECORD_PATH} --resume=${RESUME} --port=${PORT} --trafficManagerPort=${TM_PORT} --carlaProviderSeed=${CARLA_SEED} --trafficManagerSeed=${TRAFFIC_SEED} --ego-num=${EGO_NUM} --timeout 6000
I met the same problem.
Did you end up solving it?
When I generate data on one single route, the question about "Stopping the route, the agent has crashed:" arise.