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
Description:
We need to extend the simulation setup so that multiple GEN0 vehicles can be spawned and tested in the same world. This will help evaluate multi-agent scenarios such as navigation, coordination, and collision avoidance.
Tasks:
Update launch files to support spawning multiple GEN0 instances.
Ensure each GEN0 has unique namespaced topics (e.g., /gen0_1/cmd_vel, /gen0_2/cmd_vel).
Verify that TF frames are properly namespaced and do not conflict.
Test interaction of multiple GEN0s in the simulation environment.
Description:
We need to extend the simulation setup so that multiple GEN0 vehicles can be spawned and tested in the same world. This will help evaluate multi-agent scenarios such as navigation, coordination, and collision avoidance.
Tasks:
/gen0_1/cmd_vel,/gen0_2/cmd_vel).