apple-pi / realworld_subset /Gravity /Projectile /51 /annotation_config.json
AnonymousSubmitt's picture
Add realworld_subset/Gravity/Projectile/51
14c840f verified
{
"environment": {
"air_resistance": "!=0",
"gravity": 9.81
},
"ground": {
"label": "Ground",
"restitution": 0.5
},
"objects": [
{
"height": 1.06,
"id": 1,
"initial_velocity_u": 1.261196,
"initial_velocity_v": 1.987943,
"name": "PingPongBall",
"restitution": 0.71,
"size": 0.04,
"size_symbol": "d",
"static": false
},
{
"height": 1.14,
"id": 2,
"initial_velocity_u": 2.262927,
"initial_velocity_v": 1.774726,
"name": "TennisBall",
"restitution": 0.75,
"size": 0.07,
"size_symbol": "d",
"static": false
}
],
"render": {
"axes_arrow_head_width": 20,
"axes_arrow_length": 75,
"axes_arrow_width": 8,
"fontsize": 20,
"margin_axes_range": [
5,
50
],
"margin_env_range": [
5,
50
],
"margin_ground_range": [
5,
50
],
"velocity_arrow_head_width": 30,
"velocity_arrow_length": 100,
"velocity_arrow_width": 10
},
"task_type": "projectile"
}