SCORE Class 6

SCORE Class 6 is an open production unlimited class that competes in the SCORE[1] off-road race series including the Baja 1000, Baja 500, Baja Sur 500, San Felipe 250 and the SCORE Desert Challenge. Unlimited 4 wheel vehicles. Class 6 was added in 2009.

Vehicle description

Unlimited four-wheel vehicles. Vehicles must have a production appearing Utility or Sports Utility body. Lexus LX series and Toyota 4runner are previous participants.

Class requirements

Engine

Engine may be of any manufacture as that of the body. Engine limited to a maximum of six cylinders.

Suspension

Track width must not exceed 87 inches as measured outside of tire to outside of tire.

Body

Must maintain a production appearing body. Stock appearing grill and headlight openings must be retained. Body subject to SCORE approval.

gollark: There seems to be an `internet_ready` signal, I'll check if that's relevant to HTTP.
gollark: I have some code doing this```lualocal function fetch(url, data) local res, err = net.request(url, json.encode(data), { ["Content-Type"] = "application/json" }) if not res then error(url .. " error: " .. err) end local out = {} while true do local chunk, err = res.read() if err then error(url .. " error: " .. err) end if chunk then table.insert(out, chunk) else return table.concat(out) end endend```but it never appears to `computer.pullSignal` at all, so my accursed bare-metal multithreading thing™ doesn't work.
gollark: Is there a way to do `internet.request` (with an internet card) and anything else whatsoever concurrently?
gollark: OC2 should have hard disk firmware so people can write rootkits for it.
gollark: So GHC?

References

  1. "SCORE OFF-ROAD RACING – SCORE-International.com". www.score-international.com. Retrieved 2015-12-29.


This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.