Daniel W. Steinbrook

Results 64 comments of Daniel W. Steinbrook

Mmm, I don't think we should make safety callouts permanently on. There's a valid use case for the app for low-vision non-cane users who don't need assistance finding steps and...

Ah, good point, the three categories should actually be Mobility, Safety, and Intersections. The "Mobility" category encompasses some random stuff that aren't directly related to modes of transportation, like ATMs...

> So how I'm understanding what the final list should look like is this: "Allow Callouts," "Places & Landmarks," "Mobility," "Safety," "Intersections," "Distance to Audio Beacon," and "Repeat Callouts." Yep,...

Here's the logic that sometimes skips the language selection during app setup: https://github.com/soundscape-community/soundscape/blob/b48232d630a3fb923f4ebf57fe3cdf3b1ab6dfc1/apps/ios/GuideDogs/Code/Visual%20UI/Views/Onboarding/OnboardingWelcomeView.swift#L22-L26 So the user is presented with language selection only if the device locale and app locale don't...

There's not currently any mechanism for receiving user data. The `GDATelemetry` subsystem was not included in the open-source release provided by Microsoft, and we never hooked up a replacement, so...

Ah, I hadn't realized this information was already exposed to the user, under the Troubleshooting section. To the implementers, the relevant code is here: https://github.com/soundscape-community/soundscape/blob/main/apps/ios/GuideDogs/Code/Visual%20UI/View%20Controllers/Settings/StatusTableViewController.swift#L112

To play a callout at startup and wake, we can locate the places where the `appLaunch` glyph is played, namely in these two places: https://github.com/soundscape-community/soundscape/blob/main/apps/ios/GuideDogs/Code/App/AppContext.swift#L245 https://github.com/soundscape-community/soundscape/blob/main/apps/ios/GuideDogs/Code/Behaviors/EventProcessor.swift#L156 However, we can't simply...

Revising my previous comment: the first accuracy reading on launch/wake generally seems to be very large (i.e. imprecise) and gradually improves with subsequent readings. I think this is what you...

> Here is the link to my user diary entry on Open Street Map. If we could create a tool that could automatically add tags for Navilens to existing OSM...

> Is there a way to get to the software for this issue because as far as I'm aware the OSM software is not integrated into the Soundscape guide dogs...