Could anyone please tell me, how to display two robots in one instance of RViz?
This question can be broken into two:
- How can I add a robot to RViz (using UI? Using command line? Using config? What if I have 100 robots, or variable number of robots: how to avoid adding different number of robots every time?)
- What does RViz expect? In other words, let's say I have robot1 and robot2 (meaning that all corresponding links, joints and so on in URDF have prefix). What topics should they publish to appear in RViz and to not interfere with each other.
Any help is greatly appreciated. Thank you.