strands-project / strands_morse

A MORSE-based simulation for the STRANDS project
4 stars 28 forks source link

[WIP] first tries to work on a multi-robot enviroment #172

Closed marc-hanheide closed 11 months ago

marc-hanheide commented 6 years ago

working towards simulating a number of individual robots in Morse... a lot of worked towards namespaces and tf prefixes is needed...

marc-hanheide commented 6 years ago

the topics seem to be all corrected now, if https://github.com/strands-project/scitos_apps/pull/163 and https://github.com/strands-project/strands_apps/pull/69 are merged, but the tf tree is still messed up.

Maybe, @kunzel, do you remember what I would have to do to allow it have several robots' tf prefixed consistently in Morse? Or maybe @severin-lemaignan

severin-lemaignan commented 6 years ago

@marc-hanheide would you have around a MWE for me to play with? I do not remember the details, I fear :-)

marc-hanheide commented 6 years ago

@severin-lemaignan I just couldn't find a multi-robot example in Morse... Look at https://github.com/strands-project/strands_morse/blob/ce5f035a27b3a7479e72cc298775e5302f56ed5c/strands_sim/src/strands_sim/builder/robots/scitosA5.py for my current robot builder, which is used in https://github.com/strands-project/strands_morse/blob/ce5f035a27b3a7479e72cc298775e5302f56ed5c/the_collection/collection_nocam_fast.py

Any hints would be welcome...

severin-lemaignan commented 6 years ago

I'll have a look if I find some time. I recommend you to drop an email on morse-users@laas.fr: someone might have some experience with that already.

marc-hanheide commented 6 years ago

@severin-lemaignan I figured it out myself in 4441592: frames

marc-hanheide commented 6 years ago

now also needs https://github.com/strands-project/scitos_common/pull/62 merged

severin-lemaignan commented 6 years ago

@marc-hanheide woohoo! That's a massive TF tree! I've love to see a screenshot of the simulation :-D

marc-hanheide commented 6 years ago

image here you go @severin-lemaignan

severin-lemaignan commented 6 years ago

@marc-hanheide cheers :-D