# Development on Starling V2

Source: https://forum.modalai.com/topic/2529/development-on-starling-v2
Category: General Questions (https://forum.modalai.com/category/2/general-questions)
Tags: starlingv2, documentation
Posted: 2023-08-03 03:18:43 UTC by kerct
Replies: 5 · Views: 2173

## kerct · 2023-08-03 03:18:43 UTC

I have a Starling V2 with me and have went through the VOXL developer bootcamp. I would like to develop custom applications on it, but the technical docs for that have not been updated for a while. When will it be ready? Can we at least have access to the older versions of the docs for reference so that we can start somewhere? 

Also, how can we setup HITL for Starling? For VOXL2, we should connect to the J18 port but this is already connected to the ESC on Starling. Can we have a guide for that too? 

Thank you.

## Reply by Eric Katzfey (ModalAI staff) · 2023-08-03 15:44:23 UTC

@kerct Regarding HITL it was not supported in the initial px4 release in SDK 1.0.0 but it is supported in the most recent version here: http://voxl-packages.modalai.com/dists/qrb5165/staging/binary-arm64/voxl-px4_1.14.0-2.0.43_arm64.deb. But you will need to get access to that UART port so you will have to unplug the ESC connector and plug in the HITL serial cable there. Documentation should be updated early next week.

## Reply by kerct · 2023-09-06 08:52:44 UTC (in reply to Eric Katzfey)

@Eric-Katzfey I'm using the staging version but it doesn't recognise the command "voxl-px4-hitl" as shown in the screenshot below. Am I doing anything wrong? 

![49d65aad-9bd9-4636-bdf9-1b3f4aa32950-image.png](https://forum.modalai.com/assets/uploads/files/1693990180105-49d65aad-9bd9-4636-bdf9-1b3f4aa32950-image.png) 

Also, I'm still waiting for the documentation for developing custom VOXL applications https://docs.modalai.com/mpa-development/

## Reply by Eric Katzfey (ModalAI staff) · 2023-09-06 17:53:58 UTC (in reply to kerct)

@kerct Yes, sorry, there are 3 missing files for HITL in the package. These can be found in our fork of the px4 firmware here: https://github.com/modalai/px4-firmware/tree/voxl-dev. The 3 files are voxl-px4-hitl, voxl-px4-hitl-start, and voxl-px4-hitl-set-default-parameters.config. voxl-px4-hitl and voxl-px4-hitl-start need to be placed in /usr/bin and voxl-px4-hitl-set-default-parameters.config needs to be placed in /etc/modalai. These three files will be added to future package releases.

## Reply by kerct · 2023-09-08 04:19:27 UTC (in reply to Eric Katzfey)

@Eric-Katzfey Besides voxl-px4 is there a way to simulate other services like voxl-vision-hub? In particular I would like to simulate the VOA behaviour

## Reply by Eric Katzfey (ModalAI staff) · 2023-09-08 15:33:30 UTC (in reply to kerct)

@kerct Not that I am aware of. You could look into Gazebo and see if there is a way to add that. Or you could create your own Gazebo extension to do this.
