verlab / hero_common

This project contributes to an open source ROS-based framework for swarm robotics. We propose an low cost, high availability swarm system that could be printed and assembled multiple times without special knowledge or hardware skills.
https://verlab.github.io/hero_common/
60 stars 16 forks source link

Battery Connector Polarity is Labeled Incorrectly on PCB #19

Closed abrahamjsimpson closed 1 year ago

abrahamjsimpson commented 1 year ago

We are using version 2.6. Looking at the PCB design (board.brd), I noticed that between the connector where the battery is plugged in and the header for the left encoder there is silkscreen text (on layer 25, tNames) that says "VCC GND" (see screenshot). Mislabeled Battery connector It seems that this label is intended for the battery connector; however, if so, they are reversed! As the screenshot shows, ground is actually on the left and VCC is on the right. This should be fixed.

rezeck commented 1 year ago

Hey @abrahamjsimpson,

Thank you for reporting this issue.

I incorporated this modification in the 2.7 version of the board.

image image

Best, Rezeck

abrahamjsimpson commented 1 year ago

Thank you!