stopped subscribing to joint_state topic.
This commit is contained in:
parent
41bec7c19d
commit
1178996909
|
@ -55,11 +55,11 @@ class Custom: public rclcpp::Node
|
||||||
lowcmd_suber = this->create_subscription<unitree_go::msg::Go2pyLowCmd>(
|
lowcmd_suber = this->create_subscription<unitree_go::msg::Go2pyLowCmd>(
|
||||||
"/go2/lowcmd", 1, std::bind(&Custom::lowcmd_callback, this, std::placeholders::_1));
|
"/go2/lowcmd", 1, std::bind(&Custom::lowcmd_callback, this, std::placeholders::_1));
|
||||||
|
|
||||||
joint_cmd_suber = this->create_subscription<sensor_msgs::msg::JointState>(
|
// joint_cmd_suber = this->create_subscription<sensor_msgs::msg::JointState>(
|
||||||
"/go2/joint_cmd",
|
// "/go2/joint_cmd",
|
||||||
1,
|
// 1,
|
||||||
std::bind(&Custom::joint_cmd_callback, this, std::placeholders::_1)
|
// std::bind(&Custom::joint_cmd_callback, this, std::placeholders::_1)
|
||||||
);
|
// );
|
||||||
|
|
||||||
lowcmd_puber = this->create_publisher<unitree_go::msg::LowCmd>("/lowcmd", 10);
|
lowcmd_puber = this->create_publisher<unitree_go::msg::LowCmd>("/lowcmd", 10);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue