Robotics StackExchange | Archived questions

AttachStaticModel functions doesn't work

Hi guys,

I try to use this function in my model plugin. I tried to set the model as static both in sdf file by

<static>true</static>

and in my code

can_model->SetStatic(true);

Then I called

this->model->AttachStaticModel(can_model,a_offset);

It didn't work in either way. So can you guys give me some suggestions what should I try next?

Thanks.

Asked by EdwardC on 2014-08-21 17:38:16 UTC

Comments

Can you describe what didn't work?

Asked by nkoenig on 2014-08-26 17:54:12 UTC

Answers