This repository has been archived by the owner on Jul 17, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 123
Path problem #11
Open
imxood
wants to merge
10
commits into
ajshort:master
Choose a base branch
from
imxood:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Path problem #11
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
|
ok
2017-11-23 10:39 GMT+08:00 Andrew Short <[email protected]>:
…
1. Could you please isolate the code you actually changed? There's a
lot of unrelated changes in this request.
2. Please do not remove the copyright/license information.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#11 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AOM2uHeZvZ8sS-mVXlxEWVMnuBD7E_nJks5s5Nr9gaJpZM4QoNIN>
.
|
Not using git very well,Sorry, and this is the first time using "New pull
request".....After many modify, now the python code can be debug.
2017-11-23 10:40 GMT+08:00 imx x <[email protected]>:
… ok
2017-11-23 10:39 GMT+08:00 Andrew Short ***@***.***>:
>
> 1. Could you please isolate the code you actually changed? There's a
> lot of unrelated changes in this request.
> 2. Please do not remove the copyright/license information.
>
> —
> You are receiving this because you authored the thread.
> Reply to this email directly, view it on GitHub
> <#11 (comment)>,
> or mute the thread
> <https://github.com/notifications/unsubscribe-auth/AOM2uHeZvZ8sS-mVXlxEWVMnuBD7E_nJks5s5Nr9gaJpZM4QoNIN>
> .
>
|
When you source ROS in a terminal, what is your |
[image: 内嵌图片 2]
[image: 内嵌图片 3]
I did not modify PYTHONPATH path. Write python source package's paths to
.env file via plug-in, python source package's path are the value of the
another PYTHONPATH environment variable. vscode will automatically merge
PYTHONPATH
2017-11-27 10:07 GMT+08:00 Andrew Short <[email protected]>:
… When you source ROS in a terminal, what is your PYTHONPATH set to? Also
what is the python autocomplete extra paths option with this change?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#11 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AOM2uPjk64KDlttAzrqV7SAxbCpeUqu-ks5s6hlPgaJpZM4QoNIN>
.
|
Can you either post the text or upload the images via the GitHub web interface? The images did not come through. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Compile multiple sources, I need to include multiple source path to the workspace(cpp_include and pythonpath), ok, It was solved~