User Tools

Site Tools


quimbox:quimbase

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
quimbox:quimbase [2018/09/17 15:54] gjohnenquimbox:quimbase [2018/10/25 11:10] (current) gjohnen
Line 1: Line 1:
-====== quimesis_quimbase_description ======+===== quimesis_quimbase_description =====
  
-===== Description ===== +==== Description ====
-===== Required packages ===== +
-===== Subscribe  ===== +
-===== Publish =====+
  
-====== quimesis_quimbase_odom ======+The package contains all the urdf file of the robot and the configuration files. It is the launcher of all the nodes as well but it is not a node itself. 
  
-===== Description ===== +===== quimesis_quimbase_odom =====
-===== Required packages ===== +
-===== Subscribe  ===== +
-===== Publish =====+
  
-====== quimesis_quimbase_pipe_pid ======+==== Description ====
  
-===== Description ===== +This package takes the information from the motors and computes the odometry based on geometrical data from the robot. It also publishes an odometry frame that is used for gmapping computation.
-===== Required packages ===== +
-===== Subscribe  ===== +
-===== Publish =====+
  
-====== quimesis_quimbase_control ======+==== Required packages ====
  
-===== Description ===== +  * roscpp 
-===== Required packages ===== +  * std_msgs 
-===== Subscribe  ===== +  * sensor_msgs 
-===== Publish =====+  * nav_msgs 
 +  * tf
  
-====== quimesis_quimbase_hardware_abstraction ======+==== Subscribe  ====
  
-===== Description ===== +  * /left/feedback 
-===== Required packages ===== +  * /right/feedback
-===== Subscribe  ===== +
-===== Publish =====+
  
-====== quimesis_quimbase_navigation ======+The feedbacks are the wheels velocity.
  
-===== Description ===== +==== Publish ====
-===== Required packages ===== +
-===== Subscribe  ===== +
-===== Publish =====+
  
-====== quimesis_quimbase_gazebo ======+  * /odom 
  
-===== Description ===== +The odometry contains the information about speed and position. 
-===== Required packages ===== + 
-===== Subscribe  ===== +  * Odom frame (tf) 
-===== Publish =====+ 
 +===== quimesis_quimbase_pipe_pid ===== 
 + 
 +==== Description ==== 
 + 
 +This package transforms the information from velocity command of the robot to velocity command for each wheel. It also transforms it from m/s to ticks/s. 
 + 
 +==== Required packages ==== 
 + 
 + 
 +==== Subscribe  ==== 
 + 
 +  * /cmd_vel 
 + 
 +==== Publish ==== 
 + 
 +  * /left/cmd 
 +  * /right/cmd 
 + 
 +===== quimesis_quimbase_control ===== 
 + 
 +==== Description ==== 
 + 
 + 
 + 
 +==== Required packages ==== 
 + 
 + 
 +==== Subscribe  ==== 
 +==== Publish ==== 
 + 
 +===== quimesis_quimbase_hardware_abstraction ===== 
 + 
 +==== Description ==== 
 + 
 +This package is used to simulate the motors-wheels part of the robot. This is not used anymore since Gazebo provide a good enough plugin for this. 
 + 
 +==== Required packages ==== 
 + 
 +  * quimesis_can_utils 
 + 
 + 
 +===== quimesis_quimbase_navigation ===== 
 + 
 +==== Description ==== 
 +==== Required packages ==== 
 +==== Subscribe  ==== 
 +==== Publish ==== 
 + 
 +===== quimesis_quimbase_gazebo ===== 
 + 
 +==== Description ==== 
 + 
 +This package used to launch the simulation, but since all the files are in the description package now this package is only used to store the models and the worlds. 
  
quimbox/quimbase.1537192476.txt.gz · Last modified: 2018/09/17 15:54 by gjohnen