Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
Signed-off-by: Takamasa Horibe <[email protected]>
  • Loading branch information
TakaHoribe committed Jan 10, 2024
1 parent da50654 commit 6737f91
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -394,8 +394,8 @@ class RandomScenario : public cpp_mock_scenarios::CppScenarioNode
// === 以下、egoが特定のレーンに近づいたらNPCを生成する ===

// 静止物体を生成。位置はランダム、数もランダム。
spawnRoadParkingVehicles(176671, randomInt(4, 4), DIRECTION::CENTER); // unstable
spawnRoadParkingVehicles(176640, randomInt(4, 4), DIRECTION::CENTER); // unstable
spawnRoadParkingVehicles(176671, randomInt(4, 4), DIRECTION::VERY_LEFT); // unstable
spawnRoadParkingVehicles(176640, randomInt(4, 4), DIRECTION::VERY_LEFT); // unstable
spawnRoadParkingVehicles(176148, randomInt(0, 4), DIRECTION::LEFT); // unstable
spawnRoadParkingVehicles(176193, randomInt(0, 4), DIRECTION::LEFT);
// spawnRoadParkingVehicles(1501, randomInt(0, 4), DIRECTION::RIGHT); // stuck多し
Expand Down

0 comments on commit 6737f91

Please sign in to comment.