Skip to content

Commit

Permalink
Merge pull request #5 from ijnek/ijnek-nao-lola-sensor-msgs
Browse files Browse the repository at this point in the history
migrate from nao_sensor_msgs to nao_lola_sensor_msgs
  • Loading branch information
ijnek committed Aug 3, 2023
2 parents a9ec47a + 42a5b0d commit b23659d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -9,7 +9,7 @@ This is useful when you cannot physically press the button on the robot, such as
* working with simulated robots
* working with a real robot in a location far away

The package simply converts key presses to [nao_sensor_msgs/msg/Buttons](https://nao-interfaces-docs.readthedocs.io/en/latest/sensor-msgs.html#buttons) and publishes
The package simply converts key presses to [nao_lola_sensor_msgs/msg/Buttons](https://nao-interfaces-docs.readthedocs.io/en/latest/sensor-msgs.html#buttons) and publishes
it on `/sensors/buttons` at the rate specified by the frequency parameter (default: 50Hz)

## Installing
Expand Down Expand Up @@ -61,7 +61,7 @@ Multiple keys can be pressed at the same time.

## Published Topics

* `/sensors/buttons` ([nao_sensor_msgs/msg/Buttons](https://nao-interfaces-docs.readthedocs.io/en/latest/sensor-msgs.html#buttons))
* `/sensors/buttons` ([nao_lola_sensor_msgs/msg/Buttons](https://nao-lola.readthedocs.io/en/latest/sensor-msgs.html#buttons))

## Parameters

Expand Down
2 changes: 1 addition & 1 deletion nao_button_sim/nao_button_sim.py
Expand Up @@ -14,7 +14,7 @@

import os

from nao_sensor_msgs.msg import Buttons
from nao_lola_sensor_msgs.msg import Buttons

from pynput import keyboard

Expand Down
2 changes: 1 addition & 1 deletion package.xml
Expand Up @@ -12,7 +12,7 @@
<test_depend>ament_pep257</test_depend>
<test_depend>python3-pytest</test_depend>

<depend>nao_sensor_msgs</depend>
<depend>nao_lola_sensor_msgs</depend>

<export>
<build_type>ament_python</build_type>
Expand Down

0 comments on commit b23659d

Please sign in to comment.