-
-
### I tried this:
```wing
let url = "http://example.com";
let x= Json{
"{url}": "valid"
};
log("{Json.stringify(x)}");
```
### This happened:
`{"{url}":"valid"}`
the key isn't set …
-
#### Issue details
ArduPilot should have a way to set custom failsafe actions, at least failsafe servo/pwm positions for outputs.
an example usecase would be: I have a beeper connected to a pwm outp…
-
First off the recent March 2023 Wing firmware update 1.13.7 appears to NOT have 'one subscription at a time' warning as mentioned on the bitfocus connection page ( https://bitfocus.io/connections/behr…
-
There are some more complex solving rules that aren't caught by the current program.
-
Hello!
I have a question:
My vehicle is a flying wing. So in your documentation, the setpoints can only be set with x,y,z,yaw. Can't I control the pitch and roll angle?
Thank you!!
-
- [ ] both use generated autopilot @Dennis-Wijngaarden
- [ ] NPS simulator in SI units
- [ ] both use same sequence of actuators
- [ ] guidance code should be in guidance (make sense, no?)
- …
-
### I tried this:
```js
bring cloud;
let x: str? = nil;
new cloud.Function(inflight () => {
if false {
log(x!);
}
});
```
### This happened:
It fails to compile
```
Error: Une…
-
Pasted here so they don't take repo space.
![image](https://user-images.githubusercontent.com/734200/162287477-96696b18-890b-4c1b-8a73-d662e577cc48.png)
![image](https://user-images.githubuserco…
-
There is an issue with tailsitters when I click the "Transsition to Fixed Wing" Button on QGC.The tailsitter goes into a death spin and crashes into the ground after transitioning to fixed wing mode i…