Skip to content

[Bug]: When executing DEMO traffic_light, the task is not allocated to the robot and it times out. #275

@morishir

Description

@morishir

Before proceeding, is there an existing issue or discussion for this?

OS and version

Ubuntu 24.04

Open-RMF installation type

Source build

Other Open-RMF installation methods

No response

Open-RMF version or commit hash

main

ROS distribution

Jazzy

ROS installation type

Source build

Other ROS installation methods

No response

Package or library, if applicable

No response

Description of the bug

When I start the traffic_light demo according to the README, the robot does not move when I submit a task.
Also, nothing is displayed on rviz.
I ran the following 3 scenarios, but the robot did not run in any of them.
・Triple-H
・Battle Royale
・Office
The task was executed in three ways: from the command specified in the README, from RMF-web, and by sending loop_requests from the command,
None of the tasks were allocated.

Steps to reproduce the bug

1.Execute one of the following launches
・ros2 launch rmf_demos_gz triple_H.launch.xml
・ros2 launch rmf_demos_gz battle_royale.launch.xml use_traffic_light :=true
・ros2 launch rmf_demos_gz office_mock_traffic_light.launch.xml

2.Execute a task execution command at each startup.
Or execute the task in RMF-web.
The command executed is as follows.
・triple_H.launch.xml
 ⇛ros2 launch rmf_demos the_pedigree.launch.xml
・battle_royale.launch.xml
 ⇛ros2 launch rmf_demos battle_go.launch.xml
・office_mock_traffic_light.launch.xml
 ros2 launch rmf_demos office_traffic_light_test.launch.xml
(I also ran the following loop_request with the same result
 ros2 run rmf_demos_tasks request_loop -s supplies -f pantry -r tinyRobot -n 500 -i 500)

3.See the error displayed.

Expected behavior

Tasks are executed and the robot operates.

Actual behavior

The terminal where the task was executed displays a log of task transmission completion, but the terminal where launch was executed displays a timeout and the robot does not run.
Also, nothing is displayed on rviz.

Additional information or screenshots

・Terminal where the task was executed

Image

・Terminal where launch was executed (after task execution)
Image

・rviz and gazebo display
Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions