We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5091979 commit 8ce1bcbCopy full SHA for 8ce1bcb
_posts/2018-09-25-from-ui-to-motors.markdown
@@ -39,7 +39,7 @@ which in turn tap into the ROS [Action Servers](http://wiki.ros.org/actionlib#Cl
39
In short, the robot_skills provide an abstract, mostly ROS-independent interface to the actual robot.
40
41
A major component in our robots is the worldmodel, called [ED](https://github.com/tue-robotics/ed) (Environment Descriptor).
42
-We use this to get a symbolic view on the world. ED Keeps track of objects and uses various plugins to e.g. recognize objects.
+We use this to get a symbolic representation of the world. ED Keeps track of objects and uses various plugins to e.g. recognize objects.
43
ED also prvides a maps for the robot to localize itself and variosu other tasks.
44
45
There are several action_servers ont he robot, for example for navigation.
0 commit comments