-
Notifications
You must be signed in to change notification settings - Fork 118
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
ionic/install_windows_src: More bulletproof terminal setup instructions #515
Conversation
Signed-off-by: Martin Pecka <[email protected]>
The PS console activation code comes from https://stackoverflow.com/questions/64149680/how-can-i-activate-a-conda-environment-from-powershell#comment122022285_67996662 . |
I actually don't know if it's the intended behavior that Gazebo requires to be run inside a VS shell. However, that's what was needed on my system. Without it (and with conda activated and workspace sourced), I get:
|
That is indeed strange. Are you using Command Prompt or Windows Powershell? |
I'm using the command prompt. |
Then something is indeed strange. If you want to debug more, you could try to load |
Signed-off-by: Martin Pecka <[email protected]>
Weird. I just rebooted the computer and now it works in a normal CMD shell. One possibility is that I'm using "conemu" as the command prompt, which normally just spawns a CMD subprocess and works the same as CMD. However, I've noticed that conemu is unable to reload system env variables if you change them - it always needs to reboot the computer. I don't know exactly which system variable it needed, but my guess is that this requirement to reboot can be attributed to conemu and that it should not affect other users. |
I've removed the wording about VS command prompt from this PR. |
Signed-off-by: Martin Pecka <[email protected]>
We've noticed that versions of tinyxml or Bullet installed via chocolatey (as used in the ROS 2 install instructions) might cause weird issues like this. |
Oh, I haven't dived into any ROS 2 + GZ tutorials. Combining Conda + Choco packages, that must be a very "interesting"... hell :-D |
Signed-off-by: Martin Pecka <[email protected]>
Hi |
🦟 Bug fix
Summary
I've added a few tips for Windows usage based on my experience.
Checklist
codecheck
passed (See contributing)Note to maintainers: Remember to use Squash-Merge and edit the commit message to match the pull request summary while retaining
Signed-off-by
messages.