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

Allow drag and drop from rqt_topic_monitor #29

Merged
merged 4 commits into from
Feb 8, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'main' into ahcorde/drag_drop
caguero committed Feb 8, 2024
commit 9b4b7b262ba7b05a250204b48169530620c0f67c
2 changes: 1 addition & 1 deletion src/rqt_gauges/throttle_brake_pedals_widget.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import os

from ament_index_python.resources import get_resource
from PyQt5.QtCore import pyqtSlot, Qt
from PyQt5.QtCore import pyqtSignal, pyqtSlot
from PyQt5.QtWidgets import QWidget
from python_qt_binding import loadUi
from rosidl_runtime_py.utilities import get_message
You are viewing a condensed version of this merge commit. You can view the full changes here.