quimortiz / dynoplan

https://quimortiz.github.io/idbastar
MIT License
44 stars 9 forks source link

bug with main_primitives #9

Closed akmaralAW closed 8 months ago

akmaralAW commented 8 months ago

Currently robot model (joint_robot or single) is decided by checking the size of the robotTypes vector. This vector remains empty unless the environment file is provided while creating the Problem problem. For motion primitive generation this environment file is not needed, that is why main_primitives can not be ran anymore with latest merged changes.

I put the size of robotTypes vector manually since motion primitve generation is always done with single robot.

quimortiz commented 8 months ago

Ok, thanks!