Thank-you,
Dara DeVicariis, M.S.Edu
Ruth O. Harris Middle School
Physical Science
FIRST Robotics
FTC 3600/FRC 4056/FLL 4078
Final days, everyone doing OK?We are still assembling the robot. A little worried, but that's the name of the game every year.
--
It's different than in previous years.
WHEN DO WE STOP WORKING ON THE ROBOT AND BAG IT?
Rule R15
All ROBOT elements (including items intended for use during the competition in alternative configurations of the ROBOT), with the exception of the WITHHOLDING ALLOWANCE per R21, BUMPERS, and COTS items, must be bagged and sealed, by 04:59 UTC on Stop Build Day, Wednesday, February 22, 2017.
Final days, everyone doing OK?We are still assembling the robot. A little worried, but that's the name of the game every year.
--
You don't have to bag your bumpers and batteries.--John Gifford
-----Original Message-----
>From: GILL MICHAEL <MICHAE...@cjusd.net>
>Sent: Feb 19, 2017 4:45 PM
>To: Richard Sisk <rsis...@gmail.com>, Inland Empire Robotics <inland-empire-robotics@googlegroups.com>
>Subject: RE: ITS THE FINAL COUNTDOWN...
>
>Team 6069 BHS Robotics is nearly finished with our robot. We had to give up on the floor fuel collector, so we will have to focus on moving gears, but our robot is capable of collecting up to 90 total fuel balls from the hoppers and pour them into the low boiler FAST. we need to securely attach our winch for the rope climb, it is untested and I am so worried about the robot falling and damaging itself. Oh well, no guts, no glory.
>
>I have two questions.
>
>For those community events where we unbag and display the robot for less than 4 hours, can we load new code onto the robot, or are we only allowed to use the code that is already on the roboRio when we bagged it?
>
>Do we need to put the battery and bumpers into the zip tied robot bag on stop build day?
>
>Thank you,
>Michael Gill
>
>
>________________________________________
>From: inland-empire-robotics@googlegroups.com [inland-empire-robotics@googlegroups.com] on behalf of Richard Sisk [rsis...@gmail.com]
>Sent: Sunday, February 19, 2017 6:04 AM
>To: Inland Empire Robotics
>Subject: RE: ITS THE FINAL COUNTDOWN...
>
>Just so everyone is clear, stop build for us is at 8:59PM on Tuesday.
>
>It's different than in previous years.
>
>
>
>
>WHEN DO WE STOP WORKING ON THE ROBOT AND BAG IT?
>Rule R15
>All ROBOT elements (including items intended for use during the competition in alternative configurations of the ROBOT), with the exception of the WITHHOLDING ALLOWANCE per R21, BUMPERS, and COTS items, must be bagged and sealed, by 04:59 UTC on Stop Build Day, Wednesday, February 22, 2017.
>
>--
>You received this message because you are subscribed to the Google Groups "Inland Empire Robotics" group.
>To unsubscribe from this group and stop receiving emails from it, send an email to inland-empire-robotics+unsub...@googlegroups.com.
>To post to this group, send email to inland-empire-robotics@googlegroups.com.
>Visit this group at https://groups.google.com/group/inland-empire-robotics.
>For more options, visit https://groups.google.com/d/optout.
>
>--
>You received this message because you are subscribed to the Google Groups "Inland Empire Robotics" group.
>To unsubscribe from this group and stop receiving emails from it, send an email to inland-empire-robotics+unsub...@googlegroups.com.
>To post to this group, send email to inland-empire-robotics@googlegroups.com.
>Visit this group at https://groups.google.com/group/inland-empire-robotics.
>For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "Inland Empire Robotics" group.
To unsubscribe from this group and stop receiving emails from it, send an email to inland-empire-robotics+unsub...@googlegroups.com.
To post to this group, send email to inland-empire-robotics@googlegroups.com.
Hi Michael, we had the same issue & found that the following works.
Thanks, Kim Burndred - Team 3953
Java (NOTE: put your team number where ???? is)
package org.usfirst.frc.team????.robot;
import edu.wpi.first.wpilibj.CameraServer;
import edu.wpi.first.wpilibj.IterativeRobot;
public class Robot extends IterativeRobot {
public void robotInit() {
CameraServer.getInstance().startAutomaticCapture();
}
}
C++
#include "WPILib.h"
class Robot: public IterativeRobot {
private: void RobotInit() {
CameraServer::GetInstance()->StartAutomaticCapture();
}
}; START_ROBOT_CLASS(Robot)
To unsubscribe from this group and stop receiving emails from it, send an email to inland-empire-rob...@googlegroups.com.
To post to this group, send email to inland-empi...@googlegroups.com.
>From: inland-empire-robotics@googlegroups.com<mailto:inland-empire-robotics@googlegroups.com> [inland-empire-robotics@googlegroups.com<mailto:inland-empire-robotics@googlegroups.com>] on behalf of Richard Sisk [rsis...@gmail.com<mailto:rsisk...@gmail.com>]
>Sent: Sunday, February 19, 2017 6:04 AM
>To: Inland Empire Robotics
>Subject: RE: ITS THE FINAL COUNTDOWN...
>
>Just so everyone is clear, stop build for us is at 8:59PM on Tuesday.
>
>It's different than in previous years.
>
>
>
>
>WHEN DO WE STOP WORKING ON THE ROBOT AND BAG IT?
>Rule R15
>All ROBOT elements (including items intended for use during the competition in alternative configurations of the ROBOT), with the exception of the WITHHOLDING ALLOWANCE per R21, BUMPERS, and COTS items, must be bagged and sealed, by 04:59 UTC on Stop Build Day, Wednesday, February 22, 2017.
>
>--
>You received this message because you are subscribed to the Google Groups "Inland Empire Robotics" group.
>To unsubscribe from this group and stop receiving emails from it, send an email to inland-empire-robotics+unsub...@googlegroups.com<mailto:inland-empire-robotics%2Bunsu...@googlegroups.com>.
>To post to this group, send email to inland-empire-robotics@googlegroups.com<mailto:inland-empire-robotics@googlegroups.com>.
>Visit this group at https://groups.google.com/group/inland-empire-robotics.
>For more options, visit https://groups.google.com/d/optout.
>
>--
>You received this message because you are subscribed to the Google Groups "Inland Empire Robotics" group.
>To unsubscribe from this group and stop receiving emails from it, send an email to inland-empire-robotics+unsub...@googlegroups.com<mailto:inland-empire-robotics%2Bunsu...@googlegroups.com>.
>To post to this group, send email to inland-empire-robotics@googlegroups.com<mailto:inland-empire-robotics@googlegroups.com>.
>Visit this group at https://groups.google.com/group/inland-empire-robotics.
>For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "Inland Empire Robotics" group.
To unsubscribe from this group and stop receiving emails from it, send an email to inland-empire-robotics+unsub...@googlegroups.com<mailto:inland-empire-robotics%2Bunsu...@googlegroups.com>.
To post to this group, send email to inland-empire-robotics@googlegroups.com<mailto:inland-empire-robotics@googlegroups.com>.