小结 测试了下Rosserial Windows与ROS之间的通信,解决了几个问题。 过程 参考链接及代码,以Turtlesim为实验进行了配置,记录一些指令如下: john@ubuntu:~$ sudo apt-get install ros-noetic-rosserial-windows john@ubuntu:~$ sudo apt-get install ros-noetic-rosserial-server john@ubuntu:~$ roscore john@ubuntu:~$ rosrun turtlesim turtlesim_node john@ubuntu:~$ rosrun rosserial_server socket_node [ INFO] [1658159352.315079648]: Listening for rosserial TCP connections on port 11411 john@ubuntu:~$ rostopic list /rosout /rosout_agg /turtle1/cmd_vel /turtle1/color_sensor /turtle1/pose john@ubuntu:~$ rostopic echo /turtle1/cmd_vel 问题及解决 问题解决后,测试成功。 问题一:#include “stdafx.h”报错 解决: 设置工程属性,设置Precompiled Header为Not […]