Skip to content

Commit

Permalink
Removed old reference to husarion_whoami package. Robot description b…
Browse files Browse the repository at this point in the history
…uild instruction

Signed-off-by: Piotr Jaroszek <piotr.jaroszek@robotec.ai>
  • Loading branch information
pijaro authored and maciejmajek committed Aug 21, 2024
1 parent e0cff74 commit 5e53e65
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions docs/demos.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,24 @@ Please refer to [rai husarion rosbot xl demo][rai rosbot demo] to install and ru

You can set the task for the agent in the `examples/nav2_example_ros_actions.py` file.

1. Start `rai_whoami_node`
1. Prepare the robot description.

```bash
colcon build --symlink-install --packages-select rosbot_xl_whoami

. install/setup.bash
```

2. Start `rai_whoami_node`
who_am_i node. It loads files from robot [description](https://github.com/RobotecAI/rai-rosbot-xl-demo/tree/development/src/rosbot_xl_whoami/description) folder to server robot identity.

```bash
source setup_shell.sh

ros2 run rai_whoami rai_whoami_node --ros-args -p robot_description_package:="husarion_whoami"
ros2 run rai_whoami rai_whoami_node --ros-args -p robot_description_package:="rosbot_xl_whoami"
```

2. Start `rai_node`.
3. Start `rai_node`.

By looking at the example code in `src/examples/rosbot-xl-generic-node-demo.py` you can see that:

Expand All @@ -41,7 +49,7 @@ source setup_shell.sh
python examples/rosbot-xl-generic-node-demo.py
```

3. Send the task to the node:
4. Send the task to the node:

> **NOTE**: For now agent is capable of performing only 1 task at once.
Expand Down

0 comments on commit 5e53e65

Please sign in to comment.