Quote:
Originally Posted by Joey1939
I followed the directions here to run the robot code in the simulator. I got the following error.
Code:
run_sim.rb:6:in `exists?': no implicit conversion of nil into String (TypeError)
from run_sim.rb:6:in `<main>'
|
run_sim.rb takes two arguments, the robot code directory FRC-2015 and the sim directory, Sim-FRC-2015. It sounds like you're giving it only one argument.