You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Uncaught TypeError: Cannot read property 'x' of undefined
at d.<anonymous> (nav2d.min.js:1)
at d.h.emit (roslib.min.js:1)
at d._messageCallback (roslib.min.js:2)
at d.h.emit (roslib.min.js:1)
at b (roslib.min.js:2)
at c (roslib.min.js:2)
at WebSocket.onmessage (roslib.min.js:2)
It seems it's a problem with showing current location in map : The data format mismatch.
And I have some nother questions:
Is nav2djs support mutiple goal navigation? And how to do it?
Does the map support zooming and zomming in? If NO, how should I do it?
How does nav2d calculate goal point when I double click the map?
Thanks for your time!
The text was updated successfully, but these errors were encountered:
I have found the reason of the errorCannot read property 'x' of undefined.
The message type of node 'robot_pose' must be geometry_msgs/Pose, not be geometry_msgs/PoseStamped
I meet a problem when I try to showing a map.
It seems it's a problem with showing current location in map : The data format mismatch.
And I have some nother questions:
nav2djs
support mutiple goal navigation? And how to do it?nav2d
calculategoal point
when I double click the map?Thanks for your time!
The text was updated successfully, but these errors were encountered: