![]() |
RobotBuilder not including headers for Default Commands
We were having trouble getting our RobotBuilder generated code to compile. Whenever we set a default command for a subsystem, we would get an error:
Code:
void Elevator::InitDefaultCommand() {Code:
Info: Internal Builder is used for buildCode:
#include "../Commands/ElevatorToBottom.h"It seems that RobotBuilder is not automatically including the the header file for the default command in the <subsystem>.cpp file. Is this a bug, or are we expected to add this manually? |
Re: RobotBuilder not including headers for Default Commands
In my(pretty limited) experience with the software, it can be pretty buggy.
|
Re: RobotBuilder not including headers for Default Commands
I had the same problem. Had no problem with default command for one subsystem, but another I had to manually add the header file for another or it wouldn't build.
|
| All times are GMT -5. The time now is 10:09 AM. |
Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi