Log in

View Full Version : Using C++ code with NI Robot Simulator


mprasolov
07-01-2013, 01:06
Is this even possible? I haven't tried yet, but has anyone gotten this to work somehow?

Greg McKaskle
07-01-2013, 07:56
This is not supported this year. The C++ implementation of WPILib would need to be aware that it is running in simulation mode and to ignore the FPGA of the cRIO and communicate to the simulation process instead.

Greg McKaskle

mprasolov
08-01-2013, 07:12
Has there been ANY known attempt of a cRIO emulator for C++? Even something simple that lit up on screen when it received power would be helpful!

virtuald
09-01-2013, 17:52
Has there been ANY known attempt of a cRIO emulator for C++? Even something simple that lit up on screen when it received power would be helpful!

There are things like this (http://firstforge.wpi.edu/sf/projects/wpilib_test_harness). Search the forums, I think there are one or two other similar efforts.

nightpool
09-01-2013, 20:29
The only active one of these I know of is for Python coding. Our team might be making one to use in combination with a unit testing solution.