v0.1.12 add all slope levels; plot radar with bar
This commit is contained in:
@@ -21,7 +21,7 @@ class RobotConfig(Config):
|
||||
class control:
|
||||
device = 'cpu'
|
||||
# torch script model path
|
||||
model_path = "{ROBOGAUGE_ROOT_DIR}/resources/models/go2/go2_cts_83501.pt"
|
||||
model_path = "{ROBOGAUGE_ROOT_DIR}/resources/models/go2/go2_cts_max2_100k.pt"
|
||||
control_dt = 0.02 # 50 Hz
|
||||
control_type = 'P' # Position control
|
||||
support_goal: Literal['velocity', 'position'] = 'velocity'
|
||||
|
||||
Reference in New Issue
Block a user