-
Notifications
You must be signed in to change notification settings - Fork 4
[Simulator] Arm / Disarm Button and Guided / Manual Button don't change state if controlled by code #10
Comments
I'm unable to reproduce this on the MacOS version of the latest release binary https://github.com/udacity/FCND-Simulator-Releases/releases/tag/v0.0.3-preview |
nickfixit in the Slack Channel has the same problem that the Disarm / Arm Buttons are not working if controlling the sim programmatically. Anyway, no big issue, just a minor bug at pressent as log as the sim react at all. |
There was a bug in the earlier versions but it should be fixed in the latest version so I'm not sure what's going on. Is there a deterministic way to break it you can share? |
I just removed the whole conda fcnd environment and also deleted the starter kit and udacidrone. I did the whole setup again from the beginning as described and also downloaded the new simulator version 0.0.3 but I still have the same problem. The Arm / Disarm and Manual / Guided Buttons are not changing state. Furthermore I noticed also the Latitude / Longitude / Altitude display is not working. In the attached picture the quad is flying an the rotors are spinning, but one can see that the Buttons and the Latitude /... display is still showing 0. Furthermore I attached the TLog.txt file if it is of any help. If I can provide any other log files or anything, just let me know. |
I have this problem on MacOS with version 0.0.3 |
same problems as silentwater describes |
@asimonov what macos version? I'm on the high sierra 10.13.3 and the binary works fine |
I am on 10.11.6 |
in terms of config -- I have created fcnd env as described in lectures. think I have done this couple of weeks ago. using locally installed miniconda |
Maybe it is possible to provider a Simulator / udacidrone with extended Logging Options, eventually with the possibility to set different log levels. If there is any posibility to provide more detailed Log files, just let me know, so I can attach it here. |
Just another thing which I noticed. If I press Shift-R within the Simulator to Reset the scene, the drone doesn't react at all anymore to any commands from the python / ipython console. Even take_off or cmd_position doesn't work anymore, not only the arm/disarm/... buttons not changing state. I have to restart the Simulator to get it working again. |
I have just downloaded version of Simulator for Path Planning and it works as expected. I see coordinates updated from the start. And when script sends Arm/Control the indicators in simulator change as expected. I did not do any changes in my laptop. Not even rebooted since when I reported issues with simulator.0.0.3 version. |
https://docs.unity3d.com/Manual/LogFiles.html . This link should be added somewhere in the classroom since it could be useful for debugging sim issues. Player.log is the one of interest. |
I attached the "output_log.txt" file from my Windows 7 Machine which according to the unity3d manual should correspond to to Player.log. There are some error messages, but can't tell if it has anything to do with my Arm / Manual Button not working and the Latitude / Longitude /... and the compas not working. See attached Log File: The file mentioned in the loge file doesn't exist on my machine. Also the whole folter structure doesn't exit. |
This should be fixed on the next release |
can you try on this release https://github.com/udacity/FCND-Simulator-Releases/releases/tag/v0.0.4-preview? |
works for me on MacOS 10.11.6!
… On 15 Feb 2018, at 17:28, Dominique Luna ***@***.***> wrote:
can you try on this release https://github.com/udacity/FCND-Simulator-Releases/releases/tag/v0.0.4-preview <https://github.com/udacity/FCND-Simulator-Releases/releases/tag/v0.0.4-preview>?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub <#10 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AAOr9oJkVk11mzDk8fR0dgDS5ycKEAXLks5tVGlJgaJpZM4Rs_Kg>.
|
Thx, working now also on my Win7 machine. Think can be closed ass fixed :) |
Closing as fixed in release v0.0.4 |
As in the Title already written. If controling the Simulator programmatically and arming / disarming / taking control by code, the buttons state don't change.
The text was updated successfully, but these errors were encountered: