README
Nao Button Sim
This packages provides a simple way to simulate button presses on the NAO from a command line. This is useful when you cannot physically press the button on the robot, such as when:
working with simulated robots
working with a real robot in a location far away
The package simply converts key presses to nao_lola_sensor_msgs/msg/Buttons and publishes
it on /sensors/buttons at the rate specified by the frequency parameter (default: 50Hz)
Installing
In your ROS2 workspace,
git clone git@github.com:ijnek/nao_button_sim.git src/nao_button_sim
rosdep install --from-paths src
colcon build
Published Topics
/sensors/buttons(nao_lola_sensor_msgs/msg/Buttons)
Parameters
frequency(int, default=50)