-
Notifications
You must be signed in to change notification settings - Fork 68
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
Fixed version of incomplete 1st noetic reslease (4.0.0) #43
Conversation
This reverts commit 4cbd2ab.
…because we want to use local xdot for Pytohn2 and sytem xdot for Python3
…or noetic, but need to remove smach_viewer/lib/smach_viewer from sys.path
Signed-off-by: Mikael Arguedas <[email protected]>
Great! It works with these changes. I opened #44 to fix some deprecation warnings, but we would need to check if this as no detrimental effect on older dependency versions (melodic) I have a lot of errors still in some case (when updating the structure of some SMs or if I run smach_viewer after my SMs started) but I have the same issue with #39 so this PR makes it as working as #39 👍 |
Signed-off-by: Mikael Arguedas <[email protected]>
Signed-off-by: Mikael Arguedas <[email protected]>
Signed-off-by: Mikael Arguedas <[email protected]>
Signed-off-by: Mikael Arguedas <[email protected]>
…nings update use of deprecated functions
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
great 👍
catkin_install_python
to uses/usr/bin/env python3
shebang for Noetic2to3 -w -f improt
, which beraks on noetic