Difference between revisions of "Category:Hamster"

From cogniteam
Jump to: navigation, search
Line 34: Line 34:
 
Master - Has a wifi connection to the hamster network, provides network access to slave. It also connects to the slave computer directly via ethernet cable.
 
Master - Has a wifi connection to the hamster network, provides network access to slave. It also connects to the slave computer directly via ethernet cable.
  
Slave - Second computer, used primarily for slam/localization algorithms, connected to hamster network via master.
+
Slave - Second computer, used primarily for GPS data broadcasting, connected to hamster network via master.
  
 
Low level controller - Arduino based board responsible for interaction with hardware components.
 
Low level controller - Arduino based board responsible for interaction with hardware components.
Line 125: Line 125:
 
* LiDar (USB)
 
* LiDar (USB)
 
* Ethernet (to slave)
 
* Ethernet (to slave)
 
===Packages===
 
 
*[http://git.cogni.io/hamster/hamster_mapping_controller mapping_controller]
 
*[http://git.cogni.io/hamster/hamster_launch hamster_launch]
 
*[http://git.cogni.io/hamster/raspicam raspicam]
 
*[http://git.cogni.io/hamster/hamster_rplidar hamster_rplidar]
 
*[http://git.cogni.io/hamster/hamster_wandering hamster_wandering]
 
*[http://git.cogni.io/hamster/hamster_navigation hamster_navigation]
 
*[http://git.cogni.io/hamster/tf_geometry tf_geometry]
 
*[http://git.cogni.io/hamster/hamster_rplidar hamster_rplidar]
 
*[http://git.cogni.io/hamster/laser_noise_filter laser_noise_filter]
 
*[https://github.com/ros-drivers/nmea_msgs.git nmea_msgs]
 
*[https://github.com/ros-drivers/nmea_navsat_driver nmea_navsat_driver]
 
*[http://git.cogni.io/hamster/cognialg_cpp hamster_api/cognialg_cpp]
 
*[http://git.cogni.io/hamster/hamster_api_common_cpp hamster_api/hamster_api_common_cpp]
 
*[http://git.cogni.io/hamster/hamster_api_server_cpp hamster_api/hamster_api_server_cpp]
 
  
 
==Slave==
 
==Slave==
 
Description
 
Description
  
Mainly used for outdoor localization algorithms
+
GPS data broadcaster
  
 
===Hardware===
 
===Hardware===
Line 152: Line 135:
 
* GPS
 
* GPS
 
* Ethernet (to master)
 
* Ethernet (to master)
 
===Packages===
 
 
* [http://git.cogni.io/hamster/hamster_launch hamster_launch]
 
* [https://github.com/ros-drivers/nmea_msgs.git nmea_msgs]
 
* [https://github.com/ros-drivers/nmea_navsat_driver  nmea_navsat_driver]
 

Revision as of 16:56, 10 March 2019


Hamster system

Hamster research teams

The Hamster is being used as a research platform at various institutes

Hamster research papers

Hamster models

Robot's components

Each robots has two raspberry pi computers on board - master and slave, and a low level controller.

Master - Has a wifi connection to the hamster network, provides network access to slave. It also connects to the slave computer directly via ethernet cable.

Slave - Second computer, used primarily for GPS data broadcasting, connected to hamster network via master.

Low level controller - Arduino based board responsible for interaction with hardware components.

Operation modes

Hamster robot is capable of running mapping, localization or outdoor localization (using GPS and IMU).

Switching between modes:

In order to change the operation mode publish std_msgs/String message to /mapping_command topic, containing on e of the following strings:

  • slam
  • localization
  • outdoor

Example: <syntaxhighlight lang="bash" line='line'> rostopic pub /mapping_command std_msgs/String "data: 'slam'" </syntaxhighlight> <syntaxhighlight lang="bash" line='line'> rostopic pub /mapping_command std_msgs/String "data: 'localization'" </syntaxhighlight>

When switching from mapping to localization mode, the map is saved by the server, and loaded for localization algorithm.

All maps saved inside ~/hamster_ws/src/hamster_server_launch/maps$


Hamster wireless network

Router

  • SSID 2.4Ghz: hamster_net
  • SSID 5.0Ghz: hamster_net5
  • Password: hamsterHAMSTER
  • Network: 10.0.2.0
  • Netmask: 255.255.255.0
  • Gateway: 10.0.2.138

Hamster

  • User = pi
  • Password = hamster

Master:

  • IP: 10.0.2.n/192.168.n.1

Slave:

  • IP: 192.168.n.2

n - stands for agent id, e.g agent7 will have 10.0.2.7/192.168.7.1

Low level controller

Hamster LLC connection scheme (for V4 and V5)

Description

The LLC board is responsible for interaction with hardware components such as:

  • Motors (drive and steering)
  • Encoders (mainly used for PID controller)
  • IMU
  • Battery monitoring
  • Cut-off (shuts down the platform when battery goes below certain voltage)

The LLC is connected to master computer via UART (serial)

A built-in switch is also provided for the possibility of loading new firmware (voids warranty, can be provided per request)

Server

Description:

Usually runs ROS master services, it also loads and publishes the map for localization

Note: hamster robot may be configured to use local ROS master to avoid using dedicated server for this purpose

Packages:

Master

Description:

Majority of hardware is connected to the master pc, it also acts as network gateway for slave

Hardware

  • WiFi
  • Low level controller (via UART)
  • LiDar (USB)
  • Ethernet (to slave)

Slave

Description

GPS data broadcaster

Hardware

  • GPS
  • Ethernet (to master)

Subcategories

This category has the following 5 subcategories, out of 5 total.