@@ -17,20 +17,20 @@ This project aims to unify it under one solution that is flexible enough for all
1717
1818## World
1919
20- The central datastructure for interaction with a scene is the {py: class }` semantic_world.world .World ` .
20+ The central datastructure for interaction with a scene is the {py: class }` semantic_world.world_entity .World ` .
2121The world is a mediator for bodies and their connections.
2222It handles the validation of the world's kinematic structure and the communication between the objects.
2323
24- Physical Objects can be spawned by constructing a {py: class }` semantic_world.world .Body ` and a kinematic chain of
25- those elements is added by specifying a {py: class }` semantic_world.world .Connection ` between bodies.
24+ Physical Objects can be spawned by constructing a {py: class }` semantic_world.world_entity .Body ` and a kinematic chain of
25+ those elements is added by specifying a {py: class }` semantic_world.world_entity .Connection ` between bodies.
2626
2727All those things have to be added to the world for full functionality.
2828More information on the kinematic world model can be found [ here] ( kinematic_world.md ) .
2929
3030## Views
3131
3232Views are aggregation objects for bodies and connections in the world.
33- Semantically, a ` semantic_world.world .View ` is an interpretation of a set of links and connections.
33+ Semantically, a ` semantic_world.world_entity .View ` is an interpretation of a set of links and connections.
3434For instance, a Drawer can be seen as a view on a handle and a container that is connected via a fixed connection
3535and where the container has some prismatic connection.
3636
@@ -48,6 +48,6 @@ This is due to the fact, that this package uses casadi to speed up forward kinem
4848The types for sqlalchemy are defined in {py: mod }` semantic_world.orm.model ` .
4949The interface to sqlalchemy is auto-generated to {py: mod }` semantic_world.orm.ormatic_interface ` .
5050The script
51- to recreate the interface is found in [ here] ( https://github.com/tomsch420 /semantic_world/blob/main/scripts/generate_orm.py ) .
51+ to recreate the interface is found in [ here] ( https://github.com/cram2 /semantic_world/blob/main/scripts/generate_orm.py ) .
5252
5353
0 commit comments