Skip to content
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

porting rqt_console to ros2 #8

Merged
merged 2 commits into from
Nov 26, 2018
Merged

porting rqt_console to ros2 #8

merged 2 commits into from
Nov 26, 2018

Conversation

mlautman
Copy link
Member

@mlautman mlautman commented Nov 17, 2018

@@ -82,6 +83,8 @@ def __init__(self, context):

self._subscriber = None
self._topic = '/rosout_agg'
self._node = rclpy.create_node('rqt_console')
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should make use of the new ros2_plugin_context._node

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

src/rqt_console/console_settings_dialog.py Show resolved Hide resolved
@mlautman mlautman force-pushed the ros2-port branch 4 times, most recently from 55a5211 to 79dfb27 Compare November 21, 2018 23:08
@mlautman mlautman merged commit 27e9e37 into crystal-devel Nov 26, 2018
@mlautman mlautman deleted the ros2-port branch November 26, 2018 20:32
mlautman added a commit that referenced this pull request Nov 29, 2018
* porting rqt_console to ros2

* changing default values in log msg type to match PR
mlautman added a commit that referenced this pull request Nov 30, 2018
* porting rqt_console to ros2

* changing default values in log msg type to match PR
find_package(ament_cmake REQUIRED)
find_package(ament_cmake_python REQUIRED)
# Note: This is needed for rcl_interfaces Log.msg
find_package(rcl_interfaces REQUIRED)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See #9.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants