Skip to content

Commit

Permalink
Merge branch 'feat/2023.1.1' into bug/ros2_node_duplicate
Browse files Browse the repository at this point in the history
  • Loading branch information
mqjinwon committed Apr 20, 2024
2 parents 19281b8 + 648d82c commit cb7df5b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions exts/stride.simulator/stride/simulator/extension.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,11 @@
from stride.simulator.interfaces.stride_sim_interface import StrideInterface

# from stride.simulator.vehicles.quadrupedrobot.anymalc import AnymalC, AnymalCConfig

from stride.simulator.vehicles.quadrupedrobot.go1 import Go1Config

from stride.simulator.vehicles.quadrupedrobot.go1 import Go1

from stride.simulator.params import SIMULATION_ENVIRONMENTS

import asyncio
Expand Down Expand Up @@ -67,6 +69,7 @@ def on_simulation():
async def respawn():

self._go1_config = Go1Config()

self._go1_config.backends = [
ROS2Backend(self._go1_config.vehicle_name)
]
Expand Down

0 comments on commit cb7df5b

Please sign in to comment.