Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to launch practice worlds using run_trial.bash #73

Open
ngxingyu opened this issue Aug 28, 2023 · 0 comments
Open

Unable to launch practice worlds using run_trial.bash #73

ngxingyu opened this issue Aug 28, 2023 · 0 comments

Comments

@ngxingyu
Copy link

  1. Currently run_trial.bash runs SERVER_CMD="/run_vrx_trial.sh /team_generated/${TEAM_NAME}.urdf /task_generated/worlds/${TASK_NAME}${TRIAL_NUM} ${LOG_DIR}"
    and run_vrx_trial.sh runs
    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 suspect competition.launch.py does 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}_task where it will use the worlds in the vrx repo.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant