-
Notifications
You must be signed in to change notification settings - Fork 167
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Invalid commands #208
Comments
@brunopinto900 In the logs you can see that Failsafe is being enabled:
It's probably because you don't have QGC enabled and you didn't disable the failsafe |
Thank you. How do i disable the failsafe? One things, do i need special modifications to run the code on WSL2? |
@brunopinto900 Have you tried running QGC on parallel to see if this is indeed the problem? You need to disable the data link failsafe that is a parameter on the FMU side (probably with QGC)
I have never used WSL2 so I have no idea |
I will try to run the QGC and let you know. |
@Jaeyoung-Lim QGC didn't solved the issue. I changed branch in PX4 Firmware: git checkout v1.12.3. Its working now. |
@brunopinto900 I don't think that is a solution but a workaround. - I believe v1.12.3 has a slightly different offboard infrastructure on the fmu side. |
Its not a solution, i am aware, but right now i just want to implement a project and when the time comes i can come back to this issue. |
Installed everything and i can launch the simulation with: roslaunch geometric_controller sitl_trajectory_track_circle.launch.
I tried two FCU URL: 1) the default local host ; 2) my WSL2 host address. Gazebo and RViz opens. I can see the 3d reference trajectory moving in RViz. My specs are: Ubuntu 20, WSL2
However the drone doesn't take off. This is the output when i run
roslaunch geometric_controller sitl_trajectory_track_circle.launch
The text was updated successfully, but these errors were encountered: