Difference between revisions of "FTC 7314 Engineering Notebook 2016-02-13"

From DEW Robotics
Jump to: navigation, search
Line 1: Line 1:
 +
[[FTC_7314_Engineering_Notebook_2015-16]]
 +
 
=='''Competition Season Meeting'''==     
 
=='''Competition Season Meeting'''==     
  
[[FTC_7314_Engineering_Notebook_2015-16]]
+
 
  
 
<!-- This is the meeting information table -->
 
<!-- This is the meeting information table -->

Revision as of 13:23, 14 February 2016

FTC_7314_Engineering_Notebook_2015-16

Competition Season Meeting

Meeting Date Meeting Time Location Attendees
2/13/2016 2:00-5:00 PM TCHS Brandywine - Amal - Akhila -- Josh - Justin - Myles -


Meeting GOALS

  • Battery Research: Robot Batteries: Research best practices for maintaining our batteries. We may have inadvertently damaged our existing batteries in recent weeks.
  • Mechanical: Robot fender is rubbing main tank tread on both sides. Need to extend spacer height to lift fender. This is interfering with repeatable autonomous runs.
  • Electrical: Power supply wiring is longer than needed, would like to shorten where possible.
  • Drivers: Verify that our recent debris pickup modification to prevent blocks from escaping works well and does not cause any other problems.
  • Video Production: Organize this effort and plan for having a video for our Harrisburg qualifier.
  • Wrap-Up: Decide and communicate meeting schedule for the remainder of the week.

BATTERIES

We are monitoring the battery performance. based on our research, we will no longer leave our batteries on the chargers over night. We reconfigured our battery tester for NIMH batteries.

* Battery #4 performed well with 4 climbs to the top of the mountain.
* Battery #1 performed poorly, we will keep an eye on this one.

Media ( Video)

The team had some fun recording footage for our planned video to be used at our next competition. At the same time we were able to run lots on autonomous runs.

Mechanical

Mechanical: Robot fender is rubbing main tank tread on both sides. Need to extend spacer height to lift fender. This is interfering with repeatable autonomous runs. Josh, Justin and Myles worked to resolve our mechanical issue.

The debris pickup is working without any observed issues. Our improvements seem to be working well.

Electrical

TODO, we did not get to today's electrical rewiring work. Will push this task to next meeting.

Programming

After our mechanical issue was resolved with the fenders rubbing, the program team worked to refine autonomous mode.

  • Observation, With our recent update to the latest version of FTC software from FIRST, communications has been good, with no unexpected faults.

Red Inside Autonomous:

We relocated the starting position of the robot for "Inside Red" auto. We felt that our old starting position was too close to the center and might interfere with some alliance partners robots.

       // Here are our steps (in order) that make up our rescue plan.
       stepList = new ArrayList<StepInterface>();
       stepList.add(new Step_Straight(10, DcMotor.Direction.REVERSE));
       stepList.add(new Step_GyroTurn(32, Robot.TurnEnum.LEFT));
       stepList.add(new Step_Straight(32, DcMotor.Direction.REVERSE));
       stepList.add(new Step_GyroTurn(90, Robot.TurnEnum.LEFT));
       stepList.add(new Step_FindBeaconBox());
       stepList.add(new Step_TrackWhiteLine(Robot.AllianceColorEnum.RED));
       stepList.add(new Step_UnloadClimbers());

Field Elements

New batteries for the beacon, YES!!! that helps us move along with testing.




Recorded by: Date: Journal Editor: Date: