Mechanical-Advantage / AdvantageScope

Robot telemetry application for FRC
https://docs.advantagescope.org/
MIT License
175 stars 52 forks source link

Component position offsets not affecting model #210

Closed DanPeled closed 3 weeks ago

DanPeled commented 4 weeks ago

Describe the bug When changing the the position offset on a custom robot model's component, the position in the field of the component isnt being affected

Version (required): Version: 4.0.0-beta-1 Distributor: FRC 6328 Platform: linux-x64 Build Date: 9/26/2024, 24:41:47 UTC Electron: 32.0.2 Chromium: 128.0.6613.84 Node: 20.16.0

jwbonner commented 3 weeks ago

Are you following the setup process here? The zeroedRotations and zeroedPosition keys don't affect the component positions unless a component pose is published.

DanPeled commented 3 weeks ago

Oh, I figured it might be something like that, thanks!