You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am running a simulation in which 4 TinyRobots repeat pick and drop actions at specific points.. However, as seen in the video, there are symptoms of a collision or an attempt to enter even though the path has been preempted.
Before more complex tests, I wanted to check the stability of rmf driving, so I modified the demos file provided a little and tested it as shown below.
The execution command I tested was
[ simulation ]
ros2 launch rmf_demos_gz office.launch.xml server_uri:="ws://localhost:8000/_internal"
[ tasks ]
ros2 run rmf_demos_tasks dispatch_loop -s tinyRobot1_spawn -f drop13 -n 7 --use_sim_time
ros2 run rmf_demos_tasks dispatch_loop -s tinyRobot2_spawn -f drop9 -n 7 --use_sim_time
ros2 run rmf_demos_tasks dispatch_loop -s tinyRobot3_spawn -f drop6 -n 7 --use_sim_time
ros2 run rmf_demos_tasks dispatch_loop -s tinyRobot4_spawn -f drop3 -n 7 --use_sim_time
I also briefly checked and tested for about 10 minutes, and confirmed that the symptoms appeared, and reported it because the symptoms seemed very dangerous. In addition to this, there were some problems, such as the robot not moving even when a new path was created while driving. I couldn't confirm whether this is a problem that always occurs. However, if it is an intermittent problem, I think it can cause bigger problems during actual testing.
Is this an issue that can be improved? I plan to test it with more complex robots, 10+.
If you have any additional questions, please let me know.
-- Basically, I modified the files provided by rmf, and I will organize the list of files I modified. Check it out if necessary. --
Before proceeding, is there an existing issue or discussion for this?
OS and version
ubuntu22.04
Open-RMF installation type
Binaries
Other Open-RMF installation methods
No response
Open-RMF version or commit hash
2.3.0
ROS distribution
Humble
ROS installation type
Source build
Other ROS installation methods
No response
Package or library, if applicable
No response
Description of the bug
I am running a simulation in which 4 TinyRobots repeat pick and drop actions at specific points.. However, as seen in the video, there are symptoms of a collision or an attempt to enter even though the path has been preempted.
collision.webm
enter.webm
Steps to reproduce the bug
Expected behavior
No response
Actual behavior
No response
Additional information or screenshots
No response
The text was updated successfully, but these errors were encountered: