![]() |
rai_nomad package from rai reporai_bringup rai_nomad rai_open_set_vision |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 0.0.0 |
License | Apache-2.0 |
Build type | AMENT_PYTHON |
Use | RECOMMENDED |
Repository Summary
Description | RAI is a vendor-agnostic agentic framework for robotics, utilizing ROS 2 tools to perform complex actions, defined scenarios, free interface execution, log summaries, voice interaction and more. |
Checkout URI | https://github.com/robotecai/rai.git |
VCS Type | git |
VCS Version | development |
Last Updated | 2025-07-25 |
Dev Status | UNKNOWN |
Released | UNRELEASED |
Tags | ai robotics ros2 vlm multimodal embodied-artificial-intelligence embodied-agent embodied-ai o3de llm generative-ai ai-agents-framework embodied-agents robotec |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- kdabrowski
Authors
RAI NoMaD
This package provides a ROS2 Node which loads and runs the NoMaD model, that can be dynamically activated and deactivated using ROS2 messages.
Running instructions
1. Setup the ROS2 workspace
In the base directory of the RAI
package install dependencies:
poetry install --with nomad
Source the ros installation
source /opt/ros/${ROS_DISTRO}/setup.bash
Run the build process:
colcon build
Setup your shell:
source ./setup_shell.sh
2. Run the node
Run the ROS2 node using ros2 run
:
ros2 run rai_nomad nomad --ros-args -p image_topic:=<your_image_topic>
The model will be loaded and ready, but it will not run until you call the /rai_nomad/start
service. Then it will start outputting velocity commands and your robot should start moving. You can then stop the model by calling the /rai_nomad/stop
service.
Parameters
-
model_path
: Path to where the model should be downloaded. By default it will be downloaded into the package’sshare
directory. -
image_topic
: The topic where the camera images are being published. -
cmd_vel_topic
: The topic where the velocity commands are being published. Default:/cmd_vel
. -
linear_vel
: Linear velocity scaling of the model output. -
angular_vel
: Angular velocity scaling of the model output. -
max_v
andmax_w
: Maximum linear and angular velocities that the model can output. -
rate
: The rate at which the model will run.
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged rai_nomad at Robotics Stack Exchange
![]() |
rai_nomad package from rai reporai_bringup rai_nomad rai_open_set_vision |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 0.0.0 |
License | Apache-2.0 |
Build type | AMENT_PYTHON |
Use | RECOMMENDED |
Repository Summary
Description | RAI is a vendor-agnostic agentic framework for robotics, utilizing ROS 2 tools to perform complex actions, defined scenarios, free interface execution, log summaries, voice interaction and more. |
Checkout URI | https://github.com/robotecai/rai.git |
VCS Type | git |
VCS Version | development |
Last Updated | 2025-07-25 |
Dev Status | UNKNOWN |
Released | UNRELEASED |
Tags | ai robotics ros2 vlm multimodal embodied-artificial-intelligence embodied-agent embodied-ai o3de llm generative-ai ai-agents-framework embodied-agents robotec |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- kdabrowski
Authors
RAI NoMaD
This package provides a ROS2 Node which loads and runs the NoMaD model, that can be dynamically activated and deactivated using ROS2 messages.
Running instructions
1. Setup the ROS2 workspace
In the base directory of the RAI
package install dependencies:
poetry install --with nomad
Source the ros installation
source /opt/ros/${ROS_DISTRO}/setup.bash
Run the build process:
colcon build
Setup your shell:
source ./setup_shell.sh
2. Run the node
Run the ROS2 node using ros2 run
:
ros2 run rai_nomad nomad --ros-args -p image_topic:=<your_image_topic>
The model will be loaded and ready, but it will not run until you call the /rai_nomad/start
service. Then it will start outputting velocity commands and your robot should start moving. You can then stop the model by calling the /rai_nomad/stop
service.
Parameters
-
model_path
: Path to where the model should be downloaded. By default it will be downloaded into the package’sshare
directory. -
image_topic
: The topic where the camera images are being published. -
cmd_vel_topic
: The topic where the velocity commands are being published. Default:/cmd_vel
. -
linear_vel
: Linear velocity scaling of the model output. -
angular_vel
: Angular velocity scaling of the model output. -
max_v
andmax_w
: Maximum linear and angular velocities that the model can output. -
rate
: The rate at which the model will run.
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged rai_nomad at Robotics Stack Exchange
![]() |
rai_nomad package from rai reporai_bringup rai_nomad rai_open_set_vision |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 0.0.0 |
License | Apache-2.0 |
Build type | AMENT_PYTHON |
Use | RECOMMENDED |
Repository Summary
Description | RAI is a vendor-agnostic agentic framework for robotics, utilizing ROS 2 tools to perform complex actions, defined scenarios, free interface execution, log summaries, voice interaction and more. |
Checkout URI | https://github.com/robotecai/rai.git |
VCS Type | git |
VCS Version | development |
Last Updated | 2025-07-25 |
Dev Status | UNKNOWN |
Released | UNRELEASED |
Tags | ai robotics ros2 vlm multimodal embodied-artificial-intelligence embodied-agent embodied-ai o3de llm generative-ai ai-agents-framework embodied-agents robotec |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- kdabrowski
Authors
RAI NoMaD
This package provides a ROS2 Node which loads and runs the NoMaD model, that can be dynamically activated and deactivated using ROS2 messages.
Running instructions
1. Setup the ROS2 workspace
In the base directory of the RAI
package install dependencies:
poetry install --with nomad
Source the ros installation
source /opt/ros/${ROS_DISTRO}/setup.bash
Run the build process:
colcon build
Setup your shell:
source ./setup_shell.sh
2. Run the node
Run the ROS2 node using ros2 run
:
ros2 run rai_nomad nomad --ros-args -p image_topic:=<your_image_topic>
The model will be loaded and ready, but it will not run until you call the /rai_nomad/start
service. Then it will start outputting velocity commands and your robot should start moving. You can then stop the model by calling the /rai_nomad/stop
service.
Parameters
-
model_path
: Path to where the model should be downloaded. By default it will be downloaded into the package’sshare
directory. -
image_topic
: The topic where the camera images are being published. -
cmd_vel_topic
: The topic where the velocity commands are being published. Default:/cmd_vel
. -
linear_vel
: Linear velocity scaling of the model output. -
angular_vel
: Angular velocity scaling of the model output. -
max_v
andmax_w
: Maximum linear and angular velocities that the model can output. -
rate
: The rate at which the model will run.
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged rai_nomad at Robotics Stack Exchange
![]() |
rai_nomad package from rai reporai_bringup rai_nomad rai_open_set_vision |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 0.0.0 |
License | Apache-2.0 |
Build type | AMENT_PYTHON |
Use | RECOMMENDED |
Repository Summary
Description | RAI is a vendor-agnostic agentic framework for robotics, utilizing ROS 2 tools to perform complex actions, defined scenarios, free interface execution, log summaries, voice interaction and more. |
Checkout URI | https://github.com/robotecai/rai.git |
VCS Type | git |
VCS Version | development |
Last Updated | 2025-07-25 |
Dev Status | UNKNOWN |
Released | UNRELEASED |
Tags | ai robotics ros2 vlm multimodal embodied-artificial-intelligence embodied-agent embodied-ai o3de llm generative-ai ai-agents-framework embodied-agents robotec |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- kdabrowski
Authors
RAI NoMaD
This package provides a ROS2 Node which loads and runs the NoMaD model, that can be dynamically activated and deactivated using ROS2 messages.
Running instructions
1. Setup the ROS2 workspace
In the base directory of the RAI
package install dependencies:
poetry install --with nomad
Source the ros installation
source /opt/ros/${ROS_DISTRO}/setup.bash
Run the build process:
colcon build
Setup your shell:
source ./setup_shell.sh
2. Run the node
Run the ROS2 node using ros2 run
:
ros2 run rai_nomad nomad --ros-args -p image_topic:=<your_image_topic>
The model will be loaded and ready, but it will not run until you call the /rai_nomad/start
service. Then it will start outputting velocity commands and your robot should start moving. You can then stop the model by calling the /rai_nomad/stop
service.
Parameters
-
model_path
: Path to where the model should be downloaded. By default it will be downloaded into the package’sshare
directory. -
image_topic
: The topic where the camera images are being published. -
cmd_vel_topic
: The topic where the velocity commands are being published. Default:/cmd_vel
. -
linear_vel
: Linear velocity scaling of the model output. -
angular_vel
: Angular velocity scaling of the model output. -
max_v
andmax_w
: Maximum linear and angular velocities that the model can output. -
rate
: The rate at which the model will run.
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged rai_nomad at Robotics Stack Exchange
![]() |
rai_nomad package from rai reporai_bringup rai_nomad rai_open_set_vision |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 0.0.0 |
License | Apache-2.0 |
Build type | AMENT_PYTHON |
Use | RECOMMENDED |
Repository Summary
Description | RAI is a vendor-agnostic agentic framework for robotics, utilizing ROS 2 tools to perform complex actions, defined scenarios, free interface execution, log summaries, voice interaction and more. |
Checkout URI | https://github.com/robotecai/rai.git |
VCS Type | git |
VCS Version | development |
Last Updated | 2025-07-25 |
Dev Status | UNKNOWN |
Released | UNRELEASED |
Tags | ai robotics ros2 vlm multimodal embodied-artificial-intelligence embodied-agent embodied-ai o3de llm generative-ai ai-agents-framework embodied-agents robotec |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- kdabrowski
Authors
RAI NoMaD
This package provides a ROS2 Node which loads and runs the NoMaD model, that can be dynamically activated and deactivated using ROS2 messages.
Running instructions
1. Setup the ROS2 workspace
In the base directory of the RAI
package install dependencies:
poetry install --with nomad
Source the ros installation
source /opt/ros/${ROS_DISTRO}/setup.bash
Run the build process:
colcon build
Setup your shell:
source ./setup_shell.sh
2. Run the node
Run the ROS2 node using ros2 run
:
ros2 run rai_nomad nomad --ros-args -p image_topic:=<your_image_topic>
The model will be loaded and ready, but it will not run until you call the /rai_nomad/start
service. Then it will start outputting velocity commands and your robot should start moving. You can then stop the model by calling the /rai_nomad/stop
service.
Parameters
-
model_path
: Path to where the model should be downloaded. By default it will be downloaded into the package’sshare
directory. -
image_topic
: The topic where the camera images are being published. -
cmd_vel_topic
: The topic where the velocity commands are being published. Default:/cmd_vel
. -
linear_vel
: Linear velocity scaling of the model output. -
angular_vel
: Angular velocity scaling of the model output. -
max_v
andmax_w
: Maximum linear and angular velocities that the model can output. -
rate
: The rate at which the model will run.
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged rai_nomad at Robotics Stack Exchange
![]() |
rai_nomad package from rai reporai_bringup rai_nomad rai_open_set_vision |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 0.0.0 |
License | Apache-2.0 |
Build type | AMENT_PYTHON |
Use | RECOMMENDED |
Repository Summary
Description | RAI is a vendor-agnostic agentic framework for robotics, utilizing ROS 2 tools to perform complex actions, defined scenarios, free interface execution, log summaries, voice interaction and more. |
Checkout URI | https://github.com/robotecai/rai.git |
VCS Type | git |
VCS Version | development |
Last Updated | 2025-07-25 |
Dev Status | UNKNOWN |
Released | UNRELEASED |
Tags | ai robotics ros2 vlm multimodal embodied-artificial-intelligence embodied-agent embodied-ai o3de llm generative-ai ai-agents-framework embodied-agents robotec |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- kdabrowski
Authors
RAI NoMaD
This package provides a ROS2 Node which loads and runs the NoMaD model, that can be dynamically activated and deactivated using ROS2 messages.
Running instructions
1. Setup the ROS2 workspace
In the base directory of the RAI
package install dependencies:
poetry install --with nomad
Source the ros installation
source /opt/ros/${ROS_DISTRO}/setup.bash
Run the build process:
colcon build
Setup your shell:
source ./setup_shell.sh
2. Run the node
Run the ROS2 node using ros2 run
:
ros2 run rai_nomad nomad --ros-args -p image_topic:=<your_image_topic>
The model will be loaded and ready, but it will not run until you call the /rai_nomad/start
service. Then it will start outputting velocity commands and your robot should start moving. You can then stop the model by calling the /rai_nomad/stop
service.
Parameters
-
model_path
: Path to where the model should be downloaded. By default it will be downloaded into the package’sshare
directory. -
image_topic
: The topic where the camera images are being published. -
cmd_vel_topic
: The topic where the velocity commands are being published. Default:/cmd_vel
. -
linear_vel
: Linear velocity scaling of the model output. -
angular_vel
: Angular velocity scaling of the model output. -
max_v
andmax_w
: Maximum linear and angular velocities that the model can output. -
rate
: The rate at which the model will run.
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged rai_nomad at Robotics Stack Exchange
![]() |
rai_nomad package from rai reporai_bringup rai_nomad rai_open_set_vision |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 0.0.0 |
License | Apache-2.0 |
Build type | AMENT_PYTHON |
Use | RECOMMENDED |
Repository Summary
Description | RAI is a vendor-agnostic agentic framework for robotics, utilizing ROS 2 tools to perform complex actions, defined scenarios, free interface execution, log summaries, voice interaction and more. |
Checkout URI | https://github.com/robotecai/rai.git |
VCS Type | git |
VCS Version | development |
Last Updated | 2025-07-25 |
Dev Status | UNKNOWN |
Released | UNRELEASED |
Tags | ai robotics ros2 vlm multimodal embodied-artificial-intelligence embodied-agent embodied-ai o3de llm generative-ai ai-agents-framework embodied-agents robotec |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- kdabrowski
Authors
RAI NoMaD
This package provides a ROS2 Node which loads and runs the NoMaD model, that can be dynamically activated and deactivated using ROS2 messages.
Running instructions
1. Setup the ROS2 workspace
In the base directory of the RAI
package install dependencies:
poetry install --with nomad
Source the ros installation
source /opt/ros/${ROS_DISTRO}/setup.bash
Run the build process:
colcon build
Setup your shell:
source ./setup_shell.sh
2. Run the node
Run the ROS2 node using ros2 run
:
ros2 run rai_nomad nomad --ros-args -p image_topic:=<your_image_topic>
The model will be loaded and ready, but it will not run until you call the /rai_nomad/start
service. Then it will start outputting velocity commands and your robot should start moving. You can then stop the model by calling the /rai_nomad/stop
service.
Parameters
-
model_path
: Path to where the model should be downloaded. By default it will be downloaded into the package’sshare
directory. -
image_topic
: The topic where the camera images are being published. -
cmd_vel_topic
: The topic where the velocity commands are being published. Default:/cmd_vel
. -
linear_vel
: Linear velocity scaling of the model output. -
angular_vel
: Angular velocity scaling of the model output. -
max_v
andmax_w
: Maximum linear and angular velocities that the model can output. -
rate
: The rate at which the model will run.
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged rai_nomad at Robotics Stack Exchange
![]() |
rai_nomad package from rai reporai_bringup rai_nomad rai_open_set_vision |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 0.0.0 |
License | Apache-2.0 |
Build type | AMENT_PYTHON |
Use | RECOMMENDED |
Repository Summary
Description | RAI is a vendor-agnostic agentic framework for robotics, utilizing ROS 2 tools to perform complex actions, defined scenarios, free interface execution, log summaries, voice interaction and more. |
Checkout URI | https://github.com/robotecai/rai.git |
VCS Type | git |
VCS Version | development |
Last Updated | 2025-07-25 |
Dev Status | UNKNOWN |
Released | UNRELEASED |
Tags | ai robotics ros2 vlm multimodal embodied-artificial-intelligence embodied-agent embodied-ai o3de llm generative-ai ai-agents-framework embodied-agents robotec |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- kdabrowski
Authors
RAI NoMaD
This package provides a ROS2 Node which loads and runs the NoMaD model, that can be dynamically activated and deactivated using ROS2 messages.
Running instructions
1. Setup the ROS2 workspace
In the base directory of the RAI
package install dependencies:
poetry install --with nomad
Source the ros installation
source /opt/ros/${ROS_DISTRO}/setup.bash
Run the build process:
colcon build
Setup your shell:
source ./setup_shell.sh
2. Run the node
Run the ROS2 node using ros2 run
:
ros2 run rai_nomad nomad --ros-args -p image_topic:=<your_image_topic>
The model will be loaded and ready, but it will not run until you call the /rai_nomad/start
service. Then it will start outputting velocity commands and your robot should start moving. You can then stop the model by calling the /rai_nomad/stop
service.
Parameters
-
model_path
: Path to where the model should be downloaded. By default it will be downloaded into the package’sshare
directory. -
image_topic
: The topic where the camera images are being published. -
cmd_vel_topic
: The topic where the velocity commands are being published. Default:/cmd_vel
. -
linear_vel
: Linear velocity scaling of the model output. -
angular_vel
: Angular velocity scaling of the model output. -
max_v
andmax_w
: Maximum linear and angular velocities that the model can output. -
rate
: The rate at which the model will run.
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged rai_nomad at Robotics Stack Exchange
![]() |
rai_nomad package from rai reporai_bringup rai_nomad rai_open_set_vision |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 0.0.0 |
License | Apache-2.0 |
Build type | AMENT_PYTHON |
Use | RECOMMENDED |
Repository Summary
Description | RAI is a vendor-agnostic agentic framework for robotics, utilizing ROS 2 tools to perform complex actions, defined scenarios, free interface execution, log summaries, voice interaction and more. |
Checkout URI | https://github.com/robotecai/rai.git |
VCS Type | git |
VCS Version | development |
Last Updated | 2025-07-25 |
Dev Status | UNKNOWN |
Released | UNRELEASED |
Tags | ai robotics ros2 vlm multimodal embodied-artificial-intelligence embodied-agent embodied-ai o3de llm generative-ai ai-agents-framework embodied-agents robotec |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- kdabrowski
Authors
RAI NoMaD
This package provides a ROS2 Node which loads and runs the NoMaD model, that can be dynamically activated and deactivated using ROS2 messages.
Running instructions
1. Setup the ROS2 workspace
In the base directory of the RAI
package install dependencies:
poetry install --with nomad
Source the ros installation
source /opt/ros/${ROS_DISTRO}/setup.bash
Run the build process:
colcon build
Setup your shell:
source ./setup_shell.sh
2. Run the node
Run the ROS2 node using ros2 run
:
ros2 run rai_nomad nomad --ros-args -p image_topic:=<your_image_topic>
The model will be loaded and ready, but it will not run until you call the /rai_nomad/start
service. Then it will start outputting velocity commands and your robot should start moving. You can then stop the model by calling the /rai_nomad/stop
service.
Parameters
-
model_path
: Path to where the model should be downloaded. By default it will be downloaded into the package’sshare
directory. -
image_topic
: The topic where the camera images are being published. -
cmd_vel_topic
: The topic where the velocity commands are being published. Default:/cmd_vel
. -
linear_vel
: Linear velocity scaling of the model output. -
angular_vel
: Angular velocity scaling of the model output. -
max_v
andmax_w
: Maximum linear and angular velocities that the model can output. -
rate
: The rate at which the model will run.