Team Status Report for 9/25

This past week, we had project proposal presentations during class time. The team finalized the presentation slides on Sunday and Bhumika presented for the team on Wednesday. It was very interesting to hear other groups’ projects, especially as reference for fixing some parts of our proposal that we could have done better.

We also received some feedback and realized that we need to put more consideration into our requirements. The team mostly did separate research on their respective components this week and will reconvene sometime this upcoming week with our findings.

Esther Jang’s Status Report for 9/25

During class this week, I watched other groups’ project proposals and found them to be really interesting. I spent some time on Sunday to help finish up our presentation with the group.

One point that was brought up during the discussion after our presentation was why we were using a claw as our end effector rather than a vacuum gripper. I had previously given the vacuum-powered gripper some consideration but wanted to re-evaluate that choice just in case. In my research, I found that the most reasonable methods to do this given our use case was either using a squishy universal gripper or a suction gripper. However, the squishy universal gripper is better suited when pressing against a smaller object, which does not match our use case. The universal gripper typically molds around the object and holds the mold by vacuuming out the remaining air. The objects we are picking up will not have much normal force opposing the force we apply (since they are freestanding in a shelf) and will not be small, so the universal gripper will not work. The suction gripper will also require a very strong and expensive vacuum pump that is not practical for us to purchase. Typical off-the-shelf vacuum systems seem to only be able to carry 0.22 lbs, so it will not perform well enough.

After the above research, I decided to proceed with the servo-powered claw end effector idea. I have yet to solidify the linear actuation method but believe I will likely be using a DC motor-powered linear slide system. With this in mind, I wanted to sketch out the electronics required for my end effector and linear actuation systems. I chose a standard PWM servo and I2C servo driver (specifically PCA9685 in the diagram) for the claw. I chose a H Bridge motor driver and DC motor for the linear actuation system. Both of these choices were inspired by many other Jetson Nano projects I saw using a servo or DC motor, and I wanted to focus on feasibility before refining my choice of hardware.

However, I realized that the battery needs significantly more consideration than I had previously considered. This is because there are many ways to power the Jetson Nano which requires 5V/2A (10W) while the DC motors will require 12V and the servos require 5V (share the same power source as the Jetson Nano). We can either have different power sources for the motors and Jetson Nano or use a buck converter. I have been heavily evaluating the tradeoffs as the Jetson Nano seems to be sensitive about battery sources (i.e. read a lot of articles indicating that the USB power bank source should be avoided). For now, I left the power source for the Jetson Nano out of the diagram but have been focusing a lot of research in this area.

I believe I am currently on track with researching design considerations. After finishing up my research on electronic components, I will move onto CADing the mechanical components.

Esther Jang’s Status Report for 9/18

This past week, I primarily worked on the project proposal submission that was due on Sunday and the presentation slides due tomorrow with the team. I will be working on the linear actuation system (movement along the z-axis) and the claw grabbing system of the robot. The feedback we received during our week’s meeting (as mentioned in the team update) did not change my side of the project too much, but I have been continuing to do research on these parts.

Currently, I am planning on using linear slides with a motorized pulley system for the z-axis actuation. I have some concerns about the stability of this system, especially given that we will have to take snapshots at the extended unstable heights. There are many standardized servo-actuated claw systems to use for the claw that we can purchase online, but I also may consider 3D printing one. Most of my research has been on these 2 components while keeping these considerations in mind.

My progress is on schedule but I think my next step is to start writing CAD and to start seriously considering what the design of the grabbing system will look like.

Team Status Report for 9/18

Early Sunday this past week, the team created the project abstract. We met with Professor Tamal and our TA Tao to discuss the abstract on Wednesday. During this meeting, we decided to add an element of the robot autonomously navigating to and from the shelf. We also learned about April tags and are planning to use this to make this navigation process easier. The other elements of our project will primarily stay the same aside from this change. We also have more considerations to make regarding implementation details and what hardware to use.

Aside from our project proposal discussion, we have been working on putting together our presentation slides that are due tomorrow.