-
Notifications
You must be signed in to change notification settings - Fork 20
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
Changed the build type to ament_python and Fixed package to run with ros2 run #18
Conversation
Please update the title that the PR actually changes the build type of the package. Same for all the other rqt-related PRs with similar changes. |
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.
The changes LGTM, but running on Windows I don't see any of the GUI icons. I don't know if this is just on Windows or introduced by this change.
Signed-off-by: ahcorde <[email protected]>
Signed-off-by: ahcorde <[email protected]>
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.
LGTM!
Same comments than here ros-visualization/rqt_msg#8 (review).
Fixed package to run with
ros2 run rqt_publisher rqt_publisher
. Related to this issue ros-visualization/rqt_console#20Signed-off-by: ahcorde [email protected]