diff --git a/deploy/robot_ws/src/go2py_node/src/bridge.cpp b/deploy/robot_ws/src/go2py_node/src/bridge.cpp index e2f51fe..2c7e39b 100644 --- a/deploy/robot_ws/src/go2py_node/src/bridge.cpp +++ b/deploy/robot_ws/src/go2py_node/src/bridge.cpp @@ -55,11 +55,11 @@ class Custom: public rclcpp::Node lowcmd_suber = this->create_subscription( "/go2/lowcmd", 1, std::bind(&Custom::lowcmd_callback, this, std::placeholders::_1)); - joint_cmd_suber = this->create_subscription( - "/go2/joint_cmd", - 1, - std::bind(&Custom::joint_cmd_callback, this, std::placeholders::_1) - ); + // joint_cmd_suber = this->create_subscription( + // "/go2/joint_cmd", + // 1, + // std::bind(&Custom::joint_cmd_callback, this, std::placeholders::_1) + // ); lowcmd_puber = this->create_publisher("/lowcmd", 10);