# Enabling Ghost atto RC input in HITL

Source: https://forum.modalai.com/topic/3647/enabling-ghost-atto-rc-input-in-hitl
Category: Development Drones (https://forum.modalai.com/category/44/development-drones)
Tags: starling
Posted: 2024-07-15 20:16:31 UTC by LanSolo
Replies: 2 · Views: 600

## LanSolo · 2024-07-15 20:16:31 UTC

Anyone know how to start the RC service correctly in HITL simulation mode on the Starling 2 MAX with a Ghost Atto/Orca controller (using Voxl SDK 1.3)? (https://docs.modalai.com/orqa-ghost/) I noticed in the HITL there is mention of staring a CRSF rc input, but not the Atto RC input if different. (https://docs.modalai.com/voxl2-PX4-hitl/#flying-the-drone-with-a-radio-control)

## Reply by tom (ModalAI staff) · 2024-07-15 20:39:21 UTC

@LanSolo You can start the ghost driver by setting the following in `/etc/modalai/voxl-px4.conf`

```
RC=GHST
```

or you can start the driver manually with

```
qshell ghst_rc start -d 7
```

## Reply by LanSolo · 2024-07-16 19:34:56 UTC (in reply to tom)

@tom 

Perfect! That worked
