RC configuration and switch mapping

Hello,

I’m trying to get my motors spinning using my transmitter (FlySky i6X). I’ve carefully followed the steps of the RC configuration guide but I keep seing this message from the rosflight_io node:

[ INFO] [1626719742.334609324]: Firmware version: v1.1.0-457-g2a8fff56
[ WARN] [1626719742.335207545]: RC override active
[ERROR] [1626719742.335426239]: Autopilot ERROR: RC lost
[ WARN] [1626719742.335680506]: Autopilot now in ANGLE mode
[ INFO] [1626719742.345660358]: Detected time offset of 1626719331.663 s.
[ INFO] [1626719742.666093259]: Got HEARTBEAT, connected.
[ INFO] [1626719743.267791153]: [Autopilot]: ARM switch not mapped
[ INFO] [1626719743.288074915]: [Autopilot]: ATTITUDE OVERRIDE switch not mapped
[ INFO] [1626719743.309597043]: [Autopilot]: THROTTLE OVERRIDE switch not mapped
[ INFO] [1626719743.332565296]: [Autopilot]: ATTITUDE TYPE switch not mapped
[ INFO] [1626719743.350555654]: [Autopilot]: Baro Cal successful!
[ INFO] [1626719745.242913153]: Received all parameters
[ INFO] [1626719856.620181410]: [Autopilot]: IMU offsets captured
[ INFO] [1626719857.652666396]: Parameter GYRO_X_BIAS has new value -0.00487312
[ WARN] [1626719857.652986026]: There are unsaved changes to onboard parameters
[ INFO] [1626719857.672880993]: Parameter GYRO_Y_BIAS has new value -0.00331191
[ INFO] [1626719857.691875088]: Parameter GYRO_Z_BIAS has new value 0.0617433
[ INFO] [1626719857.712118540]: Parameter ACC_X_BIAS has new value -0.595492
[ INFO] [1626719857.734895600]: Parameter ACC_Y_BIAS has new value -0.255773
[ INFO] [1626719857.754133806]: Parameter ACC_Z_BIAS has new value 1.00422
[ INFO] [1626719858.277008180]: Parameter RC_ATT_CTRL_CHN has new value -1
[ INFO] [1626719864.533945199]: Parameter BARO_BIAS has new value 0
[ WARN] [1626719864.534292903]: There are unsaved changes to onboard parameters
[ INFO] [1626719864.734418598]: Parameter RC_ATT_CTRL_CHN has new value -1
[ INFO] [1626719868.453753710]: [Autopilot]: Baro Cal successful!
[ INFO] [1626719869.904361437]: Parameter BARO_BIAS has new value 15346
[ WARN] [1626719869.904661381]: There are unsaved changes to onboard parameters
[ INFO] [1626719870.106109088]: Parameter RC_ATT_CTRL_CHN has new value -1
[ INFO] [1626719876.727439281]: Param write succeeded
[ INFO] [1626719876.727750006]: Onboard parameters have been saved
[ INFO] [1626719876.728228436]: Detected time offset of 1626719332.100 s.
[ INFO] [1626719876.728435256]: Detected time offset of 1626719332.151 s.
[ INFO] [1626719876.728612858]: Detected time offset of 1626719332.200 s.
[ INFO] [1626719876.728778012]: Detected time offset of 1626719332.251 s.
[ INFO] [1626719876.728980613]: Detected time offset of 1626719332.301 s.
[ INFO] [1626719876.729167850]: Detected time offset of 1626719332.350 s.
[ INFO] [1626719876.729324566]: Detected time offset of 1626719332.401 s.
[ INFO] [1626719876.745621774]: Detected time offset of 1626719332.443 s.
[ INFO] [1626719908.311768344]: Autopilot RECOVERED ERROR: RC lost
[ WARN] [1626719908.312123262]: RC override active
[ INFO] [1626720280.209524307]: Param write succeeded
[ INFO] [1626720280.209826338]: Onboard parameters have been saved
[ INFO] [1626720280.212305135]: Detected time offset of 1626719334.461 s.
[ INFO] [1626720280.212521645]: Detected time offset of 1626719334.512 s.
[ INFO] [1626720280.212702113]: Detected time offset of 1626719334.561 s.
[ INFO] [1626720280.212862946]: Detected time offset of 1626719334.612 s.
[ INFO] [1626720280.213046488]: Detected time offset of 1626719334.661 s.
[ INFO] [1626720280.213277529]: Detected time offset of 1626719334.712 s.
[ INFO] [1626720280.213456383]: Detected time offset of 1626719334.762 s.
[ INFO] [1626720280.244107470]: Detected time offset of 1626719334.794 s.

I have assigned a switch for arm/disarm by changing the default value of the ARM_CHANNEL parameter but still got the ‘ARM switch not mapped’ message. However, when I echo /rc_raw it displays the signals of the sticks and switches. Is there any specific parameter I might have forgotten to set? I’m quite stuck at this point. Sorry if I’m posting senseless questions, I’m new with ROS and ROSflight and there are some things I don’t have quite clear yet.