-
- Downloads
Fix an architectural issue with the ORB that prevented publication from interrupt context.
ORB topic advertisements are now global handles that can be used in any context. It is still possible to open a topic node as a publisher, but it's not the default. As a consequence, the type of the handle returned from orb_advertise has changed; all other API remains the same.
Showing
- apps/attitude_estimator_ekf/attitude_estimator_ekf_main.c 1 addition, 1 deletionapps/attitude_estimator_ekf/attitude_estimator_ekf_main.c
- apps/commander/commander.c 1 addition, 1 deletionapps/commander/commander.c
- apps/drivers/drv_orb_dev.h 3 additions, 0 deletionsapps/drivers/drv_orb_dev.h
- apps/drivers/hmc5883/hmc5883.cpp 1 addition, 1 deletionapps/drivers/hmc5883/hmc5883.cpp
- apps/drivers/mpu6000/mpu6000.cpp 2 additions, 2 deletionsapps/drivers/mpu6000/mpu6000.cpp
- apps/drivers/ms5611/ms5611.cpp 1 addition, 1 deletionapps/drivers/ms5611/ms5611.cpp
- apps/examples/px4_simple_app/px4_simple_app.c 2 additions, 2 deletionsapps/examples/px4_simple_app/px4_simple_app.c
- apps/fixedwing_control/fixedwing_control.c 1 addition, 1 deletionapps/fixedwing_control/fixedwing_control.c
- apps/gps/mtk.c 1 addition, 1 deletionapps/gps/mtk.c
- apps/gps/nmea_helper.c 1 addition, 1 deletionapps/gps/nmea_helper.c
- apps/gps/ubx.c 1 addition, 1 deletionapps/gps/ubx.c
- apps/mavlink/mavlink.c 7 additions, 7 deletionsapps/mavlink/mavlink.c
- apps/multirotor_att_control/multirotor_att_control_main.c 2 additions, 2 deletionsapps/multirotor_att_control/multirotor_att_control_main.c
- apps/multirotor_pos_control/multirotor_pos_control.c 1 addition, 1 deletionapps/multirotor_pos_control/multirotor_pos_control.c
- apps/position_estimator/position_estimator_main.c 1 addition, 1 deletionapps/position_estimator/position_estimator_main.c
- apps/px4/attitude_estimator_bm/attitude_estimator_bm.c 1 addition, 1 deletionapps/px4/attitude_estimator_bm/attitude_estimator_bm.c
- apps/px4/fmu/fmu.cpp 2 additions, 4 deletionsapps/px4/fmu/fmu.cpp
- apps/px4/px4io/driver/px4io.cpp 1 addition, 1 deletionapps/px4/px4io/driver/px4io.cpp
- apps/sensors/sensors.c 4 additions, 5 deletionsapps/sensors/sensors.c
- apps/uORB/uORB.cpp 58 additions, 30 deletionsapps/uORB/uORB.cpp
Loading
Please register or sign in to comment