Skip to content

启动图像和点云传输之后,机器人行走速度变得非常慢,请问这是什么原因呢 #19

@dbdxnuliba

Description

@dbdxnuliba

启动默认的程序,即不传输图像和点云
walking_simulation.py程序中包含阻塞代码(达到不运行__camera_update函数的目的)
for _ in range(200):
self.run() # TODO: THIS IS BLOCKING!!
p.stepSimulation
self.cpp_gait_ctrller.set_robot_mode(self.__convert_type(0))
此时机器人行走速度很快(不卡顿),效果如下gif
quad_ctrl_without_image

启动点云和图像传输参照(https://github.com/eborghi10/quadruped_ctrl),把阻塞代码注释掉
# for _ in range(200):
# self.run() # TODO: THIS IS BLOCKING!!
# p.stepSimulation
# self.cpp_gait_ctrller.set_robot_mode(self.__convert_type(0))
启动图像和点云传输之后,机器人行走速度变得非常慢(感觉很卡),效果如下gif:
quad_ctrl_with_camera
请问这是什么原因呀。

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions