Open jaypume opened 1 year ago
Robot dot ysc x20 connect failed.
Steps to reproduce the behavior:
Follow the example code from examples/ysc_x20/auto_gait_change/main.py
examples/ysc_x20/auto_gait_change/main.py
class Detection: def __init__(self): self.robot = Robot(name="dog", config="ysc_x20") self.robot.connect()
And I have tried to add the log to robosdk/control/legged/ysc_control.py
robosdk/control/legged/ysc_control.py
def connect(self): print("enter to =================") self.commander.__enter__()
But unfortunately, the log didn't appear.
it can connected success and run the following code.
Gazebo
Pybullet
Simulation
RL
Distributed Training
pip
source
Linux
Windows
macOS
ysc-X20
Turtlebot3
3.6
3.7
Thank you for reporting this issue. I've verified the problem you've mentioned. We'll investigate and resolve it promptly.
Description
Robot dot ysc x20 connect failed.
Screenshots
To Reproduce
Steps to reproduce the behavior:
Follow the example code from
examples/ysc_x20/auto_gait_change/main.py
And I have tried to add the log to
robosdk/control/legged/ysc_control.py
But unfortunately, the log didn't appear.
Expected Behavior
it can connected success and run the following code.
Environment
Gazebo
,Pybullet
): Jueying X20 Robot Dog.Simulation
,RL
,Distributed Training
): Nonepip
,source
): sourceLinux
,Windows
,macOS
): Linuxysc-X20
,Turtlebot3
): ysc-X203.6
,3.7
): 3.8.10Additional Context