Skip to content

nlu usage

Rodrigo Serra edited this page Nov 28, 2023 · 1 revision

Run the node

roscore
rosrun mbot_nlu mbot_nlu_node

Visualize the intention and arguments

rostopic echo /natural_language_understanding/recognized_intention

Trigger the node with some text

rostopic pub --once /natural_language_understanding/nlu_input_sentence std_msgs/String "data: 'go to the kitchen and pick the spoon'"

Clone this wiki locally