🎍 Adds virtual sensors and camera mjpeg stream

This commit is contained in:
Rune Harlyk
2024-03-05 11:35:10 +01:00
parent f28d5e345b
commit 7208cc7b1c
15 changed files with 252 additions and 54 deletions
+1 -1
View File
@@ -6,9 +6,9 @@ import time
import numpy as np
import pybullet_data
from gym import spaces
import entities.spot as spot
from gym.envs.registration import register
from simulation.entities import spot
from simulation.GymEnvs.spot_gym_env import spotGymEnv
SENSOR_NOISE_STDDEV = spot.SENSOR_NOISE_STDDEV