Groups
Groups
Sign in
Groups
Groups
Robotics & Machine Vision Toolboxes
Conversations
About
Send feedback
Help
Error in Peter Corke RTB Tool Box, AStar.path() Function.
56 views
Skip to first unread message
Ahmed Hassan
unread,
Mar 26, 2021, 3:15:50 PM
3/26/21
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Robotics & Machine Vision Toolboxes
Error in Peter Corke RTB Tool Box, AStar.path() Function.
Code
goal = [99;99];
start = [1;1];
as = Astar(map);
as.plan(goal, 2, 1, 0);
%as.plot();
%as.reset();
%as.path(start);
%p = path(as, start);
p = as.path(start);
Error::::
'path' is not an accessible method of base class 'Navigation'.
Error in Astar/path (line 314)
P = pathNavigation(as, start);
Error in Robotics (line 110)
p = as.path(start);
Peter Corke
unread,
Mar 27, 2021, 1:14:44 AM
3/27/21
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Robotics & Machine Vision Toolboxes
Hi, this was a contributed function and has not been maintained. It might be the method is now called query.
Reply all
Reply to author
Forward
Message has been deleted
Message has been deleted
0 new messages