Skip to content

Commit

Permalink
Fix youbot_waypoint env state_map
Browse files Browse the repository at this point in the history
  • Loading branch information
janbruedigam committed Apr 28, 2023
1 parent d3151cf commit d6538a2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions DojoEnvironments/src/environments/youbot_waypoint.jl
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ function state_map(::YoubotWaypoint, state)
state[1:2] = xy_minimal
state[4:5] = vxy_minimal

state = [state[1:6]; zeros(8); state[7:end]]

return state
end

Expand Down

0 comments on commit d6538a2

Please sign in to comment.