-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
- Currently
run_trial.bashrunsSERVER_CMD="/run_vrx_trial.sh /team_generated/${TEAM_NAME}.urdf /task_generated/worlds/${TASK_NAME}${TRIAL_NUM} ${LOG_DIR}"
andrun_vrx_trial.shruns
ros2 launch vrx_gz competition.launch.py headless:=false urdf:=$WAMV_URDF world:=$TRIAL_WORLD extra_gz_args:="--record_period ${RECORD_PERIOD} --record_path /home/developer/.gazebo --log_overwrite" verbose:=true competition_mode:=true > ~/verbose_output.txt 2>&1 &internally,
However, I suspectcompetition.launch.pydoes not seem to support absolute file paths as world, and it only works when I change world to the name of the world e.g.practice_2023_${TASK}${TRIAL}_taskwhere it will use the worlds in the vrx repo.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels