LCAS / teaching

Material for the CMP3103 Module
https://blackboard.lincoln.ac.uk/webapps/blackboard/execute/announcement?method=search&context=course&course_id=_189084_1&handle=cp_announcements&mode=cpview
MIT License
31 stars 29 forks source link

Several bots in one environment #3

Closed cdondrup closed 9 years ago

cdondrup commented 9 years ago

There is a problem with several turtlebots in one gazebo environment:

To have a correct tf tree the kubuki node has to be altered which prevents the normal, one robot examples from working. Currently, the node is overwritten in a custom workspace (which will not be installable due to the fact that they are called the same) and therefore all the standard programs using this node don't work properly any more. The node would have to be renamed and only used when there are multiple robots in the simulation. Also some of the topics have a weird handling due to the fact that you have to have namespaces. This might be unintuitive for the students.

@marc-hanheide maybe we can talk about this tomorrow at our meeting.

cdondrup commented 9 years ago

Should be solved