-
Notifications
You must be signed in to change notification settings - Fork 74
Moving rqt to pure python (#169) #170
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
Conversation
968c637
to
0e54f9f
Compare
@dirk-thomas Addressing your comments from #169 (comment)
Addressed
Test files were added to rqt_gui and rqt_gui_py
A main function was added to main.py. I couldn't figure out how to get entry_points to call a script without a function as its entry point, nor could I figure out how to call the Main class method main. rqt/rqt_gui/src/rqt_gui/main.py Line 86 in 0e54f9f
Addressed |
0a532eb
to
c94c0c8
Compare
c94c0c8
to
d3a40ca
Compare
I don't know what the recommended approach for setuptools is but currently it only list a single author (see previous comment). |
It looks like as many names and emails can be added in the author name field, email address field can only be one though. |
d3a40ca
to
ca7e6bd
Compare
Also in ROS 1 |
rqt_gui/setup.cfg
Outdated
[develop] | ||
script-dir=$base/lib/rqt_gui | ||
[install] | ||
install-scripts=$base/lib/rqt_gui |
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.
This file should removed to place the rqt
executable into bin
.
ca7e6bd
to
2ae1ee6
Compare
Tested on windows, and it has the expected effects. |
2ae1ee6
to
763a27f
Compare
@ros-pull-request-builder retest this please |
('share/ament_index/resource_index/packages', | ||
['resource/' + package_name]), | ||
('share/' + package_name, ['package.xml']), | ||
('share/' + package_name + '/resource/', ['plugin.xml']) |
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.
See #179.
re-opening #169