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
A meta-ticket of followup issues to #19. Applies to the
vorcbranch.VORC essentials
task_configfor 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.masterbranchvrx_gazebopackage setup to follow standard practices, so that the Python scripts for world generation can be used ifvrx_gazebois compiled withcatkin_make --installas 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_gazeboin 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_modeBoolean.non_competition_modeBoolean 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_PATHneeds to be set in the launch file withnon_competition_modeBoolean. The parameter should really be<export>ed frompackage.xmland not need to be manually set.generated/task_generated/*/world_xacros/can use better indentation