Keyboard controller for Autoware #2951
Replies: 2 comments 6 replies
-
@evshary Thank your for sharing your nice implementation! It would be better if we could put joy_controller package and your package into together. The output seems almost the same though joy_controller sends a command via api. What do you think. |
Beta Was this translation helpful? Give feedback.
-
Hi @evshary @takayuki5168 @shmpwk @esteve @tleyden can you assist me to use the joy controller pkg or the keyboard? I will be very grateful if you reply me there. Thanks in advance |
Beta Was this translation helpful? Give feedback.
-
Hi,
Since the keyboard controller is not implemented in Autoware now (based on the Q&A), I just developed one for my testing.
I know the better control way is using the joystick, but sometimes it's convenient to use the keyboard while there is no joystick.
The main idea is from the ROS package teleop_twist_keyboard in robots.
This is the simple tool for teleop with the keyboard:
https://github.com/evshary/autoware_manual_control
The basic functions are:
I would appreciate it if anyone can give me feedback (how to improve UI/UX, new functions...) about the tool.
keyboard.controller.mp4
Beta Was this translation helpful? Give feedback.
All reactions