Skip to content

Commit

Permalink
Merged proto files (fixed so they work together)
Browse files Browse the repository at this point in the history
  • Loading branch information
flimdejong committed Oct 7, 2024
1 parent 5adda7e commit 917cf7e
Show file tree
Hide file tree
Showing 77 changed files with 2,503 additions and 988 deletions.
7 changes: 3 additions & 4 deletions roboteam_ai/src/RL/env.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,14 @@
import gymnasium
from gymnasium import spaces
import numpy as np
from google.protobuf.message import DecodeError

import asyncio

# Import our functions
from sentActionCommand import send_action_command
from getState import get_ball_state, get_robot_state
from getRefereeState import get_referee_state
from teleportBall import teleport_ball
from resetRefereeState import reset_referee_state
from getRefereeState import get_referee_state
from resetRefereeState import reset_and_stop_match

"""
This environment file is in the form of a gymnasium environment.
Expand Down
121 changes: 37 additions & 84 deletions roboteam_networking/proto/ActionCommand.pb.cc

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

129 changes: 54 additions & 75 deletions roboteam_networking/proto/ActionCommand.pb.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 917cf7e

Please sign in to comment.