Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
robocup:ros_architecture [2016/01/27 14:19]
nfave
robocup:ros_architecture [2017/03/31 11:51]
mai ↷ Page moved and renamed from ros_architecure to robocup:ros_architecture
Line 1: Line 1:
 +======Ros Architecture (Robocup)======
 +===== First Version=====
 +{{:​2016-01-27_13.14.37.jpg?​1000|}}
 +
 +
 ===== Communication between the nodes ===== ===== Communication between the nodes =====
  
 +==== ROS msgs used ====
 +
 +[[http://​docs.ros.org/​indigo/​api/​geometry_msgs/​html/​msg/​Pose.html|Pose]]
 +
 +[[http://​docs.ros.org/​indigo/​api/​geometry_msgs/​html/​msg/​PoseArray.html|PoseArray]]
 +
 +[[http://​docs.ros.org/​indigo/​api/​geometry_msgs/​html/​msg/​Pose2D.html|Pose2D]]
 +
 +[[http://​docs.ros.org/​api/​std_msgs/​html/​msg/​Int32.html|Int32]]
 +
 +==== Specific messages ====
 +
 +===message_type===
 +
 +**Command**
 +
 +int type de movement : 1 -> follow, 2 -> take object, 3 -> go to 
 +
 +int reference : reference to a person to follow or to an object to take
 +
 +Pose2D position : coordinate to go. In the case of movement type 1 or 2, the robot move to this position before searching the object or the person
 +
 +==== Normalisation ====
 +
 +distance : meter
 +
 +angle : radian
  • robocup/ros_architecture.txt
  • Last modified: 2019/04/25 14:08
  • (external edit)