|
|
|
![]() |
|
|||||||
|
||||||||
![]() |
| Thread Tools | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Robot Builder C++ bug
When re-generating C++ code, newly added subsystems and components are not added to Robot.cpp. The bug is caused by a typo in "export/cpp/files.yaml":
Code:
--- resources/export/cpp/files.yaml (revision 619)
+++ resources/export/cpp/files.yaml (working copy)
@@ -27,7 +27,7 @@
modifications:
autonomous: ${exporter-path}CommandBasedRobot-autonomous.cpp
constructors: ${exporter-path}CommandBasedRobot-constructors.cpp
- initializanion: ${exporter-path}CommandBasedRobot-initialization.cpp
+ initialization: ${exporter-path}CommandBasedRobot-initialization.cpp
The tracker at FIRST Forge doesn't seem open for bug reports, so I hope the right people see it here. |
|
#2
|
||||||
|
||||||
|
I've been reporting robot builder bugs to the wpilib project, since I couldn't report them in the robot builder project.
|
|
#3
|
|||
|
|||
|
Re: Robot Builder C++ bug
The WPILib project on FIRST Forge seems dead. I can't see any recent commits in the SVN repo. The Robot Builder project seems active, but it doesn't have an open bug tracker.
|
|
#4
|
||||||
|
||||||
|
Re: Robot Builder C++ bug
While the SVN hasn't been updated for several years, the WPILib project is still active. That is where the file updates are posted. The tracker is also active.l For example, in the Java tracker, there were 5 bugs closed in the last month.
|
|
#5
|
|||
|
|||
|
Re: Robot Builder C++ bug
Thanks, I see that WPILib has categories for all the languages and utilities. I'm now the proud creator of Artifact artf1597.
|
|
#6
|
|||
|
|||
|
Re: Robot Builder C++ bug
Thanks for the patch! I've included it in RobotBuilder. You can download it from firstforge, it's r620. The fix will show up in the next update.
Additionally, I've added a tracker for RobotBuilder into the WPILib project and added a link on the home page of the RobotBuilder project. Hopefully, this is much clearer for people trying to report bugs. |
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|