Hello,
I am trying to get rosflight to work on my flight controller, Mateksys F405-CTR. I am using Ubuntu 18.04 and downloaded the latest version of rosflight today (06/06/2020). When I try to run :
rosrun rosflight rosflight_io _port:=/dev/ttyACM0
I get the following output:
[ INFO] [1591454910.420267946]: Connecting to serial port "/dev/ttyACM0", at 921600 baud
[ERROR] [1591454913.421457993]: Received 0 of 0 parameters. Requesting missing parameters...
I am wondering what the cause of this might be or if the board is even compatible at all? I tried following the guide listed here [1]. As I understood it the F405 boards should be compatible or am I mistaken?
When I call:
rosservice call /param_get PID_ROLL_ANG_P
I get the following output:
exists: False
value: 0.0
I suspect that I have misunderstood something. Any clearifications or feedback would be greatly appreciated.
PS: When I call lsusb, the port with the board gives the following output, which I find odd as the board should be F405.
Bus 001 Device 024: ID 0483:5740 STMicroelectronics STM32F407
I don’t know if that is relevant, but I thought it was worth mentioning.
[1] https://docs.rosflight.org/developer-guide/building-flashing/#f4