Week 11
Continued Manufacturing
This week was the continuation of the prototype building, with key materials arriving late in the week allowing for a more cohesive product at the end of the semester.
Display Code Continuation (Elijah)
- In the meantime as the motor arrived, work was done on the display side of the code to make sure that the motor code had a proper program surrounding it.
- The display code runs off of SFML and Swoosh, two graphics libraries in C++.
- The goal for this week was to have an interactive menu screen with sound, and establish a "Sandbox" mode which will allow the user to freely move the robot handle and observe the corresponding dot move around the screen.
- In addition to setting up the initial menu system, the code is now hosted on Github to ensure proper version control and distribution among systems.
Motor Mount and Power (Gavin)
- More analysis of the motor mount was conducted, specifically for the plates that the motors will directly connect to, and the stress that will occur in the current configuration.
- In addition to the continued analysis (as the materials pertaining to them were not present yet), work on the newly arrived motor began this week, specifically regarding power.
- With the motor now in hand, it will be possible to have the computer program be able to communicate with the motor via the C++ library produced by the motor's company (Teknic).
Linkage Prototyping (Sean)
- With one motor in hand, our prototype will feature a more malleable design than our final version, with the linkages having a handle at each joint to position the linkages in desired positions for demonstration purposes.
- The joint pieces for the configuration will also be 3D printed (as well as the temporary handles), but the arms will be the aluminum tubing planned to still be present in the final product.
- The joint pieces are currently printed and in storage while the arm sections are going to be cut to size early this next week.
Handle Prototyping (Nathan)
- There are two designs currently for the handle in our prototype, with the first resembling a more throttle-like grip.
Final Week Plan
- As we enter the final week, we are aiming for a minimal system including a linkage configuration, handle, single motor, and software element.
- The mounting system will most likely not be manufactured this week as the materials are not yet available.
- The desired software element is to have the degree of the motor's rotation translate into a position on the screen, so that a digital dot can move around based on the motor status.
Comments
Post a Comment