Search found 4 matches

by seok
30 Apr 2021, 07:45
Forum: General questions
Topic: Vrep collada file to moveit
Replies: 6
Views: 3403

Re: Vrep collada file to moveit

Eventually I spent whole day writing urdf file :(
by seok
29 Apr 2021, 10:48
Forum: General questions
Topic: Vrep collada file to moveit
Replies: 6
Views: 3403

Re: Vrep collada file to moveit

Hello, Collada format can contain many many things, and CoppeliaSim exports to collada via the Assimp plugin , which only exports mesh data (no hierarchy, etc.). So not sure what kind of data moveit expects, but my guess is that it would be easiest to write a quick exporter as a CoppeliaSim add-on ...
by seok
29 Apr 2021, 10:47
Forum: General questions
Topic: Vrep collada file to moveit
Replies: 6
Views: 3403

Re: Vrep collada file to moveit

Yea that's the problem. I think collada file should include urdf form to be loaded on moveit. That's why I'm looking for methods to export urdf from vrep
by seok
27 Apr 2021, 12:53
Forum: General questions
Topic: Vrep collada file to moveit
Replies: 6
Views: 3403

Vrep collada file to moveit

Hi. I'm currently using Vrep and I made my own module to simulate some planning stuffs. The problem is that Vrep can only export module as Collada file as I know but I can't load it on moveit. Whenever I try to load the model the error message says "URDF/Collada file is not a valid robot model&...