Open Zvch17 opened 1 week ago
Please check if the Enter key is pressed before running example_keyboard.
Thanks for reply. I have checked that I pressed the Enter key. Here is what I have done:
Also, I tried to stop the example_lite3_sim and use example_keyboard only, and the data on the '/joy' rostopic changed while the robot didn't move. I tried to check the code of example_lite3_sim but it is complicated. Is it because the data on 'joy' needs to be translated to other types of data, but example_keyboard acutually does not do this?
Hi,
I'm trying to use high_level_sim to simulate Lite3's movements in Gaezbo. I followed the Simulation_Manual.md in high_level_sim, successfully starting the Gazebo simulator and loading a robot, but I can not control the robot to move as I run example_keyboard. How can I correctly control the robot with the keyboard?