1.bug1
rosweb加载地图到画布中,双击地图控制台报:
Warning: Invalid argument "/map" passed to canTransform argument source_frame in tf2 frame_id
处理:
进入 Navigator.js 找到函数 :
function sendGoal(pose) {
// create a goal
var goal = new ROSLIB.Goal({
actionClient : actionClient,
goalMessage : {
target_pose : {
header : {
frame_id : '/map'
},
pose : pose
}
}
});
goal.send();
将这个 /map改成map就可以解决以上问题
2.bug2
ros2d.js
找到:var y = pos.y * this.scaleY + this.y
// convert the given ROS coordinat