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
In task_config, all trials > 0 need to have coordinates customized for VORCClean up task_config #32 removes all trials > 0
Infrastructure
Play back trial from within Docker container instead of host machine #26: Videos should be recorded from a window from server Docker playback.launch, as opposed to a window from the evaluator's host machine, which is likely on some arbitrary environment different from that in the server Docker.
should really use a separate launch file in vrx_gazebo in https://github.com/osrf/vrxvrx_gazebo, as opposed to piggybacking on sandisland.launch, which is an entry-level example file and doesn't need all the complexity associated with the non_competition_mode Boolean.
The non_competition_mode Boolean should be renamed to avoid the double-negative, especially in the launch file, where it is used like "unless non_competition_mode". This might be the flag that hides ROS topics with ground truths when the world runs in competition mode, so be mindful to not drop that feature.
Look into why environment variable GAZEBO_MODEL_PATH needs to be set in the launch file with non_competition_mode Boolean. The parameter should really be <export>ed from package.xml and not need to be manually set.
xacro files in generated/task_generated/*/world_xacros/ can use better indentation
The text was updated successfully, but these errors were encountered:
Thanks! By the way I forgot to say I'm doing the gymkhana task in bullet 1. I'm assuming you're taking on bullet 2? I'll open a PR for gymkhana and maybe you could help with trial numbers > 0 for that one as well......? :D
A meta-ticket of followup issues to #19. Applies to the
vorc
branch.VORC essentials
task_config
for the new gymkhana taskInClean up task_config #32 removes all trials > 0task_config
, all trials > 0 need to have coordinates customized for VORCInfrastructure
playback.launch
, as opposed to a window from the evaluator's host machine, which is likely on some arbitrary environment different from that in the server Docker.master
branchvrx_gazebo
package setup to follow standard practices, so that the Python scripts for world generation can be used ifvrx_gazebo
is compiled withcatkin_make --install
as opposed tocatkin_make
. Currently they import from relative paths and cannot be used from outside the package.Style
vrx-docker/vrx_server/vrx-server/run_vrx_trial.sh
Line 65 in 878f499
vrx_gazebo
in https://github.com/osrf/vrxvrx_gazebo
, as opposed to piggybacking onsandisland.launch
, which is an entry-level example file and doesn't need all the complexity associated with thenon_competition_mode
Boolean.non_competition_mode
Boolean should be renamed to avoid the double-negative, especially in the launch file, where it is used like "unless non_competition_mode". This might be the flag that hides ROS topics with ground truths when the world runs in competition mode, so be mindful to not drop that feature.GAZEBO_MODEL_PATH
needs to be set in the launch file withnon_competition_mode
Boolean. The parameter should really be<export>
ed frompackage.xml
and not need to be manually set.generated/task_generated/*/world_xacros/
can use better indentationThe text was updated successfully, but these errors were encountered: