Log in

View Full Version : RobotBuilder does not work


nathanv
15-01-2016, 15:56
If I try to export my RobotBuilder project to C++, I only end up with some of the files that I should have and Robotbuilder gets stuck loading. Any ideas what this could be?

SamCarlberg
15-01-2016, 19:42
Can you be more specific? What files aren't being generated?

nathanv
15-01-2016, 20:45
Can you be more specific? What files aren't being generated?

The files in the subsystem folder

nollchr
15-01-2016, 21:12
I just updated to the latest plugins and the robot builder is erasing all my custom public function implementations when I re-export and the code is clearly NOT between the //begin //end autogen comments!! Only seems to happen in the .cpp. The declarations in the header don't get erased.

Unfortunately, I can't confirm if this was happening with the plugin that was release prior..

Joe Ross
15-01-2016, 23:55
I just updated to the latest plugins and the robot builder is erasing all my custom public function implementations when I re-export and the code is clearly NOT between the //begin //end autogen comments!! Only seems to happen in the .cpp. The declarations in the header don't get erased.

Unfortunately, I can't confirm if this was happening with the plugin that was release prior..

Yes, it happened with the previous release. See https://usfirst.collab.net/sf/go/artf4796

nollchr
16-01-2016, 08:25
Yes, it happened with the previous release. See https://usfirst.collab.net/sf/go/artf4796

sigh..thanks for the info...seems like something that should be fixed soon hopefully...that's a pretty significant bug

powster
19-01-2016, 14:44
Yeah, Robot builder hasn't been working for me either. The projects generated with it cannot build and are missing the Debug and Include files that are made when you make a sample WPILIB Robot project. Also, it does not edit file and only keeps creating them when I make modifications as well.