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

getch() termios error #6

Open
gitglob opened this issue Mar 10, 2023 · 0 comments
Open

getch() termios error #6

gitglob opened this issue Mar 10, 2023 · 0 comments
Labels
ROS2 bugs related exclusively to ROS2

Comments

@gitglob
Copy link

gitglob commented Mar 10, 2023

When running the ROS 2 version on Ubuntu 22.04, ROS 2 Humble, and python 3.10.6 the following error occurs:

[publisher_node-1] Exception in thread Thread-1 (terminal_sim_control):
[publisher_node-1] Traceback (most recent call last):
[publisher_node-1]   File "/usr/lib/python3.10/threading.py", line 1016, in _bootstrap_inner
[publisher_node-1]     self.run()
[publisher_node-1]   File "/usr/lib/python3.10/threading.py", line 953, in run
[publisher_node-1]     self._target(*self._args, **self._kwargs)
[publisher_node-1]   File "/home/glob/kitti_ws/build/kitti360_publisher/kitti360_publisher/kitti360_publisher_node.py", line 1755, in terminal_sim_control
[publisher_node-1]     key_map[getch()]()
[publisher_node-1]   File "/home/glob/kitti_ws/build/kitti360_publisher/kitti360_publisher/kitti360_publisher_node.py", line 1964, in getch
[publisher_node-1]     oldterm = termios.tcgetattr(fd)
[publisher_node-1] termios.error: (25, 'Inappropriate ioctl for device')

The ros2 player then proceeds to publish the topics normally but the Keboard Mappings do not work.

@cmosig cmosig added the ROS2 bugs related exclusively to ROS2 label Mar 10, 2023
@cmosig cmosig assigned cmosig and unassigned cmosig Mar 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ROS2 bugs related exclusively to ROS2
Projects
None yet
Development

No branches or pull requests

2 participants