robotics-toolbox-matlab
robotics-toolbox-matlab copied to clipboard
Cant find DStarPO function ds.path
Hi, I'm trying to use the DStarPO algorithm. Everything works woderfully until I call the "path" method with ds.path(start) as done in the example. Whenever I try this, I get an error saying that the "path" method doesn't exist. I read through the code in both DStarPO and other related files and can't seem to find where "path" is. Would it be possible to give me some direction as to where I can find "path", and how I can implement it?
This one was contributed to RTB9 but I lost touch with the author. I haven’t looked at the code for a while. The path method is now called query in RTB10. Does that help? If you’re willing to renovate it I’d be happy to make it part of the distro again. I’m assuming you got this from GitHub?
peter
On 6 Feb 2019, at 1:04 am, gabestreit [email protected] wrote:
Hi, I'm trying to use the DStarPO algorithm. Everything works woderfully until I call the "path" method with ds.path(start) as done in the example. Whenever I try this, I get an error saying that the "path" method doesn't exist. I read through the code in both DStarPO and other related files and can't seem to find where "path" is. Would it be possible to give me some direction as to where I can find "path", and how I can implement it?
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/petercorke/robotics-toolbox-matlab/issues/42, or mute the thread https://github.com/notifications/unsubscribe-auth/ALQUUiua91S5mN1vzPlCmzFbVxKIOlDhks5vKY9sgaJpZM4ajRuz.
That does help. Thanks. I did get this from GitHub. Unfortunatly I'm relatively new to coding, so this is a bit over my head to renovate.