Skip to content

SAR '26#167

Merged
onkoe merged 20 commits into
Sooner-Rover-Team:mainfrom
onkoe:feat/sar_26
Apr 14, 2026
Merged

SAR '26#167
onkoe merged 20 commits into
Sooner-Rover-Team:mainfrom
onkoe:feat/sar_26

Conversation

@onkoe
Copy link
Copy Markdown
Member

@onkoe onkoe commented Feb 21, 2026

Contains fixes and changes made from wheels-on testing in preparation for SAR '26.

Changes

  • lib/feedback: use wrapping checksum math on Wheels
  • src/drive_launcher: tweak Nav2 parameters
  • src/navigator
    • navigator_node: use new lights service path (/lights_service... idk why it changed but oh well)
    • navigator_node: open asyncio task before running navigator (not sure if we need this on other Python nodes, but they all seem to work fine in comparison???)
    • utm_conversion_node: use working QoS settings for odom and gps
  • src/soro_lidar: set a minimum range on the LiDAR detection. otherwise, we detect our chassis/GPS antenna as an object to avoid 🫩

@onkoe onkoe added tests stuff related to testing our work! configuration related to parameters and node configuration cleanup has to do with code cleanup labels Feb 21, 2026
onkoe added 13 commits February 24, 2026 09:36
now, it drives smoothly without problems :D
it was causing us to run into things lmao

the wheels were way too fast when doing this, and we didn't need it.
maybe only do this if `use_sim := True`???
also, lower it to 1.1m from 1.2m. worked a bit better for us, iirc
they helped save us time. might do so again in the future.

note that these are slop-made. analyze and understand the results
thoroughly; don't just trust em
Copy link
Copy Markdown
Contributor

@logbasem logbasem left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Left a couple comments of concerns I noticed, other than that looks good on a skim. Was there for most of these changes so I mean most of them are probably fine.

Comment thread src/drive_launcher/params/nav2.yaml
Comment thread src/navigator/navigator_node/main.py
Copy link
Copy Markdown
Contributor

@conmascheetos conmascheetos left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

From a very brief skim / cursory glance, looks good to me!

@onkoe onkoe merged commit 0d3d7df into Sooner-Rover-Team:main Apr 14, 2026
2 checks passed
@onkoe onkoe deleted the feat/sar_26 branch April 14, 2026 00:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cleanup has to do with code cleanup configuration related to parameters and node configuration tests stuff related to testing our work!

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants