Skip to content

youssefjaziri/robot-guidance-assistant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ros2-VAD-module

Launch The Project

1) Local run (ROS 2 workspace)

# from repository root
source /opt/ros/humble/setup.bash
source install/setup.bash

# run the VAD node
ros2 run vad_component vad_node

2) Docker run

# build image
docker build -t ros2-vad-module .

# run container
docker run --rm -it --network host ros2-vad-module

Notes

  • Ensure ROS 2 Humble is installed for local execution.
  • The node code is under src/vad_component/vad_component/.

About

ROS2-based system for integrating a conversational agent with a mobile robot to guide users to indoor locations using voice interaction.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors