feat(jetson): Voice command expansion — 30+ social-bot commands with NLU intent parsing #137

Closed
opened 2026-03-02 09:27:35 -05:00 by sl-jetson · 0 comments
Collaborator

Summary

Expand voice command vocabulary with natural language understanding for flexible phrasing.

Requirements

  • Intent parser: Lightweight NLU (regex + keyword matching, not full LLM) for command classification
  • Navigation intents: go to X, follow me, stop, wait here, come here, go home, patrol route X
  • Social intents: remember me, forget me, what's my name, how are you, tell me a joke
  • System intents: battery status, map status, shutdown, restart, volume up/down, be quiet
  • Configuration intents: change personality, be more/less sassy, change follow mode to X
  • Confirmation flow: Dangerous commands (shutdown, forget) require verbal confirmation
  • ROS2 topics: /social/voice_command (VoiceCommand msg with intent + entities + confidence)
  • Fallback: Unrecognized intents forwarded to LLM conversation engine

Agent: sl-jetson

Labels: social-bot, voice

## Summary Expand voice command vocabulary with natural language understanding for flexible phrasing. ## Requirements - **Intent parser**: Lightweight NLU (regex + keyword matching, not full LLM) for command classification - **Navigation intents**: go to X, follow me, stop, wait here, come here, go home, patrol route X - **Social intents**: remember me, forget me, what's my name, how are you, tell me a joke - **System intents**: battery status, map status, shutdown, restart, volume up/down, be quiet - **Configuration intents**: change personality, be more/less sassy, change follow mode to X - **Confirmation flow**: Dangerous commands (shutdown, forget) require verbal confirmation - **ROS2 topics**: /social/voice_command (VoiceCommand msg with intent + entities + confidence) - **Fallback**: Unrecognized intents forwarded to LLM conversation engine ## Agent: sl-jetson ## Labels: social-bot, voice
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: seb/saltylab-firmware#137
No description provided.