Cube yellow or cube orange are they not supported rtps?

Hi there,
I have cube yellow, and I want to use RTPS
but cube yellow not supported RTPS isn’t it?
Will Cube Yellow support RTPS?
If it apply, when is it?

thanks,

You can enable it yourself by creating an rtps.px4board in PX4-Autopilot/boards/cubepilot/cubeyellow at master · PX4/PX4-Autopilot · GitHub, similar to PX4-Autopilot/rtps.px4board at master · PX4/PX4-Autopilot · GitHub. And then build and load it to the Cube.

Hi @TSC21, since this link [quote=“TSC21, post:2, topic:27544”]
PX4-Autopilot/rtps.px4board at master · PX4/PX4-Autopilot · GitHub
[/quote] is not more active, do you know if a rtps.px4board in cubepuilot/cubeorange like the following could work?

CONFIG_COMMON_BAROMETERS=n
CONFIG_COMMON_TELEMETRY=y
CONFIG_DRIVERS_OSD=n
CONFIG_EXAMPLES_FAKE_GPS=n
CONFIG_SYSTEMCMDS_ACTUATOR_TEST=n
CONFIG_SYSTEMCMDS_DUMPFILE=n
CONFIG_SYSTEMCMDS_MOTOR_TEST=n
CONFIG_SYSTEMCMDS_REFLECT=n
CONFIG_SYSTEMCMDS_SD_BENCH=n
CONFIG_SYSTEMCMDS_SD_STRESS=n
CONFIG_SYSTEMCMDS_SERIAL_TEST=n
CONFIG_DRIVERS_BAROMETER_BMP388=y
CONFIG_DRIVERS_BAROMETER_MS5611=y
CONFIG_MODULES_MICRODDS_CLIENT=n
CONFIG_MODULES_MICRORTPS_BRIDGE=y
CONFIG_DRIVERS_TELEMETRY_FRSKY_TELEMETRY=y

Thanks