ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Shouldn't it be rather print("list: ", msg.data)
in your callback? Check ROS documentation there for correct form of ROS1 subscriber. The array poses
can be acquired through the field of msg.data
.
2 | No.2 Revision |
Shouldn't it be rather print("list: ", msg.data)
in your callback? Check ROS documentation there for correct form of ROS1 subscriber. The array poses
can be acquired through as the field of msg.data
.