Junwoo Hwang

Results 151 comments of Junwoo Hwang

Discussion seems to have diverged into TELEM port configuration & DSHOT. Closing as resolved

It would be interesting to compare the compiler differences (20KB result is quite big!), but this itself is a re occurring problem in PX4 👻

> Tracing _diff_pres_offset back leads to the function Airspeed::ioctl, lib/drivers/airspeed/airspeed.cpp:114 which sets _diff_pres_offset. This function does not appear to be called anywhere so _diff_pres_offset stays as 0.0f. I have just...

Also, this should have been fixed starting on v1.13, from this commit: https://github.com/PX4/PX4-Autopilot/commit/d1d15a6f6d46588a68458f069796213de0ba1cbf For now I don't know if it would be valuable to backport and fix this bug in...

> However, for v1.14 beta this should have been resolved, as the offset is now decoupled from the airspeed sensor driver, and is taken into account inside airspeed calibration code...

@ryanjAA provided this log of an Airspeed calibration working fine with the latest `release/1.14` branch, using the same SDP33 sensor: https://review.px4.io/plot_app?log=079cea16-699f-47c8-93b6-9639f5d57d00, and as you reported, the problem seems to be...

Doesn't that message come from using tf.while_loop() ? I had similar message, so I gave 'shape' info after 'variable' in tf.while_loop() And, it is probably because 'music' gets concatenated every...

Seems like this is probably doable with: https://docs.bokeh.org/en/latest/docs/user_guide/interaction/linking.html

Seems like this was actually removed intentionally from this commit: https://github.com/PX4/flight_review/commit/6851ec230ec9dec381e9ad49e19ffc2af2c8ae6a#diff-b21808fb881ff9377c69f652e4f30d0dd75598f6bf55f1f9469b81d35b662c83 " plots: make sure the initial x-axis range is equal for all plots otherwise it can be confusing if...

@uavfactory I was able to implement this quickly using this commit: https://github.com/junwoo091400/flight_review/commit/3825ccca59cea2d1323daec194171f5feb811291 But I noticed a significant decrease in responsiveness of the graph when I am pan/zooming them. I am...