We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When running the ROS 2 version on Ubuntu 22.04, ROS 2 Humble, and python 3.10.6 the following error occurs:
The ros2 player then proceeds to publish the topics normally but the Keboard Mappings do not work.
The text was updated successfully, but these errors were encountered: