Difference between revisions of "Category:HamsterAPI"
From cogniteam
(→High level overview of the HamsterAPI) |
(→High level overview of the HamsterAPI) |
||
Line 2: | Line 2: | ||
=== High level overview of the HamsterAPI === | === High level overview of the HamsterAPI === | ||
− | The Hamster API allows to work with the ROS framework and all it's components without the need to install ROS or any ROS related dependencies | + | * HamsterAPI is a high level API used to communicate with the Hamster Robot. |
− | The Hamster API serves as a bridge to the ROS framework installed on the Hamster and enables to access data related to the Hamster vehicle such as sensor data, maps, and localization information. | + | * The API sits on top of ROS and enables to code without any ROS knowhow by using simple method calls available from within the Hamster class. Hence, the Hamster API allows to work with the ROS framework and all it's components without the need to install ROS or any ROS related dependencies. |
+ | * The Hamster API serves as a bridge to the ROS framework installed on the Hamster and enables to access data related to the Hamster vehicle such as sensor data, maps, and localization information. | ||
+ | * The Hamster API supports both C++ and Java | ||
== Hamster Client Server Architechture == | == Hamster Client Server Architechture == |
Revision as of 09:31, 28 February 2017
High level overview of the HamsterAPI
- HamsterAPI is a high level API used to communicate with the Hamster Robot.
- The API sits on top of ROS and enables to code without any ROS knowhow by using simple method calls available from within the Hamster class. Hence, the Hamster API allows to work with the ROS framework and all it's components without the need to install ROS or any ROS related dependencies.
- The Hamster API serves as a bridge to the ROS framework installed on the Hamster and enables to access data related to the Hamster vehicle such as sensor data, maps, and localization information.
- The Hamster API supports both C++ and Java
Hamster Client Server Architechture
Hamster Client Server Architechture with Simulation and ROS bag
- Bag file recoreded: Records chosen messages by subscribing to a ROS topic. Configured from within the ROS framework with $rosbag.
- The Gazebo client displays actual 3D view simulation.
- The Gazebo Server is connected ro ROS and runs the simulation updaing the Gazebo Client.
Pages in category "HamsterAPI"
The following 5 pages are in this category, out of 5 total.