Skip to main content
  1. Blog Posts/

Week 01 Progress Report

·2 mins·
GSoC 2024 AGL The Linux Foundation GSoC '24 WPR
Suchinton Chakravarty
Author
Suchinton Chakravarty
Welcome to my Blog Post Website!

# Migrated from PyQt5 to PyQt6/PySide6.
#

This week, our focus was on porting the UI framework of the AGL Demo Control Panel from Qt5 to Qt6. The migration process was relatively straightforward since the syntax changes between PyQt5 and PyQt6 are minimal.

# Patched Animated Toggle Module to work with PyQt6.
#

In the previous version of the Control Panel, we relied on the ‘qtwidgets’ module to render animated toggle switches. However, this package did not support PyQt6 out of the box. To address this, I extracted the relevant module and patched it to work with the Qt6 framework. Instead of relying on qtpy (a Python library that abstracts various Qt APIs), we now use native PyQt6 components.

# Updated the README.
#

I also updated the README file to include new instructions for compiling the PyQT6 resources. While this change was minor, I still need to update other instructions to fully reflect recent modifications.

# Conclusion
#

All the code changes have been pushed to Gerrit. Additionally, We’ve created a new JIRA issue to track this year’s contributions under GSoC 2024.

# What Next?
#

  • Implement improved UX/UI.
  • Utilize CARLA APIs for recording and playback sessions.
  • Discuss the CARLA server setup intent with mentors.

Related

GSoC 2024 Community Bonding Period
·2 mins
GSoC 2024 AGL The Linux Foundation Community Bonding Period
Week 22 Progress Report
·2 mins
GSoC 2023 AGL The Linux Foundation GSoC '23 WPR
Week 21 Progress Report
·3 mins
GSoC 2023 AGL The Linux Foundation GSoC '23 WPR