chengyangkj / Ros_Qt5_Gui_App

ROS human computer interface based on Qt5(基于Qt5的ROS人机交互界面)
GNU General Public License v2.0
938 stars 306 forks source link

Update qnode.hpp #21

Closed GUANG-CHEN1208 closed 2 years ago

GUANG-CHEN1208 commented 2 years ago

修改了地图原点对应坐标系坐标的数据类型(int转为flaot),调试时发现雷达数据与实际地图有偏差,修改后偏差消失,由于从地图的yaml文件中读取的原点并非都是整数。