|
|
|
![]() |
|
|||||||
|
||||||||
|
|
Thread Tools | Rate Thread | Display Modes |
|
#3
|
||||
|
||||
|
Re: RobotBuilder overwriting Java Commands
This is intentional.
RobotBuilder sees that the type of the command is not what the program exported (i.e. you changed 'SomeCommand extends Command' to 'SomeCommand extends ParameterCommand') and overwrites it. If you're using custom command types, you should make a custom RobotBuilder extension for them instead of changing the type after the fact. |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|