admin管理员组

文章数量:1332373

I'm currently working with the VEX V5 Brain and want to use Xcode for development with PROS (version 3.8.0) because I prefer native operation (I use a Mac). From my research, it seems like most of the documentation and community discussions around PROS and VEX robotics development suggest using Python and the terminal/command line tools. However, I'm specifically interested in integrating PROS with Xcode, as I'm more comfortable with that environment.

What I've Tried:

  1. I reviewed the PROS documentation and it mentions using a Linux-based toolchain with Python. Most of the tutorials and guides I've come across focus on setting up PROS with a command-line interface (CLI), not with IDEs like Xcode.

  2. I also explored the PROS GitHub repositories, but I couldn't find any references to supporting Xcode or integrating PROS directly with it.

  3. I thought about downloading PROS and installing it as a library or repository in Xcode, but I couldn't find any instructions on how to do this either. The instructions I encountered mostly involve using Python and a terminal-based workflow.

  4. In terms of hardware, I have the VEX V5 Brain connected via USB, and I am comfortable using VEXcode to upload programs. But I want to move away from VSCode and use PROS with Xcode if possible.

My Question:

Is it possible to use Xcode to develop with PROS for the VEX V5 Brain? If so, how would I go about setting it up? Alternatively, is there a way to configure Xcode as a suitable IDE for PROS development, or would I have to rely on a terminal-based workflow for this version of PROS (3.8.0)?

Any guidance on how to integrate PROS with Xcode, or if it's feasible at all, would be greatly appreciated.

本文标签: cCan I use Xcode to code for the VEX V5 Brain with PROS (380)Stack Overflow