We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3151cf commit d6538a2Copy full SHA for d6538a2
DojoEnvironments/src/environments/youbot_waypoint.jl
@@ -52,6 +52,8 @@ function state_map(::YoubotWaypoint, state)
52
state[1:2] = xy_minimal
53
state[4:5] = vxy_minimal
54
55
+ state = [state[1:6]; zeros(8); state[7:end]]
56
+
57
return state
58
end
59
0 commit comments