ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Curt's profile - activity

2019-06-11 03:57:55 -0500 received badge  Famous Question (source)
2019-06-10 18:51:35 -0500 received badge  Notable Question (source)
2019-06-10 15:38:01 -0500 marked best answer Was the ROS gpg key supposed to change? Bionic now uses F42ED6FBAB17C654 as of June 6, 2019

My server stopped updating, when I investigated I found that at least the Bionic packages seem to be signed with a new public key. The installation instructions still specify the old key, was this change intentional?

New key: F42ED6FBAB17C654

2019-06-10 14:58:51 -0500 received badge  Popular Question (source)
2019-06-10 11:18:42 -0500 answered a question Was the ROS gpg key supposed to change? Bionic now uses F42ED6FBAB17C654 as of June 6, 2019

Actually I see that the installer instructions have been updated so I guess someone knew this was going to change. The

2019-06-10 11:18:42 -0500 received badge  Rapid Responder (source)
2019-06-10 11:11:29 -0500 asked a question Was the ROS gpg key supposed to change? Bionic now uses F42ED6FBAB17C654 as of June 6, 2019

Was the ROS gpg key supposed to change? Bionic now uses F42ED6FBAB17C654 as of June 6, 2019 My server stopped updating,

2018-04-30 15:42:33 -0500 commented answer pyqtgraph not working in ROS Kinetic

still works, uninstall the package pyqtgraph from the system then install from the git repo.

2018-03-21 11:10:17 -0500 received badge  Famous Question (source)
2018-03-21 11:10:17 -0500 received badge  Notable Question (source)
2018-03-21 11:10:17 -0500 received badge  Popular Question (source)
2017-11-30 18:24:16 -0500 received badge  Teacher (source)
2017-02-24 12:24:50 -0500 asked a question rqt_plot has a Qt4 and Qt5 conflict

The latest update seems to have a problem with qt4 vs qt5 but it could be something else that updated along with all the kinetc updates.

When I try to launch rqt_plot I get the following, the RuntimeError at the end shows up for other projects as well:

Traceback (most recent call last):
  File "/opt/ros/kinetic/bin/rqt_plot", line 6, in <module>
    from rqt_plot.plot import Plot
  File "/opt/ros/kinetic/lib/python2.7/dist-packages/rqt_plot/plot.py", line 43, in <module>
    from .data_plot import DataPlot
  File "/opt/ros/kinetic/lib/python2.7/dist-packages/rqt_plot/data_plot/__init__.py", line 44, in <module>
    from .pyqtgraph_data_plot import PyQtGraphDataPlot
  File "/opt/ros/kinetic/lib/python2.7/dist-packages/rqt_plot/data_plot/pyqtgraph_data_plot.py", line 46, in <module>
    from pyqtgraph import __version__ as pyqtgraph_version
  File "/usr/lib/python2.7/dist-packages/pyqtgraph/__init__.py", line 13, in <module>
    from .Qt import QtGui
  File "/usr/lib/python2.7/dist-packages/pyqtgraph/Qt.py", line 104, in <module>
    from PyQt4 import QtGui, QtCore, uic
RuntimeError: the PyQt4.QtCore and PyQt5.QtCore modules both wrap the QObject class
2016-07-14 01:13:44 -0500 answered a question ROS kinetic packages missing in ubuntu 16.04

I just started working with ROS again and went straight for Kinetic on Ubuntu 16.04, it is recommended, it is LTS and new intel processors need 16.04 to run.

So i am also shocked and surprised at the number of core packages that do now have binaries to download for Kinetic.

Moveit is one of the major ones, besides isn't Moveit created and supported by OSRF?