강의 내용 따라해서 만든 저 패키지 때문에 직진이 안되는 것일까요 궁금합니다. u키로 직진이 안되서 맵 그리기가 어렵네요 I wonder if I can't go straight because of the package I made following the lecture's content. It's hard to draw a map because I can't go straight with U-key
I think the issue is that the robot does not go straight because you are pressing the U key instead of the I key when you run the teleop_twist_keyboard.
Since the robot is holonomic, I believe it will move with an X and Y component if you press U. So try pressing I to go straight.