Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

rqt_graph crashes immediately #68

Closed
flynneva opened this issue Nov 27, 2021 · 1 comment · Fixed by #73
Closed

rqt_graph crashes immediately #68

flynneva opened this issue Nov 27, 2021 · 1 comment · Fixed by #73
Assignees
Labels
bug Something isn't working

Comments

@flynneva
Copy link

Required information

Operating system:

Ubuntu 20.04.3 LTS

Compiler version:

GCC 9.3.0

Branch:

galactic

Observed result or behaviour:

ros2 run rqt_graph rqt_graph crashes immediately when ran, outputting this error:

ros2 run rqt_graph rqt_graph
Log level set to: [Warning]
Log level set to: [Warning]
PluginManager._load_plugin() could not load plugin "rqt_graph/RosGraph":
Traceback (most recent call last):
  File "/opt/ros/galactic/lib/python3.8/site-packages/qt_gui/plugin_handler.py", line 102, in load
    self._load()
  File "/opt/ros/galactic/lib/python3.8/site-packages/qt_gui/plugin_handler_direct.py", line 55, in _load
    self._plugin = self._plugin_provider.load(self._instance_id.plugin_id, self._context)
  File "/opt/ros/galactic/lib/python3.8/site-packages/qt_gui/composite_plugin_provider.py", line 72, in load
    instance = plugin_provider.load(plugin_id, plugin_context)
  File "/opt/ros/galactic/lib/python3.8/site-packages/qt_gui/composite_plugin_provider.py", line 72, in load
    instance = plugin_provider.load(plugin_id, plugin_context)
  File "/opt/ros/galactic/lib/python3.8/site-packages/rqt_gui_py/ros_py_plugin_provider.py", line 69, in load
    return super(RosPyPluginProvider, self).load(plugin_id, ros_plugin_context)
  File "/opt/ros/galactic/lib/python3.8/site-packages/qt_gui/composite_plugin_provider.py", line 72, in load
    instance = plugin_provider.load(plugin_id, plugin_context)
  File "/opt/ros/galactic/lib/python3.8/site-packages/rqt_gui/ros_plugin_provider.py", line 107, in load
    return class_ref(plugin_context)
  File "/opt/ros/galactic/lib/python3.8/site-packages/rqt_graph/ros_graph.py", line 193, in __init__
    self._update_rosgraph()
  File "/opt/ros/galactic/lib/python3.8/site-packages/rqt_graph/ros_graph.py", line 285, in _update_rosgraph
    self._graph.update()
  File "/opt/ros/galactic/lib/python3.8/site-packages/rqt_graph/rosgraph2_impl.py", line 542, in update
    updated = self._graph_refresh()
  File "/opt/ros/galactic/lib/python3.8/site-packages/rqt_graph/rosgraph2_impl.py", line 351, in _graph_refresh
    if any(
  File "/opt/ros/galactic/lib/python3.8/site-packages/rqt_graph/rosgraph2_impl.py", line 352, in <genexpr>
    qos_check_compatible(pub_qos, sub_qos)[0] == QoSCompatibility.ERROR
  File "/opt/ros/galactic/lib/python3.8/site-packages/rclpy/qos.py", line 491, in qos_check_compatible
    result = _rclpy.rclpy_qos_check_compatible(
rclpy._rclpy_pybind11.RMWError: failed to check if qos profiles are compatible: rmw_iceoryx_cpp does not support QoS profile check compatible, at /home/flynn/code/ros/galactic/src/rmw_iceoryx/rmw_iceoryx_cpp/src/rmw_qos.cpp:35

Expected result or behaviour:

rqt_graph ran normally

Conditions where it occurred / Performed steps:

RMW_IMPLEMENTATION=rmw_iceoryx_cpp ros2 run rqt_graph rqt_graph

@ZhenshengLee
Copy link
Contributor

Thanks for your report!

As far as I know, rqt_graph is available in foxy branch.

@mossmaurice mossmaurice added the bug Something isn't working label Dec 3, 2021
@mossmaurice mossmaurice self-assigned this Jan 11, 2022
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants