<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://wiki.cognimbus.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Daria</id>
		<title>cogniteam - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="http://wiki.cognimbus.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Daria"/>
		<link rel="alternate" type="text/html" href="http://wiki.cognimbus.com/index.php/Special:Contributions/Daria"/>
		<updated>2026-04-30T14:18:28Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.28.2</generator>

	<entry>
		<id>http://wiki.cognimbus.com/index.php?title=Simulation&amp;diff=1293</id>
		<title>Simulation</title>
		<link rel="alternate" type="text/html" href="http://wiki.cognimbus.com/index.php?title=Simulation&amp;diff=1293"/>
				<updated>2020-07-19T11:29:13Z</updated>
		
		<summary type="html">&lt;p&gt;Daria: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:HamsterProKit]]&lt;br /&gt;
{{DISPLAYTITLE:Hamster Simulation}}&lt;br /&gt;
&lt;br /&gt;
[[File:HamsterSimulationCTOffice.png|400px|thumb]]&lt;br /&gt;
[[Category:Hamster]]&lt;br /&gt;
=== Hamster Simulation ===&lt;br /&gt;
== Installation ==&lt;br /&gt;
&lt;br /&gt;
First check your current version of ROS by simply typing  in the following command:&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot; line='line'&amp;gt;&lt;br /&gt;
rosversion -d&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== ROS Installation ==&lt;br /&gt;
Installation guide for ROS Indigo can be found at the following link: http://wiki.ros.org/indigo/Installation/Ubuntu&lt;br /&gt;
&lt;br /&gt;
Before cloning, Some dependencies are needed if not already installed:&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot; line='line'&amp;gt;&lt;br /&gt;
sudo apt-get install ros-&amp;lt;distro&amp;gt;-ros-control  ros-&amp;lt;distro&amp;gt;-ros-controllers ros-&amp;lt;distro&amp;gt;-gazebo-ros ros-&amp;lt;distro&amp;gt;-gazebo-ros-control ros-&amp;lt;distro&amp;gt;-gazebo-ros-pkgs ros-&amp;lt;distro&amp;gt;-controller-manager ros-&amp;lt;distro&amp;gt;-gazebo-plugins ros-&amp;lt;distro&amp;gt;-hector-gazebo ros-&amp;lt;distro&amp;gt;-hector-gazebo-plugins ros-&amp;lt;distro&amp;gt;-ackermann-msgs ros-&amp;lt;distro&amp;gt;-costmap-2d&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Next you should go ahead and create a catkin workspace:&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot; line='line'&amp;gt;&lt;br /&gt;
source /opt/ros/&amp;lt;distro&amp;gt;/setup.bash&lt;br /&gt;
mkdir -p ~/hamster_simulation/src&lt;br /&gt;
cd ~/hamster_simulation/src&lt;br /&gt;
catkin_init_workspace&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
Now we can clone the Hamster simulation source code into the new workspace and make it:&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot; line='line'&amp;gt;&lt;br /&gt;
git clone https://github.com/cogniteam/hamster_simulation.git&lt;br /&gt;
cd ~/hamster_simulation&lt;br /&gt;
catkin_make&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Launching==&lt;br /&gt;
Before continuing, source your workspace.&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot; line='line'&amp;gt;&lt;br /&gt;
source ~/hamster_simulation/devel/setup.bash&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The launch file contains hamster_multi_vehicle.launch which runs two agents&lt;br /&gt;
You can add more agents by editing the launch file. Follow instructions in .launch file&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot; line='line'&amp;gt;&lt;br /&gt;
roslaunch hamster_vehicle_gazebo hamster_multi_vehicle.launch&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To run single robot with no-depth camera:&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot; line='line'&amp;gt;&lt;br /&gt;
roslaunch hamster_vehicle_gazebo hamster_V6_spawner.launch&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To run single robot with depth camera:&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot; line='line'&amp;gt;&lt;br /&gt;
roslaunch hamster_vehicle_gazebo hamster_V7_spawner.launch&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Also wandering function available in simulation:&lt;br /&gt;
To activate wandering mode: &amp;lt;syntaxhighlight&amp;gt;rostopic pub /agent(PUT_YOUR_AGENT_NUMBER)/commands/wandering/enable std_msgs/Bool &amp;quot;data: true&amp;quot;&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
To stop wandering mode:&amp;lt;syntaxhighlight&amp;gt;rostopic pub /agent(PUT_YOUR_AGENT_NUMBER)/commands/wandering/enable std_msgs/Bool &amp;quot;data: false&amp;quot;&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== AWS simulation ==&lt;br /&gt;
&lt;br /&gt;
Also provided AWS wrapper with hamster_simulation:&lt;br /&gt;
&lt;br /&gt;
clone simulation with wrapper:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;git clone -b aws_setup https://github.com/cogniteam/hamster_simulation.git&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
and follow README instructions for interaction with AWS cloud&lt;/div&gt;</summary>
		<author><name>Daria</name></author>	</entry>

	<entry>
		<id>http://wiki.cognimbus.com/index.php?title=Simulation&amp;diff=1292</id>
		<title>Simulation</title>
		<link rel="alternate" type="text/html" href="http://wiki.cognimbus.com/index.php?title=Simulation&amp;diff=1292"/>
				<updated>2020-07-14T09:36:32Z</updated>
		
		<summary type="html">&lt;p&gt;Daria: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:HamsterProKit]]&lt;br /&gt;
{{DISPLAYTITLE:Hamster Simulation}}&lt;br /&gt;
&lt;br /&gt;
[[File:HamsterSimulationCTOffice.png|400px|thumb]]&lt;br /&gt;
[[Category:Hamster]]&lt;br /&gt;
=== Hamster Simulation ===&lt;br /&gt;
== Installation ==&lt;br /&gt;
&lt;br /&gt;
First check your current version of ROS by simply typing  in the following command:&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot; line='line'&amp;gt;&lt;br /&gt;
rosversion -d&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== ROS Installation ==&lt;br /&gt;
Installation guide for ROS Indigo can be found at the following link: http://wiki.ros.org/indigo/Installation/Ubuntu&lt;br /&gt;
&lt;br /&gt;
Before cloning, Some dependencies are needed if not already installed:&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot; line='line'&amp;gt;&lt;br /&gt;
sudo apt-get install ros-&amp;lt;distro&amp;gt;-ros-control  ros-&amp;lt;distro&amp;gt;-ros-controllers ros-&amp;lt;distro&amp;gt;-gazebo-ros ros-&amp;lt;distro&amp;gt;-gazebo-ros-control ros-&amp;lt;distro&amp;gt;-gazebo-ros-pkgs ros-&amp;lt;distro&amp;gt;-controller-manager ros-&amp;lt;distro&amp;gt;-gazebo-plugins ros-&amp;lt;distro&amp;gt;-hector-gazebo ros-&amp;lt;distro&amp;gt;-hector-gazebo-plugins ros-&amp;lt;distro&amp;gt;-ackermann-msgs ros-&amp;lt;distro&amp;gt;-costmap-2d&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Next you should go ahead and create a catkin workspace:&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot; line='line'&amp;gt;&lt;br /&gt;
source /opt/ros/&amp;lt;distro&amp;gt;/setup.bash&lt;br /&gt;
mkdir -p ~/hamster_simulation/src&lt;br /&gt;
cd ~/hamster_simulation/src&lt;br /&gt;
catkin_init_workspace&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
Now we can clone the Hamster simulation source code into the new workspace and make it:&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot; line='line'&amp;gt;&lt;br /&gt;
git clone https://github.com/cogniteam/hamster_simulation.git&lt;br /&gt;
cd ~/hamster_simulation&lt;br /&gt;
catkim_make&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Launching==&lt;br /&gt;
Before continuing, source your workspace.&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot; line='line'&amp;gt;&lt;br /&gt;
source ~/hamster_simulation/devel/setup.bash&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The launch file contains hamster_multi_vehicle.launch which runs two agents&lt;br /&gt;
You can add more agents by editing the launch file. Follow instructions in .launch file&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot; line='line'&amp;gt;&lt;br /&gt;
roslaunch hamster_vehicle_gazebo hamster_multi_vehicle.launch&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To run single robot with no-depth camera:&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot; line='line'&amp;gt;&lt;br /&gt;
roslaunch hamster_vehicle_gazebo hamster_V6_spawner.launch&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To run single robot with depth camera:&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot; line='line'&amp;gt;&lt;br /&gt;
roslaunch hamster_vehicle_gazebo hamster_V7_spawner.launch&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Also wandering function available in simulation:&lt;br /&gt;
To activate wandering mode: &amp;lt;syntaxhighlight&amp;gt;rostopic pub /agent(PUT_YOUR_AGENT_NUMBER)/commands/wandering/enable std_msgs/Bool &amp;quot;data: true&amp;quot;&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
To stop wandering mode:&amp;lt;syntaxhighlight&amp;gt;rostopic pub /agent(PUT_YOUR_AGENT_NUMBER)/commands/wandering/enable std_msgs/Bool &amp;quot;data: false&amp;quot;&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== AWS simulation ==&lt;br /&gt;
&lt;br /&gt;
Also provided AWS wrapper with hamster_simulation:&lt;br /&gt;
&lt;br /&gt;
clone simulation with wrapper:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;git clone -b aws_setup https://github.com/cogniteam/hamster_simulation.git&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
and follow README instructions for interaction with AWS cloud&lt;/div&gt;</summary>
		<author><name>Daria</name></author>	</entry>

	<entry>
		<id>http://wiki.cognimbus.com/index.php?title=Simulation&amp;diff=1291</id>
		<title>Simulation</title>
		<link rel="alternate" type="text/html" href="http://wiki.cognimbus.com/index.php?title=Simulation&amp;diff=1291"/>
				<updated>2020-07-14T09:20:26Z</updated>
		
		<summary type="html">&lt;p&gt;Daria: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:HamsterProKit]]&lt;br /&gt;
{{DISPLAYTITLE:Hamster Simulation}}&lt;br /&gt;
&lt;br /&gt;
[[File:HamsterSimulationCTOffice.png|400px|thumb]]&lt;br /&gt;
[[Category:Hamster]]&lt;br /&gt;
=== Hamster Simulation ===&lt;br /&gt;
== Installation ==&lt;br /&gt;
&lt;br /&gt;
First check your current version of ROS by simply typing  in the following command:&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot; line='line'&amp;gt;&lt;br /&gt;
rosversion -d&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== ROS Installation ==&lt;br /&gt;
Installation guide for ROS Indigo can be found at the following link: http://wiki.ros.org/indigo/Installation/Ubuntu&lt;br /&gt;
&lt;br /&gt;
Before cloning, Some dependencies are needed if not already installed:&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot; line='line'&amp;gt;&lt;br /&gt;
sudo apt-get install ros-&amp;lt;distro&amp;gt;-ros-control  ros-&amp;lt;distro&amp;gt;-ros-controllers ros-&amp;lt;distro&amp;gt;-gazebo-ros ros-&amp;lt;distro&amp;gt;-gazebo-ros-control ros-&amp;lt;distro&amp;gt;-gazebo-ros-pkgs ros-&amp;lt;distro&amp;gt;-controller-manager ros-&amp;lt;distro&amp;gt;-gazebo-plugins ros-&amp;lt;distro&amp;gt;-hector-gazebo ros-&amp;lt;distro&amp;gt;-hector-gazebo-plugins ros-&amp;lt;distro&amp;gt;-ackermann-msgs ros-&amp;lt;distro&amp;gt;-costmap-2d&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Next you should go ahead and create a catkin workspace:&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot; line='line'&amp;gt;&lt;br /&gt;
source /opt/ros/&amp;lt;distro&amp;gt;/setup.bash&lt;br /&gt;
mkdir -p ~/hamster_simulation/src&lt;br /&gt;
cd ~/hamster_simulation/src&lt;br /&gt;
catkin_init_workspace&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
Now we can clone the Hamster simulation source code into the new workspace and make it:&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot; line='line'&amp;gt;&lt;br /&gt;
git clone https://github.com/cogniteam/hamster_simulation.git&lt;br /&gt;
cd ~/hamster_simulation&lt;br /&gt;
catkim_make&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Launching==&lt;br /&gt;
Before continuing, source your workspace.&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot; line='line'&amp;gt;&lt;br /&gt;
source ~/hamster_simulation/devel/setup.bash&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The launch file contains hamster_multi_vehicle.launch which runs two agents&lt;br /&gt;
You can add more agents by editing the launch file. Follow instructions in .launch file&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot; line='line'&amp;gt;&lt;br /&gt;
roslaunch hamster_vehicle_gazebo hamster_multi_vehicle.launch&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To run single robot with no-depth camera:&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot; line='line'&amp;gt;&lt;br /&gt;
roslaunch hamster_vehicle_gazebo hamster_V6_spawner.launch&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To run single robot with depth camera:&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot; line='line'&amp;gt;&lt;br /&gt;
roslaunch hamster_vehicle_gazebo hamster_V7_spawner.launch&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Also wandering function available in simulation:&lt;br /&gt;
To activate wandering mode: &amp;lt;syntaxhighlight&amp;gt;rostopic pub /agent(PUT_YOUR_AGENT_NUMBER)/commands/wandering/enable std_msgs/Bool &amp;quot;data: true&amp;quot;&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
To stop wandering mode:&amp;lt;syntaxhighlight&amp;gt;rostopic pub /agent(PUT_YOUR_AGENT_NUMBER)/commands/wandering/enable std_msgs/Bool &amp;quot;data: false&amp;quot;&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Available Topics== &lt;br /&gt;
You should see something like this:&lt;br /&gt;
&amp;lt;agent&amp;gt; = agent1 on default&lt;br /&gt;
* Camera - /&amp;lt;agent&amp;gt;/image_raw/&lt;br /&gt;
* GPS - /&amp;lt;agent&amp;gt;/gps &lt;br /&gt;
* IMU - /&amp;lt;agent&amp;gt;/imu&lt;br /&gt;
* Lidar - /&amp;lt;agent&amp;gt;/scan_raw&lt;br /&gt;
* Speed Commands (Ackermann) - /&amp;lt;agent&amp;gt;/ackermann_cmd&lt;br /&gt;
&lt;br /&gt;
== AWS simulation ==&lt;br /&gt;
&lt;br /&gt;
Also provided AWS wrapper with hamster_simulation:&lt;br /&gt;
&lt;br /&gt;
clone simulation with wrapper:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;git clone -b aws_setup https://github.com/cogniteam/hamster_simulation.git&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
and follow README instructions for interaction with AWS cloud&lt;/div&gt;</summary>
		<author><name>Daria</name></author>	</entry>

	<entry>
		<id>http://wiki.cognimbus.com/index.php?title=Simulation&amp;diff=1290</id>
		<title>Simulation</title>
		<link rel="alternate" type="text/html" href="http://wiki.cognimbus.com/index.php?title=Simulation&amp;diff=1290"/>
				<updated>2020-07-14T09:15:32Z</updated>
		
		<summary type="html">&lt;p&gt;Daria: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:HamsterProKit]]&lt;br /&gt;
{{DISPLAYTITLE:Hamster Simulation}}&lt;br /&gt;
&lt;br /&gt;
[[File:HamsterSimulationCTOffice.png|400px|thumb]]&lt;br /&gt;
[[Category:Hamster]]&lt;br /&gt;
=== Hamster Simulation ===&lt;br /&gt;
== Installation ==&lt;br /&gt;
&lt;br /&gt;
First check your current version of ROS by simply typing  in the following command:&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot; line='line'&amp;gt;&lt;br /&gt;
rosversion -d&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== ROS Installation ==&lt;br /&gt;
Installation guide for ROS Indigo can be found at the following link: http://wiki.ros.org/indigo/Installation/Ubuntu&lt;br /&gt;
&lt;br /&gt;
Before cloning, Some dependencies are needed if not already installed:&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot; line='line'&amp;gt;&lt;br /&gt;
sudo apt-get install ros-&amp;lt;distro&amp;gt;-ros-control  ros-&amp;lt;distro&amp;gt;-ros-controllers ros-&amp;lt;distro&amp;gt;-gazebo-ros ros-&amp;lt;distro&amp;gt;-gazebo-ros-control ros-&amp;lt;distro&amp;gt;-gazebo-ros-pkgs ros-&amp;lt;distro&amp;gt;-controller-manager ros-&amp;lt;distro&amp;gt;-gazebo-plugins ros-&amp;lt;distro&amp;gt;-hector-gazebo ros-&amp;lt;distro&amp;gt;-hector-gazebo-plugins ros-&amp;lt;distro&amp;gt;-ackermann-msgs ros-&amp;lt;distro&amp;gt;-costmap-2d&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Next you should go ahead and create a catkin workspace:&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot; line='line'&amp;gt;&lt;br /&gt;
source /opt/ros/&amp;lt;distro&amp;gt;/setup.bash&lt;br /&gt;
mkdir -p ~/hamster_simulation/src&lt;br /&gt;
cd ~/hamster_simulation/src&lt;br /&gt;
catkin_init_workspace&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
Now we can clone the Hamster simulation source code into the new workspace and make it:&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot; line='line'&amp;gt;&lt;br /&gt;
git clone https://github.com/cogniteam/hamster_simulation.git&lt;br /&gt;
cd ~/hamster_simulation&lt;br /&gt;
catkim_make&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Launching==&lt;br /&gt;
Before continuing, source your workspace.&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot; line='line'&amp;gt;&lt;br /&gt;
source ~/hamster_simulation/devel/setup.bash&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The launch file contains hamster_multi_vehicle.launch which runs two agents&lt;br /&gt;
You can add more agents by editing the launch file. Follow instructions in .launch file&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot; line='line'&amp;gt;&lt;br /&gt;
roslaunch hamster_vehicle_gazebo hamster_multi_vehicle.launch&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To run single robot with no-depth camera:&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot; line='line'&amp;gt;&lt;br /&gt;
roslaunch hamster_vehicle_gazebo hamster_V6_spawner.launch&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To run single robot with depth camera:&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot; line='line'&amp;gt;&lt;br /&gt;
roslaunch hamster_vehicle_gazebo hamster_V7_spawner.launch&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Available Topics== &lt;br /&gt;
You should see something like this:&lt;br /&gt;
&amp;lt;agent&amp;gt; = agent1 on default&lt;br /&gt;
* Camera - /&amp;lt;agent&amp;gt;/image_raw/&lt;br /&gt;
* GPS - /&amp;lt;agent&amp;gt;/gps &lt;br /&gt;
* IMU - /&amp;lt;agent&amp;gt;/imu&lt;br /&gt;
* Lidar - /&amp;lt;agent&amp;gt;/scan_raw&lt;br /&gt;
* Speed Commands (Ackermann) - /&amp;lt;agent&amp;gt;/ackermann_cmd&lt;br /&gt;
&lt;br /&gt;
== AWS simulation ==&lt;br /&gt;
&lt;br /&gt;
Also provided AWS wrapper with hamster_simulation:&lt;br /&gt;
&lt;br /&gt;
clone simulation with wrapper:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;git clone -b aws_setup https://github.com/cogniteam/hamster_simulation.git&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
and follow README instructions for interaction with AWS cloud&lt;/div&gt;</summary>
		<author><name>Daria</name></author>	</entry>

	<entry>
		<id>http://wiki.cognimbus.com/index.php?title=Simulation&amp;diff=1289</id>
		<title>Simulation</title>
		<link rel="alternate" type="text/html" href="http://wiki.cognimbus.com/index.php?title=Simulation&amp;diff=1289"/>
				<updated>2020-07-14T09:05:44Z</updated>
		
		<summary type="html">&lt;p&gt;Daria: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:HamsterProKit]]&lt;br /&gt;
{{DISPLAYTITLE:Hamster Simulation}}&lt;br /&gt;
&lt;br /&gt;
[[File:HamsterSimulationCTOffice.png|400px|thumb]]&lt;br /&gt;
[[Category:Hamster]]&lt;br /&gt;
=== Hamster Simulation ===&lt;br /&gt;
== Installation ==&lt;br /&gt;
&lt;br /&gt;
First check your current version of ROS by simply typing  in the following command:&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot; line='line'&amp;gt;&lt;br /&gt;
rosversion -d&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== ROS Installation ==&lt;br /&gt;
Installation guide for ROS Indigo can be found at the following link: http://wiki.ros.org/indigo/Installation/Ubuntu&lt;br /&gt;
&lt;br /&gt;
Before cloning, Some dependencies are needed if not already installed:&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot; line='line'&amp;gt;&lt;br /&gt;
sudo apt-get install ros-&amp;lt;distro&amp;gt;-ros-control  ros-&amp;lt;distro&amp;gt;-ros-controllers ros-&amp;lt;distro&amp;gt;-gazebo-ros ros-&amp;lt;distro&amp;gt;-gazebo-ros-control ros-&amp;lt;distro&amp;gt;-gazebo-ros-pkgs ros-&amp;lt;distro&amp;gt;-controller-manager ros-&amp;lt;distro&amp;gt;-gazebo-plugins ros-&amp;lt;distro&amp;gt;-hector-gazebo ros-&amp;lt;distro&amp;gt;-hector-gazebo-plugins ros-&amp;lt;distro&amp;gt;-ackermann-msgs ros-&amp;lt;distro&amp;gt;-costmap-2d&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Next you should go ahead and create a catkin workspace:&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot; line='line'&amp;gt;&lt;br /&gt;
source /opt/ros/&amp;lt;distro&amp;gt;/setup.bash&lt;br /&gt;
mkdir -p ~/hamster_simulation/src&lt;br /&gt;
cd ~/hamster_simulation/src&lt;br /&gt;
catkin_init_workspace&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
Now we can clone the Hamster simulation source code into the new workspace and make it:&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot; line='line'&amp;gt;&lt;br /&gt;
git clone https://github.com/cogniteam/hamster_simulation.git&lt;br /&gt;
cd ~/hamster_simulation&lt;br /&gt;
catkim_make&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Launching==&lt;br /&gt;
Before continuing, source your workspace.&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot; line='line'&amp;gt;&lt;br /&gt;
source ~/hamster_simulation/devel/setup.bash&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The launch file contains hamster_multi_vehicle.launch which runs rwo agents&lt;br /&gt;
You can add more agents by editing the launch file. Follow instructions in .launch file&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot; line='line'&amp;gt;&lt;br /&gt;
roslaunch hamster_vehicle_gazebo hamster_multi_vehicle.launch&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Available Topics== &lt;br /&gt;
You should see something like this:&lt;br /&gt;
&amp;lt;agent&amp;gt; = agent1 on default&lt;br /&gt;
* Camera - /&amp;lt;agent&amp;gt;/image_raw/&lt;br /&gt;
* GPS - /&amp;lt;agent&amp;gt;/gps &lt;br /&gt;
* IMU - /&amp;lt;agent&amp;gt;/imu&lt;br /&gt;
* Lidar - /&amp;lt;agent&amp;gt;/scan_raw&lt;br /&gt;
* Speed Commands (Ackermann) - /&amp;lt;agent&amp;gt;/ackermann_cmd&lt;br /&gt;
&lt;br /&gt;
== AWS simulation ==&lt;br /&gt;
&lt;br /&gt;
Also provided AWS wrapper with hamster_simulation:&lt;br /&gt;
&lt;br /&gt;
clone simulation with wrapper:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;git clone -b aws_setup https://github.com/cogniteam/hamster_simulation.git&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
and follow README instructions for interaction with AWS cloud&lt;/div&gt;</summary>
		<author><name>Daria</name></author>	</entry>

	<entry>
		<id>http://wiki.cognimbus.com/index.php?title=HamsterCommands&amp;diff=1288</id>
		<title>HamsterCommands</title>
		<link rel="alternate" type="text/html" href="http://wiki.cognimbus.com/index.php?title=HamsterCommands&amp;diff=1288"/>
				<updated>2020-07-13T12:40:55Z</updated>
		
		<summary type="html">&lt;p&gt;Daria: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:HamsterV6]]&lt;br /&gt;
[[Category:HamsterV5]]&lt;br /&gt;
[[Category:HamsterV4]]&lt;br /&gt;
[[Category:HamsterV7]]&lt;br /&gt;
[[Category:Hamster]]&lt;br /&gt;
&lt;br /&gt;
Command list for terminal:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;strong&amp;gt;1. Start command for autonomous mode&amp;lt;/strong&amp;gt;&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot; line='line'&amp;gt;&lt;br /&gt;
rostopic pub /decision_making/agent(PUT_YOUR_AGENT_NUMBER)/events std_msgs/String &amp;quot;data: 'RESUME'&amp;quot;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''OR for hamster V7'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot; line='line'&amp;gt;&lt;br /&gt;
rostopic pub /agent(PUT_YOUR_AGENT_NUMBER)/commands/wandering/enable std_msgs/Bool &amp;quot;data: true&amp;quot;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;strong&amp;gt;2. Stop command for autonomous mode&amp;lt;/strong&amp;gt;&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot; line='line'&amp;gt;&lt;br /&gt;
rostopic pub /decision_making/agent(PUT_YOUR_AGENT_NUMBER)/events std_msgs/String &amp;quot;data: 'PAUSE'&amp;quot;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''OR for hamster V7'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot; line='line'&amp;gt;&lt;br /&gt;
rostopic pub /agent(PUT_YOUR_AGENT_NUMBER)/commands/wandering/enable std_msgs/Bool &amp;quot;data: false&amp;quot;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;strong&amp;gt;3. Mapping mode&amp;lt;/strong&amp;gt;&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot; line='line'&amp;gt;&lt;br /&gt;
rostopic pub /mapping_command std_msgs/String &amp;quot;data: 'slam'&amp;quot;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;strong&amp;gt;4. Localization mode&amp;lt;/strong&amp;gt;&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot; line='line'&amp;gt;&lt;br /&gt;
rostopic pub /mapping_command std_msgs/String &amp;quot;data: 'localization'&amp;quot;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;/div&gt;</summary>
		<author><name>Daria</name></author>	</entry>

	<entry>
		<id>http://wiki.cognimbus.com/index.php?title=Category:HamsterProKit&amp;diff=1287</id>
		<title>Category:HamsterProKit</title>
		<link rel="alternate" type="text/html" href="http://wiki.cognimbus.com/index.php?title=Category:HamsterProKit&amp;diff=1287"/>
				<updated>2020-07-07T11:15:09Z</updated>
		
		<summary type="html">&lt;p&gt;Daria: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== AAEON Pro Kit support page ===&lt;br /&gt;
&lt;br /&gt;
[[File:Charger_LLC_Battery_rev2.jpg|800px]]&lt;br /&gt;
[[File:ProKitLLC.png|600px]]&lt;br /&gt;
&lt;br /&gt;
==3rd party things need to know to work with kit==&lt;br /&gt;
&lt;br /&gt;
* ROS general information: [http://wiki.ros.org/ROS/Introduction WHAT IS ROS]&lt;br /&gt;
&lt;br /&gt;
* ROS2 general information: [https://index.ros.org/doc/ros2/ ROS2]&lt;br /&gt;
&lt;br /&gt;
* RVIZ - instrument for visualization: [http://wiki.ros.org/rviz/UserGuide RVIZ]&lt;br /&gt;
&lt;br /&gt;
== Kit prerequisite (not included in the kit) ==&lt;br /&gt;
* Lipo battery with T connector 7.4V 2 cell.&lt;br /&gt;
* Battery charger &lt;br /&gt;
&lt;br /&gt;
===1. Connecting all parts within the kit ===&lt;br /&gt;
* Use the LLC cable (in the picture) to both monitor and charge the battery&lt;br /&gt;
  * Port 9 can be used to charge the Lipo Battery&lt;br /&gt;
  * Port 8 should connect the the Lipo battery balancer (JST connector)&lt;br /&gt;
  * Port 7 should connect to the LLC board &lt;br /&gt;
  * Red T connector (rightmost on the picture)&lt;br /&gt;
* Connect the Up Squared board to the LLC as shown in the picture&lt;br /&gt;
  * TX/RX should be connected to GPIO ports&lt;br /&gt;
  * Power should be connected through DC connector&lt;br /&gt;
* Connect the MX2 wifi module &lt;br /&gt;
* Connect the two WIFI antennas using the SMT connector to the integrated chip&lt;br /&gt;
* Connect the Movidius chip using the PCI connector&lt;br /&gt;
* Connect the D435i camera to a USB3 Port using the cable&lt;br /&gt;
&lt;br /&gt;
'''Note: Camera D435i must be already updated with latest firmware and have calibrated IMU. Visit official site for more information.'''&lt;br /&gt;
&lt;br /&gt;
===2. Run installation script ===&lt;br /&gt;
&lt;br /&gt;
Internet connection requires&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;sudo wget https://cloud.cogni.io/index.php/s/5hoM64ChZdjX5mV/download -O - | bash&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Reboot board after installation.&lt;br /&gt;
&lt;br /&gt;
===3. Configure ROS IP ===&lt;br /&gt;
&lt;br /&gt;
Configure IP for ROS applications:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;pico hamster.config&amp;lt;/code&amp;gt; in home directory&lt;br /&gt;
&lt;br /&gt;
Edit row with your board IP:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;export HAMSTER_IP=your_IP&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===4. Launch examples ===&lt;br /&gt;
&lt;br /&gt;
'''NOTE: examples work properly just with full-connected kit, be sure you did step 1 from this page.'''&lt;br /&gt;
&lt;br /&gt;
To run examples in ROS run command:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;ros_prokit&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[https://wiki.cogni.io/Category:HamsterProKit/RosExample ROS_EXAMPLES]&lt;br /&gt;
&lt;br /&gt;
To run example in ROS2 run command:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;ros2_prokit&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[https://wiki.cogni.io/Category:HamsterProKit/Ros2Example ROS2_EXAMPLES]&lt;/div&gt;</summary>
		<author><name>Daria</name></author>	</entry>

	<entry>
		<id>http://wiki.cognimbus.com/index.php?title=Category:HamsterProKit&amp;diff=1286</id>
		<title>Category:HamsterProKit</title>
		<link rel="alternate" type="text/html" href="http://wiki.cognimbus.com/index.php?title=Category:HamsterProKit&amp;diff=1286"/>
				<updated>2020-07-07T11:14:39Z</updated>
		
		<summary type="html">&lt;p&gt;Daria: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== AAEON Pro Kit support page ===&lt;br /&gt;
&lt;br /&gt;
[[File:Charger_LLC_Battery_rev2.jpg|800px]]&lt;br /&gt;
[[File:ProKitLLC.png|600px]]&lt;br /&gt;
&lt;br /&gt;
==3rd party things need to know to work with kit==&lt;br /&gt;
&lt;br /&gt;
* ROS general information: [http://wiki.ros.org/ROS/Introduction WHAT IS ROS]&lt;br /&gt;
&lt;br /&gt;
* ROS2 general information: [https://index.ros.org/doc/ros2/ ROS2]&lt;br /&gt;
&lt;br /&gt;
* RVIZ - instrument for visualization: [http://wiki.ros.org/rviz/UserGuide RVIZ]&lt;br /&gt;
&lt;br /&gt;
== Kit prerequisite (not included in the kit) ==&lt;br /&gt;
* Lipo battery with T connector 7.4V 2 cell.&lt;br /&gt;
* Battery charger &lt;br /&gt;
&lt;br /&gt;
===1. Connecting all parts within the kit ===&lt;br /&gt;
* Use the LLC cable (in the picture) to both monitor and charge the battery&lt;br /&gt;
  * Port 9 can be used to charge the Lipo Battery&lt;br /&gt;
  * Port 8 should connect the the Lipo battery balancer (JST connector)&lt;br /&gt;
  * Port 7 should connect to the LLC board &lt;br /&gt;
  * Red T connector (rightmost on the picture)&lt;br /&gt;
* Connect the Up Squared board to the LLC as shown in the picture&lt;br /&gt;
  * TX/RX should be connected to GPIO ports&lt;br /&gt;
  * Power should be connected through DC connector&lt;br /&gt;
* Connect the MX2 wifi module &lt;br /&gt;
* Connect the two WIFI antennas using the SMT connector to the integrated chip&lt;br /&gt;
* Connect the Movidius chip using the PCI connector&lt;br /&gt;
* Connect the D435i camera to a USB3 Port using the cable&lt;br /&gt;
&lt;br /&gt;
'''Note: Camera D435i must be already updated with latest firmware and have calibrated IMU. Visit official site for more information.'''&lt;br /&gt;
&lt;br /&gt;
===2. Run installation script ===&lt;br /&gt;
&lt;br /&gt;
Internet connection requires&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;sudo wget https://cloud.cogni.io/index.php/s/5hoM64ChZdjX5mV/download -O - | bash&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Reboot board after installation.&lt;br /&gt;
&lt;br /&gt;
===3. Configure ROS IP ===&lt;br /&gt;
&lt;br /&gt;
Configure IP for ROS applications:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;pico hamster.config&amp;lt;/code&amp;gt; in home directory&lt;br /&gt;
&lt;br /&gt;
Edit row with your board IP:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;export HAMSTER_IP=your_IP&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===4. Launch examples ===&lt;br /&gt;
&lt;br /&gt;
'''NOTE: examples work just with full-connected kit, be sure you did step 1 from this page.'''&lt;br /&gt;
&lt;br /&gt;
To run examples in ROS run command:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;ros_prokit&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[https://wiki.cogni.io/Category:HamsterProKit/RosExample ROS_EXAMPLES]&lt;br /&gt;
&lt;br /&gt;
To run example in ROS2 run command:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;ros2_prokit&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[https://wiki.cogni.io/Category:HamsterProKit/Ros2Example ROS2_EXAMPLES]&lt;/div&gt;</summary>
		<author><name>Daria</name></author>	</entry>

	<entry>
		<id>http://wiki.cognimbus.com/index.php?title=Category:HamsterProKit&amp;diff=1285</id>
		<title>Category:HamsterProKit</title>
		<link rel="alternate" type="text/html" href="http://wiki.cognimbus.com/index.php?title=Category:HamsterProKit&amp;diff=1285"/>
				<updated>2020-07-07T11:14:27Z</updated>
		
		<summary type="html">&lt;p&gt;Daria: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== AAEON Pro Kit support page ===&lt;br /&gt;
&lt;br /&gt;
[[File:Charger_LLC_Battery_rev2.jpg|800px]]&lt;br /&gt;
[[File:ProKitLLC.png|600px]]&lt;br /&gt;
&lt;br /&gt;
==3rd party things need to know to work with kit==&lt;br /&gt;
&lt;br /&gt;
* ROS general information: [http://wiki.ros.org/ROS/Introduction WHAT IS ROS]&lt;br /&gt;
&lt;br /&gt;
* ROS2 general information: [https://index.ros.org/doc/ros2/ ROS2]&lt;br /&gt;
&lt;br /&gt;
* RVIZ - instrument for visualization: [http://wiki.ros.org/rviz/UserGuide RVIZ]&lt;br /&gt;
&lt;br /&gt;
== Kit prerequisite (not included in the kit) ==&lt;br /&gt;
* Lipo battery with T connector 7.4V 2 cell.&lt;br /&gt;
* Battery charger &lt;br /&gt;
&lt;br /&gt;
===1. Connecting all parts within the kit ===&lt;br /&gt;
* Use the LLC cable (in the picture) to both monitor and charge the battery&lt;br /&gt;
  * Port 9 can be used to charge the Lipo Battery&lt;br /&gt;
  * Port 8 should connect the the Lipo battery balancer (JST connector)&lt;br /&gt;
  * Port 7 should connect to the LLC board &lt;br /&gt;
  * Red T connector (rightmost on the picture)&lt;br /&gt;
* Connect the Up Squared board to the LLC as shown in the picture&lt;br /&gt;
  * TX/RX should be connected to GPIO ports&lt;br /&gt;
  * Power should be connected through DC connector&lt;br /&gt;
* Connect the MX2 wifi module &lt;br /&gt;
* Connect the two WIFI antennas using the SMT connector to the integrated chip&lt;br /&gt;
* Connect the Movidius chip using the PCI connector&lt;br /&gt;
* Connect the D435i camera to a USB3 Port using the cable&lt;br /&gt;
&lt;br /&gt;
'''Note: Camera D435i must be already updated with latest firmware and have calibrated IMU. Visit official site for more information.'''&lt;br /&gt;
&lt;br /&gt;
===2. Run installation script ===&lt;br /&gt;
&lt;br /&gt;
Internet connection requires&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;sudo wget https://cloud.cogni.io/index.php/s/5hoM64ChZdjX5mV/download -O - | bash&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Reboot board after installation.&lt;br /&gt;
&lt;br /&gt;
===3. Configure ROS IP ===&lt;br /&gt;
&lt;br /&gt;
Configure IP for ROS applications:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;pico hamster.config&amp;lt;/code&amp;gt; in home directory&lt;br /&gt;
&lt;br /&gt;
Edit row with your board IP:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;export HAMSTER_IP=your_IP&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===4. Launch examples ===&lt;br /&gt;
&lt;br /&gt;
'''NOTE: examples works just with full-connected kit, be sure you did step 1 from this page.'''&lt;br /&gt;
&lt;br /&gt;
To run examples in ROS run command:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;ros_prokit&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[https://wiki.cogni.io/Category:HamsterProKit/RosExample ROS_EXAMPLES]&lt;br /&gt;
&lt;br /&gt;
To run example in ROS2 run command:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;ros2_prokit&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[https://wiki.cogni.io/Category:HamsterProKit/Ros2Example ROS2_EXAMPLES]&lt;/div&gt;</summary>
		<author><name>Daria</name></author>	</entry>

	<entry>
		<id>http://wiki.cognimbus.com/index.php?title=Category:HamsterProKit/RosExample&amp;diff=1271</id>
		<title>Category:HamsterProKit/RosExample</title>
		<link rel="alternate" type="text/html" href="http://wiki.cognimbus.com/index.php?title=Category:HamsterProKit/RosExample&amp;diff=1271"/>
				<updated>2020-05-07T11:27:37Z</updated>
		
		<summary type="html">&lt;p&gt;Daria: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:HamsterProKit]]&lt;br /&gt;
== ROS1 examples ==&lt;br /&gt;
&lt;br /&gt;
'''1. For launch SLAM example:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;span style=&amp;quot;color:black&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;roslaunch hamster_launch prokit_slam_2d.launch&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To visualize output run &amp;lt;code&amp;gt;rviz&amp;lt;/code&amp;gt; and output topics:&lt;br /&gt;
&lt;br /&gt;
'''''/map''''' - 2D map&lt;br /&gt;
&lt;br /&gt;
'''''/agent&amp;lt;your_agent_number&amp;gt;/scan''''' - 2D scan&lt;br /&gt;
&lt;br /&gt;
'''''/agent&amp;lt;your_agent_number&amp;gt;/camera/depth/color/points''''' - point cloud&lt;br /&gt;
&lt;br /&gt;
Example image below&lt;br /&gt;
&lt;br /&gt;
[[File:slam2D_rviz.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
'''2. For launch wandering example:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;span style=&amp;quot;color:black&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;roslaunch hamster_launch prokit_wandering.launch&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Wandering with obstacle avoidance will start automatically.&lt;br /&gt;
&lt;br /&gt;
'''3. For launch detection example:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;span style=&amp;quot;color:black&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;roslaunch hamster_launch prokit_detection.launch&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To see picture with detection use standard ros plugin:&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;span style=&amp;quot;color:black&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;rqt_image_view&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''NOTE: In case no input from camera - reconnect USB realsense D435i'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''/agent&amp;lt;your_agent_number&amp;gt;/openvino_toolkit/images''''' - topic to see detection&lt;br /&gt;
&lt;br /&gt;
To control robot drive/steering use '''/agent1/ackermann_cmd''' topic.&lt;br /&gt;
&lt;br /&gt;
Optionally you can publish through rqt standard ROS program: &lt;br /&gt;
&lt;br /&gt;
Open new terminal, make source to ros1: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;ros_prokit&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Run rqt:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;rqt&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Run plugins-&amp;gt;topics-message publisher, use UI interface and hints&lt;br /&gt;
&lt;br /&gt;
[[File:Rqt_s.png|400px]]&lt;br /&gt;
&lt;br /&gt;
More detailed about ROS rqt:&lt;br /&gt;
&lt;br /&gt;
[http://wiki.ros.org/rqt ROS_rqt]&lt;/div&gt;</summary>
		<author><name>Daria</name></author>	</entry>

	<entry>
		<id>http://wiki.cognimbus.com/index.php?title=Category:HamsterProKit/Ros2Example&amp;diff=1270</id>
		<title>Category:HamsterProKit/Ros2Example</title>
		<link rel="alternate" type="text/html" href="http://wiki.cognimbus.com/index.php?title=Category:HamsterProKit/Ros2Example&amp;diff=1270"/>
				<updated>2020-05-07T11:26:36Z</updated>
		
		<summary type="html">&lt;p&gt;Daria: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:HamsterProKit]]&lt;br /&gt;
&lt;br /&gt;
== ROS2 example ==&lt;br /&gt;
&lt;br /&gt;
For ros2 available driver pkg for drive/steering control and ros2_intel_realsense launch.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;ros2 launch hamster_driver ros2_camera_and_driver.launch.py&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You should see something like:&lt;br /&gt;
&lt;br /&gt;
[[File:ros2.png|400px]]&lt;br /&gt;
&lt;br /&gt;
'''NOTE: In case no input from camera - reconnect USB realsense D435i and restart launch'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''topic for platform control - /ackermann_cmd'''''&lt;br /&gt;
&lt;br /&gt;
Optionally you can publish through rqt standard ROS program, ROS2 usage same like ROS&lt;br /&gt;
&lt;br /&gt;
Open new terminal, make source to ros2: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;ros2_prokit&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Run rqt:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;rqt&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Run plugins-&amp;gt;topics-message publisher, use UI interface and hints&lt;br /&gt;
&lt;br /&gt;
[[File:Rqt_ss.png|400px]]&lt;br /&gt;
&lt;br /&gt;
More detailed about ROS rqt:&lt;br /&gt;
&lt;br /&gt;
[https://index.ros.org/doc/ros2/Tutorials/RQt-Overview-Usage/#rqt-components-structure ROS2_rqt]&lt;br /&gt;
&lt;br /&gt;
[http://wiki.ros.org/rqt ROS_rqt]&lt;/div&gt;</summary>
		<author><name>Daria</name></author>	</entry>

	<entry>
		<id>http://wiki.cognimbus.com/index.php?title=Category:HamsterProKit/RosExample&amp;diff=1269</id>
		<title>Category:HamsterProKit/RosExample</title>
		<link rel="alternate" type="text/html" href="http://wiki.cognimbus.com/index.php?title=Category:HamsterProKit/RosExample&amp;diff=1269"/>
				<updated>2020-05-07T11:26:02Z</updated>
		
		<summary type="html">&lt;p&gt;Daria: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:HamsterProKit]]&lt;br /&gt;
== ROS1 examples ==&lt;br /&gt;
&lt;br /&gt;
'''1. For launch SLAM example:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;span style=&amp;quot;color:black&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;roslaunch hamster_launch prokit_slam_2d.launch&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To visualize output run &amp;lt;code&amp;gt;rviz&amp;lt;/code&amp;gt; and output topics:&lt;br /&gt;
&lt;br /&gt;
'''''/map''''' - 2D map&lt;br /&gt;
&lt;br /&gt;
'''''/agent&amp;lt;your_agent_number&amp;gt;/scan''''' - 2D scan&lt;br /&gt;
&lt;br /&gt;
'''''/agent&amp;lt;your_agent_number&amp;gt;/camera/depth/color/points''''' - point cloud&lt;br /&gt;
&lt;br /&gt;
Example image below&lt;br /&gt;
&lt;br /&gt;
[[File:slam2D_rviz.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
'''2. For launch wandering example:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;span style=&amp;quot;color:black&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;roslaunch hamster_launch prokit_wandering.launch&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Wandering with obstacle avoidance will start automatically.&lt;br /&gt;
&lt;br /&gt;
'''3. For launch detection example:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;span style=&amp;quot;color:black&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;roslaunch hamster_launch prokit_detection.launch&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To see picture with detection use standard ros plugin:&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;span style=&amp;quot;color:black&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;rqt_image_view&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''NOTE: In case no input from camera - reconnect USB realsense D435i'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''/agent&amp;lt;your_agent_number&amp;gt;/openvino_toolkit/images''''' - topic to see detection&lt;br /&gt;
&lt;br /&gt;
To control robot drive/steering use '''/agent1/ackermann_cmd''' topic.&lt;br /&gt;
&lt;br /&gt;
Optionally you can publish through rqt standard ROS program: &lt;br /&gt;
&lt;br /&gt;
Open new terminal, make source to ros1: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;ros_prokit&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Run rqt:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;rqt&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Run rqt-&amp;gt;plugins-&amp;gt;topics-message publisher, use UI interface and hints&lt;br /&gt;
&lt;br /&gt;
[[File:Rqt_s.png|400px]]&lt;br /&gt;
&lt;br /&gt;
More detailed about ROS rqt:&lt;br /&gt;
&lt;br /&gt;
[http://wiki.ros.org/rqt ROS_rqt]&lt;/div&gt;</summary>
		<author><name>Daria</name></author>	</entry>

	<entry>
		<id>http://wiki.cognimbus.com/index.php?title=Category:HamsterProKit/RosExample&amp;diff=1268</id>
		<title>Category:HamsterProKit/RosExample</title>
		<link rel="alternate" type="text/html" href="http://wiki.cognimbus.com/index.php?title=Category:HamsterProKit/RosExample&amp;diff=1268"/>
				<updated>2020-05-07T11:25:45Z</updated>
		
		<summary type="html">&lt;p&gt;Daria: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:HamsterProKit]]&lt;br /&gt;
== ROS1 examples ==&lt;br /&gt;
&lt;br /&gt;
'''1. For launch SLAM example:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;span style=&amp;quot;color:black&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;roslaunch hamster_launch prokit_slam_2d.launch&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To visualize output run &amp;lt;code&amp;gt;rviz&amp;lt;/code&amp;gt; and output topics:&lt;br /&gt;
&lt;br /&gt;
'''''/map''''' - 2D map&lt;br /&gt;
&lt;br /&gt;
'''''/agent&amp;lt;your_agent_number&amp;gt;/scan''''' - 2D scan&lt;br /&gt;
&lt;br /&gt;
'''''/agent&amp;lt;your_agent_number&amp;gt;/camera/depth/color/points''''' - point cloud&lt;br /&gt;
&lt;br /&gt;
Example image below&lt;br /&gt;
&lt;br /&gt;
[[File:slam2D_rviz.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
'''2. For launch wandering example:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;span style=&amp;quot;color:black&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;roslaunch hamster_launch prokit_wandering.launch&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Wandering with obstacle avoidance will start automatically.&lt;br /&gt;
&lt;br /&gt;
'''3. For launch detection example:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;span style=&amp;quot;color:black&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;roslaunch hamster_launch prokit_detection.launch&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To see picture with detection use standard ros plugin:&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;span style=&amp;quot;color:black&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;rqt_image_view&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''NOTE: In case no input from camera - reconnect USB realsense D435i'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''/agent&amp;lt;your_agent_number&amp;gt;/openvino_toolkit/images''''' - topic to see detection&lt;br /&gt;
&lt;br /&gt;
To control robot drive/steering use '''/agent1/ackermann_cmd''' topic.&lt;br /&gt;
&lt;br /&gt;
Optionally you can publish through rqt standard ROS program: &lt;br /&gt;
&lt;br /&gt;
Open new terminal, make source to ros1: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;ros_prokit&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Run rqt:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;rqt&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Run rqt-&amp;gt;plugins-&amp;gt;topics-message publisher, ude UI interface and hints&lt;br /&gt;
&lt;br /&gt;
[[File:Rqt_s.png|400px]]&lt;br /&gt;
&lt;br /&gt;
More detailed about ROS rqt:&lt;br /&gt;
&lt;br /&gt;
[http://wiki.ros.org/rqt ROS_rqt]&lt;/div&gt;</summary>
		<author><name>Daria</name></author>	</entry>

	<entry>
		<id>http://wiki.cognimbus.com/index.php?title=Category:HamsterProKit/Ros2Example&amp;diff=1267</id>
		<title>Category:HamsterProKit/Ros2Example</title>
		<link rel="alternate" type="text/html" href="http://wiki.cognimbus.com/index.php?title=Category:HamsterProKit/Ros2Example&amp;diff=1267"/>
				<updated>2020-05-07T11:22:01Z</updated>
		
		<summary type="html">&lt;p&gt;Daria: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:HamsterProKit]]&lt;br /&gt;
&lt;br /&gt;
== ROS2 example ==&lt;br /&gt;
&lt;br /&gt;
For ros2 available driver pkg for drive/steering control and ros2_intel_realsense launch.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;ros2 launch hamster_driver ros2_camera_and_driver.launch.py&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You should see something like:&lt;br /&gt;
&lt;br /&gt;
[[File:ros2.png|400px]]&lt;br /&gt;
&lt;br /&gt;
'''NOTE: In case no input from camera - reconnect USB realsense D435i and restart launch'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''topic for platform control - /ackermann_cmd'''''&lt;br /&gt;
&lt;br /&gt;
Optionally you can publish through rqt standard ROS program, ROS2 usage same like ROS&lt;br /&gt;
&lt;br /&gt;
Open new terminal, make source to ros2: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;ros2_prokit&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Run rqt:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;rqt&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In the top menu open tabs choose plugins-&amp;gt;topics-message publisher&lt;br /&gt;
&lt;br /&gt;
Set the topic name to ackermann_cmd and press on the right green &amp;quot;+&amp;quot; like shows on the screen below - this will add topic to UI&lt;br /&gt;
&lt;br /&gt;
[[File:Rqt_ss.png|400px]]&lt;br /&gt;
&lt;br /&gt;
More detailed about ROS rqt:&lt;br /&gt;
&lt;br /&gt;
[https://index.ros.org/doc/ros2/Tutorials/RQt-Overview-Usage/#rqt-components-structure ROS2_rqt]&lt;br /&gt;
&lt;br /&gt;
[http://wiki.ros.org/rqt ROS_rqt]&lt;/div&gt;</summary>
		<author><name>Daria</name></author>	</entry>

	<entry>
		<id>http://wiki.cognimbus.com/index.php?title=Category:HamsterProKit/Ros2Example&amp;diff=1266</id>
		<title>Category:HamsterProKit/Ros2Example</title>
		<link rel="alternate" type="text/html" href="http://wiki.cognimbus.com/index.php?title=Category:HamsterProKit/Ros2Example&amp;diff=1266"/>
				<updated>2020-05-07T11:19:15Z</updated>
		
		<summary type="html">&lt;p&gt;Daria: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:HamsterProKit]]&lt;br /&gt;
&lt;br /&gt;
== ROS2 example ==&lt;br /&gt;
&lt;br /&gt;
For ros2 available driver pkg for drive/steering control and ros2_intel_realsense launch.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;ros2 launch hamster_driver ros2_camera_and_driver.launch.py&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You should see something like:&lt;br /&gt;
&lt;br /&gt;
[[File:ros2.png|400px]]&lt;br /&gt;
&lt;br /&gt;
'''NOTE: In case no input from camera - reconnect USB realsense D435i and restart launch'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''topic for platform control - /ackermann_cmd'''''&lt;br /&gt;
&lt;br /&gt;
Optionally you can publish through rqt standard ROS program, ROS2 usage same like ROS&lt;br /&gt;
&lt;br /&gt;
Open new terminal, make source to ros2: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;ros2_prokit&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Run rqt:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;rqt&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In the top menu open tabs choose plugins-&amp;gt;topics-message publisher&lt;br /&gt;
&lt;br /&gt;
Set the topic name to ackermann_cmd and press on the right green &amp;quot;+&amp;quot; like shows on the screen below - this will add topic to UI&lt;br /&gt;
&lt;br /&gt;
Run rqt-&amp;gt;plugins-&amp;gt;topics-message publisher, use UI interface and hints.&lt;br /&gt;
&lt;br /&gt;
Open new terminal, make source to ros1: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;ros_prokit&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Run rqt:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;rqt&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In the top menu open tabs choose plugins-&amp;gt;topics-message publisher&lt;br /&gt;
&lt;br /&gt;
Set the topic name to /agent1/ackermann_cmd and press on the right green &amp;quot;+&amp;quot; like shows on the screen below - this will add topic to UI&lt;br /&gt;
&lt;br /&gt;
[[File:Rqt_ss.png|400px]]&lt;br /&gt;
&lt;br /&gt;
More detailed about ROS rqt:&lt;br /&gt;
&lt;br /&gt;
[https://index.ros.org/doc/ros2/Tutorials/RQt-Overview-Usage/#rqt-components-structure ROS2_rqt]&lt;br /&gt;
&lt;br /&gt;
[http://wiki.ros.org/rqt ROS_rqt]&lt;/div&gt;</summary>
		<author><name>Daria</name></author>	</entry>

	<entry>
		<id>http://wiki.cognimbus.com/index.php?title=Category:HamsterProKit/Ros2Example&amp;diff=1265</id>
		<title>Category:HamsterProKit/Ros2Example</title>
		<link rel="alternate" type="text/html" href="http://wiki.cognimbus.com/index.php?title=Category:HamsterProKit/Ros2Example&amp;diff=1265"/>
				<updated>2020-05-07T11:19:01Z</updated>
		
		<summary type="html">&lt;p&gt;Daria: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:HamsterProKit]]&lt;br /&gt;
&lt;br /&gt;
== ROS2 example ==&lt;br /&gt;
&lt;br /&gt;
For ros2 available driver pkg for drive/steering control and ros2_intel_realsense launch.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;ros2 launch hamster_driver ros2_camera_and_driver.launch.py&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You should see something like:&lt;br /&gt;
&lt;br /&gt;
[[File:ros2.png|400px]]&lt;br /&gt;
&lt;br /&gt;
'''NOTE: In case no input from camera - reconnect USB realsense D435i and restart launch'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''topic for platform control - /ackermann_cmd'''''[[File:Rqt_ss.png|400px]]&lt;br /&gt;
&lt;br /&gt;
Optionally you can publish through rqt standard ROS program, ROS2 usage same like ROS&lt;br /&gt;
&lt;br /&gt;
Open new terminal, make source to ros2: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;ros2_prokit&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Run rqt:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;rqt&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In the top menu open tabs choose plugins-&amp;gt;topics-message publisher&lt;br /&gt;
&lt;br /&gt;
Set the topic name to ackermann_cmd and press on the right green &amp;quot;+&amp;quot; like shows on the screen below - this will add topic to UI&lt;br /&gt;
&lt;br /&gt;
Run rqt-&amp;gt;plugins-&amp;gt;topics-message publisher, use UI interface and hints.&lt;br /&gt;
&lt;br /&gt;
Open new terminal, make source to ros1: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;ros_prokit&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Run rqt:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;rqt&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In the top menu open tabs choose plugins-&amp;gt;topics-message publisher&lt;br /&gt;
&lt;br /&gt;
Set the topic name to /agent1/ackermann_cmd and press on the right green &amp;quot;+&amp;quot; like shows on the screen below - this will add topic to UI&lt;br /&gt;
&lt;br /&gt;
[[File:Rqt_ss.png|400px]]&lt;br /&gt;
&lt;br /&gt;
More detailed about ROS rqt:&lt;br /&gt;
&lt;br /&gt;
[https://index.ros.org/doc/ros2/Tutorials/RQt-Overview-Usage/#rqt-components-structure ROS2_rqt]&lt;br /&gt;
&lt;br /&gt;
[http://wiki.ros.org/rqt ROS_rqt]&lt;/div&gt;</summary>
		<author><name>Daria</name></author>	</entry>

	<entry>
		<id>http://wiki.cognimbus.com/index.php?title=File:Rqt_ss.png&amp;diff=1264</id>
		<title>File:Rqt ss.png</title>
		<link rel="alternate" type="text/html" href="http://wiki.cognimbus.com/index.php?title=File:Rqt_ss.png&amp;diff=1264"/>
				<updated>2020-05-07T11:17:34Z</updated>
		
		<summary type="html">&lt;p&gt;Daria: File uploaded with MsUpload&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;File uploaded with MsUpload&lt;/div&gt;</summary>
		<author><name>Daria</name></author>	</entry>

	<entry>
		<id>http://wiki.cognimbus.com/index.php?title=Category:HamsterProKit/RosExample&amp;diff=1263</id>
		<title>Category:HamsterProKit/RosExample</title>
		<link rel="alternate" type="text/html" href="http://wiki.cognimbus.com/index.php?title=Category:HamsterProKit/RosExample&amp;diff=1263"/>
				<updated>2020-05-07T11:07:22Z</updated>
		
		<summary type="html">&lt;p&gt;Daria: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:HamsterProKit]]&lt;br /&gt;
== ROS1 examples ==&lt;br /&gt;
&lt;br /&gt;
'''1. For launch SLAM example:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;span style=&amp;quot;color:black&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;roslaunch hamster_launch prokit_slam_2d.launch&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To visualize output run &amp;lt;code&amp;gt;rviz&amp;lt;/code&amp;gt; and output topics:&lt;br /&gt;
&lt;br /&gt;
'''''/map''''' - 2D map&lt;br /&gt;
&lt;br /&gt;
'''''/agent&amp;lt;your_agent_number&amp;gt;/scan''''' - 2D scan&lt;br /&gt;
&lt;br /&gt;
'''''/agent&amp;lt;your_agent_number&amp;gt;/camera/depth/color/points''''' - point cloud&lt;br /&gt;
&lt;br /&gt;
Example image below&lt;br /&gt;
&lt;br /&gt;
[[File:slam2D_rviz.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
'''2. For launch wandering example:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;span style=&amp;quot;color:black&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;roslaunch hamster_launch prokit_wandering.launch&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Wandering with obstacle avoidance will start automatically.&lt;br /&gt;
&lt;br /&gt;
'''3. For launch detection example:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;span style=&amp;quot;color:black&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;roslaunch hamster_launch prokit_detection.launch&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To see picture with detection use standard ros plugin:&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;span style=&amp;quot;color:black&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;rqt_image_view&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''NOTE: In case no input from camera - reconnect USB realsense D435i'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''/agent&amp;lt;your_agent_number&amp;gt;/openvino_toolkit/images''''' - topic to see detection&lt;br /&gt;
&lt;br /&gt;
To control robot drive/steering use '''/agent1/ackermann_cmd''' topic.&lt;br /&gt;
&lt;br /&gt;
Optionally you can publish through rqt standard ROS program: &lt;br /&gt;
&lt;br /&gt;
Open new terminal, make source to ros1: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;ros_prokit&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Run rqt:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;rqt&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In the top menu open tabs choose plugins-&amp;gt;topics-message publisher&lt;br /&gt;
&lt;br /&gt;
Set the topic name to /agent1/ackermann_cmd and press on the right green &amp;quot;+&amp;quot; like shows on the screen below - this will add topic to UI&lt;br /&gt;
&lt;br /&gt;
[[File:Rqt_s.png|400px]]&lt;br /&gt;
&lt;br /&gt;
More detailed about ROS rqt:&lt;br /&gt;
&lt;br /&gt;
[http://wiki.ros.org/rqt ROS_rqt]&lt;/div&gt;</summary>
		<author><name>Daria</name></author>	</entry>

	<entry>
		<id>http://wiki.cognimbus.com/index.php?title=File:Rqt_s.png&amp;diff=1262</id>
		<title>File:Rqt s.png</title>
		<link rel="alternate" type="text/html" href="http://wiki.cognimbus.com/index.php?title=File:Rqt_s.png&amp;diff=1262"/>
				<updated>2020-05-07T11:07:08Z</updated>
		
		<summary type="html">&lt;p&gt;Daria: File uploaded with MsUpload&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;File uploaded with MsUpload&lt;/div&gt;</summary>
		<author><name>Daria</name></author>	</entry>

	<entry>
		<id>http://wiki.cognimbus.com/index.php?title=Category:HamsterProKit/Ros2Example&amp;diff=1261</id>
		<title>Category:HamsterProKit/Ros2Example</title>
		<link rel="alternate" type="text/html" href="http://wiki.cognimbus.com/index.php?title=Category:HamsterProKit/Ros2Example&amp;diff=1261"/>
				<updated>2020-05-07T10:59:23Z</updated>
		
		<summary type="html">&lt;p&gt;Daria: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:HamsterProKit]]&lt;br /&gt;
&lt;br /&gt;
== ROS2 example ==&lt;br /&gt;
&lt;br /&gt;
For ros2 available driver pkg for drive/steering control and ros2_intel_realsense launch.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;ros2 launch hamster_driver ros2_camera_and_driver.launch.py&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You should see something like:&lt;br /&gt;
&lt;br /&gt;
[[File:ros2.png|400px]]&lt;br /&gt;
&lt;br /&gt;
'''NOTE: In case no input from camera - reconnect USB realsense D435i and restart launch'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''topic for platform control - /ackermann_cmd'''''&lt;br /&gt;
&lt;br /&gt;
Optionally you can publish through rqt standard ROS program, ROS2 usage same like ROS&lt;br /&gt;
&lt;br /&gt;
Open new terminal, make source to ros2: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;ros2_prokit&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Run rqt:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;rqt&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In the top menu open tabs choose plugins-&amp;gt;topics-message publisher&lt;br /&gt;
&lt;br /&gt;
Set the topic name to /agent1/ackermann_cmd and press on the right green &amp;quot;+&amp;quot; like shows on the screen below - this will add topic to UI&lt;br /&gt;
&lt;br /&gt;
Run rqt-&amp;gt;plugins-&amp;gt;topics-message publisher, use UI interface and hints.&lt;br /&gt;
&lt;br /&gt;
[[File:rqt.png|400px]]&lt;br /&gt;
&lt;br /&gt;
More detailed about ROS rqt:&lt;br /&gt;
&lt;br /&gt;
[https://index.ros.org/doc/ros2/Tutorials/RQt-Overview-Usage/#rqt-components-structure ROS2_rqt]&lt;br /&gt;
&lt;br /&gt;
[http://wiki.ros.org/rqt ROS_rqt]&lt;/div&gt;</summary>
		<author><name>Daria</name></author>	</entry>

	<entry>
		<id>http://wiki.cognimbus.com/index.php?title=Category:HamsterProKit/RosExample&amp;diff=1260</id>
		<title>Category:HamsterProKit/RosExample</title>
		<link rel="alternate" type="text/html" href="http://wiki.cognimbus.com/index.php?title=Category:HamsterProKit/RosExample&amp;diff=1260"/>
				<updated>2020-05-07T10:58:52Z</updated>
		
		<summary type="html">&lt;p&gt;Daria: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:HamsterProKit]]&lt;br /&gt;
== ROS1 examples ==&lt;br /&gt;
&lt;br /&gt;
'''1. For launch SLAM example:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;span style=&amp;quot;color:black&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;roslaunch hamster_launch prokit_slam_2d.launch&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To visualize output run &amp;lt;code&amp;gt;rviz&amp;lt;/code&amp;gt; and output topics:&lt;br /&gt;
&lt;br /&gt;
'''''/map''''' - 2D map&lt;br /&gt;
&lt;br /&gt;
'''''/agent&amp;lt;your_agent_number&amp;gt;/scan''''' - 2D scan&lt;br /&gt;
&lt;br /&gt;
'''''/agent&amp;lt;your_agent_number&amp;gt;/camera/depth/color/points''''' - point cloud&lt;br /&gt;
&lt;br /&gt;
Example image below&lt;br /&gt;
&lt;br /&gt;
[[File:slam2D_rviz.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
'''2. For launch wandering example:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;span style=&amp;quot;color:black&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;roslaunch hamster_launch prokit_wandering.launch&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Wandering with obstacle avoidance will start automatically.&lt;br /&gt;
&lt;br /&gt;
'''3. For launch detection example:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;span style=&amp;quot;color:black&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;roslaunch hamster_launch prokit_detection.launch&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To see picture with detection use standard ros plugin:&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;span style=&amp;quot;color:black&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;rqt_image_view&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''NOTE: In case no input from camera - reconnect USB realsense D435i'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''/agent&amp;lt;your_agent_number&amp;gt;/openvino_toolkit/images''''' - topic to see detection&lt;br /&gt;
&lt;br /&gt;
To control robot drive/steering use '''/agent1/ackermann_cmd''' topic.&lt;br /&gt;
&lt;br /&gt;
Optionally you can publish through rqt standard ROS program: &lt;br /&gt;
&lt;br /&gt;
Open new terminal, make source to ros1: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;ros_prokit&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Run rqt:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;rqt&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In the top menu open tabs choose plugins-&amp;gt;topics-message publisher&lt;br /&gt;
&lt;br /&gt;
Set the topic name to /agent1/ackermann_cmd and press on the right green &amp;quot;+&amp;quot; like shows on the screen below - this will add topic to UI&lt;br /&gt;
&lt;br /&gt;
[[File:rqt.png|400px]]&lt;br /&gt;
&lt;br /&gt;
More detailed about ROS rqt:&lt;br /&gt;
&lt;br /&gt;
[http://wiki.ros.org/rqt ROS_rqt]&lt;/div&gt;</summary>
		<author><name>Daria</name></author>	</entry>

	<entry>
		<id>http://wiki.cognimbus.com/index.php?title=Category:HamsterProKit/RosExample&amp;diff=1259</id>
		<title>Category:HamsterProKit/RosExample</title>
		<link rel="alternate" type="text/html" href="http://wiki.cognimbus.com/index.php?title=Category:HamsterProKit/RosExample&amp;diff=1259"/>
				<updated>2020-05-07T10:37:58Z</updated>
		
		<summary type="html">&lt;p&gt;Daria: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:HamsterProKit]]&lt;br /&gt;
== ROS1 examples ==&lt;br /&gt;
&lt;br /&gt;
'''1. For launch SLAM example:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;span style=&amp;quot;color:black&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;roslaunch hamster_launch prokit_slam_2d.launch&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To visualize output run &amp;lt;code&amp;gt;rviz&amp;lt;/code&amp;gt; and output topics:&lt;br /&gt;
&lt;br /&gt;
'''''/map''''' - 2D map&lt;br /&gt;
&lt;br /&gt;
'''''/agent&amp;lt;your_agent_number&amp;gt;/scan''''' - 2D scan&lt;br /&gt;
&lt;br /&gt;
'''''/agent&amp;lt;your_agent_number&amp;gt;/camera/depth/color/points''''' - point cloud&lt;br /&gt;
&lt;br /&gt;
Example image below&lt;br /&gt;
&lt;br /&gt;
[[File:slam2D_rviz.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
'''2. For launch wandering example:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;span style=&amp;quot;color:black&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;roslaunch hamster_launch prokit_wandering.launch&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Wandering with obstacle avoidance will start automatically.&lt;br /&gt;
&lt;br /&gt;
'''3. For launch detection example:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;span style=&amp;quot;color:black&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;roslaunch hamster_launch prokit_detection.launch&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To see picture with detection use standard ros plugin:&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;span style=&amp;quot;color:black&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;rqt_image_view&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''NOTE: In case no input from camera - reconnect USB realsense D435i'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''/agent&amp;lt;your_agent_number&amp;gt;/openvino_toolkit/images''''' - topic to see detection&lt;br /&gt;
&lt;br /&gt;
To control robot drive/steering use '''/agent*/ackermann_cmd''' topic.&lt;br /&gt;
&lt;br /&gt;
Optionally you can publish through rqt standard ROS program: &lt;br /&gt;
&lt;br /&gt;
Open new terminal, make source to ros1: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;ros_prokit&amp;lt;code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Run rqt:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;rqt&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In the top menu open tabs plugins-&amp;gt;topics-message publisher&lt;br /&gt;
&lt;br /&gt;
Set the topic name and press &amp;quot;+&amp;quot; like shows on the screen below&lt;br /&gt;
&lt;br /&gt;
[[File:rqt.png|400px]]&lt;br /&gt;
&lt;br /&gt;
More detailed about ROS rqt:&lt;br /&gt;
&lt;br /&gt;
[http://wiki.ros.org/rqt ROS_rqt]&lt;/div&gt;</summary>
		<author><name>Daria</name></author>	</entry>

	<entry>
		<id>http://wiki.cognimbus.com/index.php?title=Category:HamsterProKit/RosExample&amp;diff=1258</id>
		<title>Category:HamsterProKit/RosExample</title>
		<link rel="alternate" type="text/html" href="http://wiki.cognimbus.com/index.php?title=Category:HamsterProKit/RosExample&amp;diff=1258"/>
				<updated>2020-05-04T08:52:09Z</updated>
		
		<summary type="html">&lt;p&gt;Daria: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:HamsterProKit]]&lt;br /&gt;
== ROS1 examples ==&lt;br /&gt;
&lt;br /&gt;
'''1. For launch SLAM example:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;span style=&amp;quot;color:black&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;roslaunch hamster_launch prokit_slam_2d.launch&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To visualize output run &amp;lt;code&amp;gt;rviz&amp;lt;/code&amp;gt; and output topics:&lt;br /&gt;
&lt;br /&gt;
'''''/map''''' - 2D map&lt;br /&gt;
&lt;br /&gt;
'''''/agent&amp;lt;your_agent_number&amp;gt;/scan''''' - 2D scan&lt;br /&gt;
&lt;br /&gt;
'''''/agent&amp;lt;your_agent_number&amp;gt;/camera/depth/color/points''''' - point cloud&lt;br /&gt;
&lt;br /&gt;
Example image below&lt;br /&gt;
&lt;br /&gt;
[[File:slam2D_rviz.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
'''2. For launch wandering example:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;span style=&amp;quot;color:black&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;roslaunch hamster_launch prokit_wandering.launch&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Wandering with obstacle avoidance will start automatically.&lt;br /&gt;
&lt;br /&gt;
'''3. For launch detection example:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;span style=&amp;quot;color:black&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;roslaunch hamster_launch prokit_detection.launch&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To see picture with detection use standard ros plugin:&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;span style=&amp;quot;color:black&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;rqt_image_view&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''NOTE: In case no input from camera - reconnect USB realsense D435i'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''/agent&amp;lt;your_agent_number&amp;gt;/openvino_toolkit/images''''' - topic to see detection&lt;br /&gt;
&lt;br /&gt;
To control robot drive/steering use '''/agent*/ackermann_cmd''' topic.&lt;br /&gt;
&lt;br /&gt;
Optionally you can publish through rqt standard ROS program: &lt;br /&gt;
&lt;br /&gt;
Run rqt-&amp;gt;plugins-&amp;gt;topics-message publisher, use UI interface and hints.&lt;br /&gt;
&lt;br /&gt;
[[File:rqt.png|400px]]&lt;br /&gt;
&lt;br /&gt;
More detailed about ROS rqt:&lt;br /&gt;
&lt;br /&gt;
[http://wiki.ros.org/rqt ROS_rqt]&lt;/div&gt;</summary>
		<author><name>Daria</name></author>	</entry>

	<entry>
		<id>http://wiki.cognimbus.com/index.php?title=Category:HamsterProKit/RosExample&amp;diff=1257</id>
		<title>Category:HamsterProKit/RosExample</title>
		<link rel="alternate" type="text/html" href="http://wiki.cognimbus.com/index.php?title=Category:HamsterProKit/RosExample&amp;diff=1257"/>
				<updated>2020-05-04T08:44:30Z</updated>
		
		<summary type="html">&lt;p&gt;Daria: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:HamsterProKit]]&lt;br /&gt;
== ROS1 examples ==&lt;br /&gt;
&lt;br /&gt;
'''1. For launch SLAM example:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;span style=&amp;quot;color:black&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;roslaunch hamster_launch prokit_slam_2d.launch&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To visualize output run &amp;lt;code&amp;gt;rviz&amp;lt;/code&amp;gt; and output topics:&lt;br /&gt;
&lt;br /&gt;
'''''/map''''' - 2D map&lt;br /&gt;
&lt;br /&gt;
'''''/agent&amp;lt;your_agent_number&amp;gt;/scan''''' - 2D scan&lt;br /&gt;
&lt;br /&gt;
'''''/agent&amp;lt;your_agent_number&amp;gt;/camera/depth/color/points''''' - point cloud&lt;br /&gt;
&lt;br /&gt;
Example image below&lt;br /&gt;
&lt;br /&gt;
[[File:slam2D_rviz.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
'''2. For launch wandering example:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;span style=&amp;quot;color:black&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;roslaunch hamster_launch prokit_wandering.launch&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Wandering with obstacle avoidance will start automatically.&lt;br /&gt;
&lt;br /&gt;
'''3. For launch detection example:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;span style=&amp;quot;color:black&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;roslaunch hamster_launch prokit_detection.launch&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To see picture with detection use standard ros plugin:&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;span style=&amp;quot;color:black&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;rqt_image_view&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''''/agent&amp;lt;your_agent_number&amp;gt;/openvino_toolkit/images''''' - topic to see detection&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
To control robot drive/steering use '''/agent*/ackermann_cmd''' topic.&lt;br /&gt;
&lt;br /&gt;
Optionally you can publish through rqt standard ROS program: &lt;br /&gt;
&lt;br /&gt;
Run rqt-&amp;gt;plugins-&amp;gt;topics-message publisher, use UI interface and hints.&lt;br /&gt;
&lt;br /&gt;
[[File:rqt.png|400px]]&lt;br /&gt;
&lt;br /&gt;
More detailed about ROS rqt:&lt;br /&gt;
&lt;br /&gt;
[http://wiki.ros.org/rqt ROS_rqt]&lt;br /&gt;
&lt;br /&gt;
'''NOTE: In case no input from camera - reconnect USB realsense D435i'''&lt;/div&gt;</summary>
		<author><name>Daria</name></author>	</entry>

	<entry>
		<id>http://wiki.cognimbus.com/index.php?title=File:Rqt.png&amp;diff=1256</id>
		<title>File:Rqt.png</title>
		<link rel="alternate" type="text/html" href="http://wiki.cognimbus.com/index.php?title=File:Rqt.png&amp;diff=1256"/>
				<updated>2020-05-04T08:44:23Z</updated>
		
		<summary type="html">&lt;p&gt;Daria: Daria uploaded a new version of File:Rqt.png&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;File uploaded with MsUpload&lt;/div&gt;</summary>
		<author><name>Daria</name></author>	</entry>

	<entry>
		<id>http://wiki.cognimbus.com/index.php?title=Category:HamsterProKit/Ros2Example&amp;diff=1255</id>
		<title>Category:HamsterProKit/Ros2Example</title>
		<link rel="alternate" type="text/html" href="http://wiki.cognimbus.com/index.php?title=Category:HamsterProKit/Ros2Example&amp;diff=1255"/>
				<updated>2020-05-04T08:42:54Z</updated>
		
		<summary type="html">&lt;p&gt;Daria: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:HamsterProKit]]&lt;br /&gt;
&lt;br /&gt;
== ROS2 example ==&lt;br /&gt;
&lt;br /&gt;
For ros2 available driver pkg for drive/steering control and ros2_intel_realsense launch.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;ros2 launch hamster_driver ros2_camera_and_driver.launch.py&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You should see something like:&lt;br /&gt;
&lt;br /&gt;
[[File:ros2.png|400px]]&lt;br /&gt;
&lt;br /&gt;
'''NOTE: In case no input from camera - reconnect USB realsense D435i and restart launch'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''topic for platform control - /ackermann_cmd'''''&lt;br /&gt;
&lt;br /&gt;
Optionally you can publish through rqt standard ROS program, ROS2 usage same like ROS&lt;br /&gt;
&lt;br /&gt;
Run rqt-&amp;gt;plugins-&amp;gt;topics-message publisher, use UI interface and hints.&lt;br /&gt;
&lt;br /&gt;
[[File:rqt.png|400px]]&lt;br /&gt;
&lt;br /&gt;
More detailed about ROS rqt:&lt;br /&gt;
&lt;br /&gt;
[https://index.ros.org/doc/ros2/Tutorials/RQt-Overview-Usage/#rqt-components-structure ROS2_rqt]&lt;br /&gt;
&lt;br /&gt;
[http://wiki.ros.org/rqt ROS_rqt]&lt;/div&gt;</summary>
		<author><name>Daria</name></author>	</entry>

	<entry>
		<id>http://wiki.cognimbus.com/index.php?title=File:Rqt.png&amp;diff=1254</id>
		<title>File:Rqt.png</title>
		<link rel="alternate" type="text/html" href="http://wiki.cognimbus.com/index.php?title=File:Rqt.png&amp;diff=1254"/>
				<updated>2020-05-04T08:42:48Z</updated>
		
		<summary type="html">&lt;p&gt;Daria: Daria uploaded a new version of File:Rqt.png&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;File uploaded with MsUpload&lt;/div&gt;</summary>
		<author><name>Daria</name></author>	</entry>

	<entry>
		<id>http://wiki.cognimbus.com/index.php?title=Category:HamsterProKit/Ros2Example&amp;diff=1253</id>
		<title>Category:HamsterProKit/Ros2Example</title>
		<link rel="alternate" type="text/html" href="http://wiki.cognimbus.com/index.php?title=Category:HamsterProKit/Ros2Example&amp;diff=1253"/>
				<updated>2020-05-04T08:42:07Z</updated>
		
		<summary type="html">&lt;p&gt;Daria: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:HamsterProKit]]&lt;br /&gt;
&lt;br /&gt;
== ROS2 example ==&lt;br /&gt;
&lt;br /&gt;
For ros2 available driver pkg for drive/steering control and ros2_intel_realsense launch.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;ros2 launch hamster_driver ros2_camera_and_driver.launch.py&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You should see something like:&lt;br /&gt;
&lt;br /&gt;
[[File:ros2.png|400px]]&lt;br /&gt;
&lt;br /&gt;
'''NOTE: In case no input from camera - reconnect USB realsense D435i and restart launch'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''topic for platform control - /ackermann_cmd'''''&lt;br /&gt;
&lt;br /&gt;
Optionally you can publish through rqt standard ROS program, ROS2 usage same like ROS&lt;br /&gt;
&lt;br /&gt;
Run rqt-&amp;gt;plugins-&amp;gt;topics-message publisher, use UI interface and hints.&lt;br /&gt;
&lt;br /&gt;
[[:File:rqt.png]]&lt;br /&gt;
&lt;br /&gt;
More detailed about ROS rqt:&lt;br /&gt;
&lt;br /&gt;
[https://index.ros.org/doc/ros2/Tutorials/RQt-Overview-Usage/#rqt-components-structure ROS2_rqt]&lt;br /&gt;
&lt;br /&gt;
[http://wiki.ros.org/rqt ROS_rqt]&lt;/div&gt;</summary>
		<author><name>Daria</name></author>	</entry>

	<entry>
		<id>http://wiki.cognimbus.com/index.php?title=File:Rqt.png&amp;diff=1252</id>
		<title>File:Rqt.png</title>
		<link rel="alternate" type="text/html" href="http://wiki.cognimbus.com/index.php?title=File:Rqt.png&amp;diff=1252"/>
				<updated>2020-05-04T08:41:29Z</updated>
		
		<summary type="html">&lt;p&gt;Daria: File uploaded with MsUpload&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;File uploaded with MsUpload&lt;/div&gt;</summary>
		<author><name>Daria</name></author>	</entry>

	<entry>
		<id>http://wiki.cognimbus.com/index.php?title=Category:HamsterProKit/Ros2Example&amp;diff=1251</id>
		<title>Category:HamsterProKit/Ros2Example</title>
		<link rel="alternate" type="text/html" href="http://wiki.cognimbus.com/index.php?title=Category:HamsterProKit/Ros2Example&amp;diff=1251"/>
				<updated>2020-05-04T08:38:18Z</updated>
		
		<summary type="html">&lt;p&gt;Daria: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:HamsterProKit]]&lt;br /&gt;
&lt;br /&gt;
== ROS2 example ==&lt;br /&gt;
&lt;br /&gt;
For ros2 available driver pkg for drive/steering control and ros2_intel_realsense launch.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;ros2 launch hamster_driver ros2_camera_and_driver.launch.py&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You should see something like:&lt;br /&gt;
&lt;br /&gt;
[[File:ros2.png|400px]]&lt;br /&gt;
&lt;br /&gt;
'''NOTE: In case no input from camera - reconnect USB realsense D435i and restart launch'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''topic for platform control - /ackermann_cmd'''''&lt;br /&gt;
&lt;br /&gt;
Optionally you can publish through rqt standard ROS program, ROS2 usage same like ROS&lt;br /&gt;
&lt;br /&gt;
Run rqt-&amp;gt;plugins-&amp;gt;topics-message publisher, use UI interface and hints.&lt;br /&gt;
&lt;br /&gt;
More detailed about ROS rqt:&lt;br /&gt;
&lt;br /&gt;
[[ros_rqt|http://wiki.ros.org/rqt]]&lt;br /&gt;
&lt;br /&gt;
[[rqt_publisher]]&lt;br /&gt;
&lt;br /&gt;
[[ROS2_rqt|https://index.ros.org/doc/ros2/Tutorials/RQt-Overview-Usage/#rqt-components-structure]]&lt;/div&gt;</summary>
		<author><name>Daria</name></author>	</entry>

	<entry>
		<id>http://wiki.cognimbus.com/index.php?title=Category:HamsterProKit/Ros2Example&amp;diff=1250</id>
		<title>Category:HamsterProKit/Ros2Example</title>
		<link rel="alternate" type="text/html" href="http://wiki.cognimbus.com/index.php?title=Category:HamsterProKit/Ros2Example&amp;diff=1250"/>
				<updated>2020-05-04T08:36:41Z</updated>
		
		<summary type="html">&lt;p&gt;Daria: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:HamsterProKit]]&lt;br /&gt;
&lt;br /&gt;
== ROS2 example ==&lt;br /&gt;
&lt;br /&gt;
For ros2 available driver pkg for drive/steering control and ros2_intel_realsense launch.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;ros2 launch hamster_driver ros2_camera_and_driver.launch.py&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You should see something like:&lt;br /&gt;
&lt;br /&gt;
[[File:ros2.png|400px]]&lt;br /&gt;
&lt;br /&gt;
'''NOTE: In case no input from camera - reconnect USB realsense D435i and restart launch'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''topic for platform control - /ackermann_cmd'''''&lt;br /&gt;
&lt;br /&gt;
Optionally you can publish through rqt standard ROS program, ROS2 usage same like ROS&lt;br /&gt;
&lt;br /&gt;
Run rqt-&amp;gt;plugins-&amp;gt;topics-message publisher, use UI interface and hints.&lt;br /&gt;
&lt;br /&gt;
More detailed about ROS rqt:&lt;br /&gt;
&lt;br /&gt;
[[ros_rqt|http://wiki.ros.org/rqt]]&lt;br /&gt;
&lt;br /&gt;
[[rqt_publisher]]&lt;/div&gt;</summary>
		<author><name>Daria</name></author>	</entry>

	<entry>
		<id>http://wiki.cognimbus.com/index.php?title=Category:HamsterProKit/Ros2Example&amp;diff=1249</id>
		<title>Category:HamsterProKit/Ros2Example</title>
		<link rel="alternate" type="text/html" href="http://wiki.cognimbus.com/index.php?title=Category:HamsterProKit/Ros2Example&amp;diff=1249"/>
				<updated>2020-05-04T08:36:02Z</updated>
		
		<summary type="html">&lt;p&gt;Daria: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:HamsterProKit]]&lt;br /&gt;
&lt;br /&gt;
== ROS2 example ==&lt;br /&gt;
&lt;br /&gt;
For ros2 available driver pkg for drive/steering control and ros2_intel_realsense launch.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;ros2 launch hamster_driver ros2_camera_and_driver.launch.py&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You should see something like:&lt;br /&gt;
&lt;br /&gt;
[[File:ros2.png|400px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''topic for platform control - /ackermann_cmd'''''&lt;br /&gt;
&lt;br /&gt;
Optionally you can publish through rqt standard ROS program, ROS2 usage same like ROS&lt;br /&gt;
&lt;br /&gt;
Run rqt-&amp;gt;plugins-&amp;gt;topics-message publisher, use UI interface and hints.&lt;br /&gt;
&lt;br /&gt;
More detailed about ROS rqt:&lt;br /&gt;
&lt;br /&gt;
[[ros_rqt|http://wiki.ros.org/rqt]]&lt;br /&gt;
&lt;br /&gt;
[[rqt_publisher]]&lt;br /&gt;
&lt;br /&gt;
'''NOTE: In case no input from camera - reconnect USB realsense D435i'''&lt;/div&gt;</summary>
		<author><name>Daria</name></author>	</entry>

	<entry>
		<id>http://wiki.cognimbus.com/index.php?title=Category:HamsterProKit/Ros2Example&amp;diff=1248</id>
		<title>Category:HamsterProKit/Ros2Example</title>
		<link rel="alternate" type="text/html" href="http://wiki.cognimbus.com/index.php?title=Category:HamsterProKit/Ros2Example&amp;diff=1248"/>
				<updated>2020-05-04T08:35:29Z</updated>
		
		<summary type="html">&lt;p&gt;Daria: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:HamsterProKit]]&lt;br /&gt;
&lt;br /&gt;
== ROS2 example ==&lt;br /&gt;
&lt;br /&gt;
For ros2 available driver pkg for drive/steering control and ros2_intel_realsense launch.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;ros2 launch hamster_driver ros2_camera_and_driver.launch.py&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You should see something like:&lt;br /&gt;
&lt;br /&gt;
[[File:ros2.png|400px]]&lt;br /&gt;
&lt;br /&gt;
'''''topic for platform control - /ackermann_cmd'''''&lt;br /&gt;
&lt;br /&gt;
Optionally you can publish through rqt standard ROS program, ROS2 usage same like ROS&lt;br /&gt;
&lt;br /&gt;
Run rqt-&amp;gt;plugins-&amp;gt;topics-message publisher, use UI interface and hints.&lt;br /&gt;
&lt;br /&gt;
More detailed about ROS rqt:&lt;br /&gt;
&lt;br /&gt;
[[ros_rqt|http://wiki.ros.org/rqt]]&lt;br /&gt;
&lt;br /&gt;
[[rqt_publisher]]&lt;br /&gt;
&lt;br /&gt;
'''NOTE: In case no input from camera - reconnect USB realsense D435i'''&lt;/div&gt;</summary>
		<author><name>Daria</name></author>	</entry>

	<entry>
		<id>http://wiki.cognimbus.com/index.php?title=File:Ros2.png&amp;diff=1247</id>
		<title>File:Ros2.png</title>
		<link rel="alternate" type="text/html" href="http://wiki.cognimbus.com/index.php?title=File:Ros2.png&amp;diff=1247"/>
				<updated>2020-05-04T08:34:48Z</updated>
		
		<summary type="html">&lt;p&gt;Daria: File uploaded with MsUpload&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;File uploaded with MsUpload&lt;/div&gt;</summary>
		<author><name>Daria</name></author>	</entry>

	<entry>
		<id>http://wiki.cognimbus.com/index.php?title=Category:HamsterProKit/Ros2Example&amp;diff=1246</id>
		<title>Category:HamsterProKit/Ros2Example</title>
		<link rel="alternate" type="text/html" href="http://wiki.cognimbus.com/index.php?title=Category:HamsterProKit/Ros2Example&amp;diff=1246"/>
				<updated>2020-05-04T08:17:49Z</updated>
		
		<summary type="html">&lt;p&gt;Daria: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:HamsterProKit]]&lt;br /&gt;
&lt;br /&gt;
== ROS2 example ==&lt;br /&gt;
&lt;br /&gt;
For ros2 available driver pkg for drive/steering control and ros2_intel_realsense launch.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;ros2 launch hamster_driver ros2_camera_and_driver.launch.py&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''''topic for platform control - /ackermann_cmd'''''&lt;br /&gt;
&lt;br /&gt;
Optionally you can publish through rqt standard ROS program, ROS2 usage same like ROS&lt;br /&gt;
&lt;br /&gt;
Run rqt-&amp;gt;plugins-&amp;gt;topics-message publisher, use UI interface and hints.&lt;br /&gt;
&lt;br /&gt;
More detailed about ROS rqt:&lt;br /&gt;
&lt;br /&gt;
[[ros_rqt|http://wiki.ros.org/rqt]]&lt;br /&gt;
&lt;br /&gt;
[[rqt_publisher]]&lt;br /&gt;
&lt;br /&gt;
'''NOTE: In case no input from camera - reconnect USB realsense D435i'''&lt;/div&gt;</summary>
		<author><name>Daria</name></author>	</entry>

	<entry>
		<id>http://wiki.cognimbus.com/index.php?title=Category:HamsterProKit/RosExample&amp;diff=1245</id>
		<title>Category:HamsterProKit/RosExample</title>
		<link rel="alternate" type="text/html" href="http://wiki.cognimbus.com/index.php?title=Category:HamsterProKit/RosExample&amp;diff=1245"/>
				<updated>2020-05-04T08:15:11Z</updated>
		
		<summary type="html">&lt;p&gt;Daria: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:HamsterProKit]]&lt;br /&gt;
== ROS1 examples ==&lt;br /&gt;
&lt;br /&gt;
'''1. For launch SLAM example:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;span style=&amp;quot;color:black&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;roslaunch hamster_launch prokit_slam_2d.launch&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To visualize output run &amp;lt;code&amp;gt;rviz&amp;lt;/code&amp;gt; and output topics:&lt;br /&gt;
&lt;br /&gt;
'''''/map''''' - 2D map&lt;br /&gt;
&lt;br /&gt;
'''''/agent&amp;lt;your_agent_number&amp;gt;/scan''''' - 2D scan&lt;br /&gt;
&lt;br /&gt;
'''''/agent&amp;lt;your_agent_number&amp;gt;/camera/depth/color/points''''' - point cloud&lt;br /&gt;
&lt;br /&gt;
Example image below&lt;br /&gt;
&lt;br /&gt;
[[File:slam2D_rviz.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
'''2. For launch wandering example:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;span style=&amp;quot;color:black&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;roslaunch hamster_launch prokit_wandering.launch&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Wandering with obstacle avoidance will start automatically.&lt;br /&gt;
&lt;br /&gt;
'''3. For launch detection example:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;span style=&amp;quot;color:black&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;roslaunch hamster_launch prokit_detection.launch&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To see picture with detection use standard ros plugin:&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;span style=&amp;quot;color:black&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;rqt_image_view&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''''/agent&amp;lt;your_agent_number&amp;gt;/openvino_toolkit/images''''' - topic to see detection&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
To control robot drive/steering use '''/agent*/ackermann_cmd''' topic.&lt;br /&gt;
&lt;br /&gt;
Optionally you can publish through rqt standard ROS program: &lt;br /&gt;
&lt;br /&gt;
Run rqt-&amp;gt;plugins-&amp;gt;topics-message publisher, use UI interface and hints.&lt;br /&gt;
&lt;br /&gt;
More detailed about ROS rqt:&lt;br /&gt;
&lt;br /&gt;
[[ros_rqt|http://wiki.ros.org/rqt]]&lt;br /&gt;
&lt;br /&gt;
[[rqt_publisher]]&lt;br /&gt;
&lt;br /&gt;
'''NOTE: In case no input from camera - reconnect USB realsense D435i'''&lt;/div&gt;</summary>
		<author><name>Daria</name></author>	</entry>

	<entry>
		<id>http://wiki.cognimbus.com/index.php?title=Category:HamsterProKit/RosExample&amp;diff=1244</id>
		<title>Category:HamsterProKit/RosExample</title>
		<link rel="alternate" type="text/html" href="http://wiki.cognimbus.com/index.php?title=Category:HamsterProKit/RosExample&amp;diff=1244"/>
				<updated>2020-05-04T08:10:34Z</updated>
		
		<summary type="html">&lt;p&gt;Daria: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:HamsterProKit]]&lt;br /&gt;
== ROS1 examples ==&lt;br /&gt;
&lt;br /&gt;
'''1. For launch SLAM example:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;span style=&amp;quot;color:black&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;roslaunch hamster_launch prokit_slam_2d.launch&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To visualize output run &amp;lt;code&amp;gt;rviz&amp;lt;/code&amp;gt; and output topics:&lt;br /&gt;
&lt;br /&gt;
'''''/map''''' - 2D map&lt;br /&gt;
&lt;br /&gt;
'''''/agent&amp;lt;your_agent_number&amp;gt;/scan''''' - 2D scan&lt;br /&gt;
&lt;br /&gt;
'''''/agent&amp;lt;your_agent_number&amp;gt;/camera/depth/color/points''''' - point cloud&lt;br /&gt;
&lt;br /&gt;
Example image below&lt;br /&gt;
&lt;br /&gt;
[[File:slam2D_rviz.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
'''2. For launch wandering example:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;span style=&amp;quot;color:black&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;roslaunch hamster_launch prokit_wandering.launch&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Wandering with obstacle avoidance will start automatically.&lt;br /&gt;
&lt;br /&gt;
'''3. For launch detection example:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;span style=&amp;quot;color:black&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;roslaunch hamster_launch prokit_detection.launch&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To see picture with detection use standard ros plugin:&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;span style=&amp;quot;color:black&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;rqt_image_view&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''''/agent&amp;lt;your_agent_number&amp;gt;/openvino_toolkit/images''''' - topic to see detection&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
To control robot drive/steering use '''/agent*/ackermann_cmd''' topic.&lt;br /&gt;
&lt;br /&gt;
Optionally you can publish through rqt standard ROS program: &lt;br /&gt;
&lt;br /&gt;
Run rqt-&amp;gt;plugins-&amp;gt;topics-message publisher, use UI interface and hints.&lt;br /&gt;
&lt;br /&gt;
More detailed about ROS rqt:&lt;br /&gt;
&lt;br /&gt;
[[ros_rqt|http://wiki.ros.org/rqt]]&lt;br /&gt;
&lt;br /&gt;
[[rqt_publisher]]&lt;/div&gt;</summary>
		<author><name>Daria</name></author>	</entry>

	<entry>
		<id>http://wiki.cognimbus.com/index.php?title=Category:HamsterProKit/RosExample&amp;diff=1243</id>
		<title>Category:HamsterProKit/RosExample</title>
		<link rel="alternate" type="text/html" href="http://wiki.cognimbus.com/index.php?title=Category:HamsterProKit/RosExample&amp;diff=1243"/>
				<updated>2020-05-04T08:09:42Z</updated>
		
		<summary type="html">&lt;p&gt;Daria: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:HamsterProKit]]&lt;br /&gt;
== ROS1 examples ==&lt;br /&gt;
&lt;br /&gt;
'''1. For launch SLAM example:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;span style=&amp;quot;color:black&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;roslaunch hamster_launch prokit_slam_2d.launch&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To visualize output run &amp;lt;code&amp;gt;rviz&amp;lt;/code&amp;gt; and output topics:&lt;br /&gt;
&lt;br /&gt;
'''''/map''''' - 2D map&lt;br /&gt;
&lt;br /&gt;
'''''/agent&amp;lt;your_agent_number&amp;gt;/scan''''' - 2D scan&lt;br /&gt;
&lt;br /&gt;
'''''/agent&amp;lt;your_agent_number&amp;gt;/camera/depth/color/points''''' - point cloud&lt;br /&gt;
&lt;br /&gt;
Example image below&lt;br /&gt;
&lt;br /&gt;
[[File:slam2D_rviz.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
'''2. For launch wandering example:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;span style=&amp;quot;color:black&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;roslaunch hamster_launch prokit_wandering.launch&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Wandering with obstacle avoidance will start automatically.&lt;br /&gt;
&lt;br /&gt;
'''3. For launch detection example:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;span style=&amp;quot;color:black&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;roslaunch hamster_launch prokit_detection.launch&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To see picture with detection use standard ros plugin:&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;span style=&amp;quot;color:black&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;rqt_image_view&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''''/agent&amp;lt;your_agent_number&amp;gt;/openvino_toolkit/images''''' - topic to see detection&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
To control robot drive/steering use '''/agent*/ackermann_cmd''' topic.&lt;br /&gt;
&lt;br /&gt;
Optionally you can publish through rqt standard ROS program: &lt;br /&gt;
&lt;br /&gt;
Run rqt-&amp;gt;plugins-&amp;gt;topics-message publisher and use UI interface and hints.&lt;br /&gt;
&lt;br /&gt;
More detailed about ROS rqt:&lt;br /&gt;
&lt;br /&gt;
[[ros_rqt|http://wiki.ros.org/rqt]]&lt;br /&gt;
&lt;br /&gt;
[[rqt_publisher]]&lt;/div&gt;</summary>
		<author><name>Daria</name></author>	</entry>

	<entry>
		<id>http://wiki.cognimbus.com/index.php?title=Category:HamsterProKit&amp;diff=1242</id>
		<title>Category:HamsterProKit</title>
		<link rel="alternate" type="text/html" href="http://wiki.cognimbus.com/index.php?title=Category:HamsterProKit&amp;diff=1242"/>
				<updated>2020-05-04T07:40:48Z</updated>
		
		<summary type="html">&lt;p&gt;Daria: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== AAEON Pro Kit support page ===&lt;br /&gt;
&lt;br /&gt;
[[File:Charger_LLC_Battery_rev2.jpg|800px]]&lt;br /&gt;
[[File:ProKitLLC.png|600px]]&lt;br /&gt;
&lt;br /&gt;
==3rd party things need to know to work with kit==&lt;br /&gt;
&lt;br /&gt;
* ROS general information: [http://wiki.ros.org/ROS/Introduction WHAT IS ROS]&lt;br /&gt;
&lt;br /&gt;
* ROS2 general information: [https://index.ros.org/doc/ros2/ ROS2]&lt;br /&gt;
&lt;br /&gt;
* RVIZ - instrument for visualization: [http://wiki.ros.org/rviz/UserGuide RVIZ]&lt;br /&gt;
&lt;br /&gt;
== Kit prerequisite (not included in the kit) ==&lt;br /&gt;
* Lipo battery with T connector 7.4V 2 cell.&lt;br /&gt;
* Battery charger &lt;br /&gt;
&lt;br /&gt;
===1. Connecting all parts within the kit ===&lt;br /&gt;
* Use the LLC cable (in the picture) to both monitor and charge the battery&lt;br /&gt;
  * Port 9 can be used to charge the Lipo Battery&lt;br /&gt;
  * Port 8 should connect the the Lipo battery balancer (JST connector)&lt;br /&gt;
  * Port 7 should connect to the LLC board &lt;br /&gt;
  * Red T connector (rightmost on the picture)&lt;br /&gt;
* Connect the Up Squared board to the LLC as shown in the picture&lt;br /&gt;
  * TX/RX should be connected to GPIO ports&lt;br /&gt;
  * Power should be connected through DC connector&lt;br /&gt;
* Connect the MX2 wifi module &lt;br /&gt;
* Connect the two WIFI antennas using the SMT connector to the integrated chip&lt;br /&gt;
* Connect the Movidius chip using the PCI connector&lt;br /&gt;
* Connect the D435i camera to a USB3 Port using the cable&lt;br /&gt;
&lt;br /&gt;
'''Note: Camera D435i must be already updated with latest firmware and have calibrated IMU. Visit official site for more information.'''&lt;br /&gt;
&lt;br /&gt;
===2. Run installation script ===&lt;br /&gt;
&lt;br /&gt;
Internet connection requires&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;sudo wget https://cloud.cogni.io/index.php/s/5hoM64ChZdjX5mV/download -O - | bash&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Reboot board after installation.&lt;br /&gt;
&lt;br /&gt;
===3. Configure ROS IP ===&lt;br /&gt;
&lt;br /&gt;
Configure IP for ROS applications:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;pico hamster.config&amp;lt;/code&amp;gt; in home directory&lt;br /&gt;
&lt;br /&gt;
Edit row with your board IP:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;export HAMSTER_IP=your_IP&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===4. Launch examples ===&lt;br /&gt;
&lt;br /&gt;
To run examples in ROS run command:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;ros_prokit&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[https://wiki.cogni.io/Category:HamsterProKit/RosExample ROS_EXAMPLES]&lt;br /&gt;
&lt;br /&gt;
To run example in ROS2 run command:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;ros2_prokit&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[https://wiki.cogni.io/Category:HamsterProKit/Ros2Example ROS2_EXAMPLES]&lt;/div&gt;</summary>
		<author><name>Daria</name></author>	</entry>

	<entry>
		<id>http://wiki.cognimbus.com/index.php?title=Category:HamsterProKit&amp;diff=1241</id>
		<title>Category:HamsterProKit</title>
		<link rel="alternate" type="text/html" href="http://wiki.cognimbus.com/index.php?title=Category:HamsterProKit&amp;diff=1241"/>
				<updated>2020-05-04T07:40:22Z</updated>
		
		<summary type="html">&lt;p&gt;Daria: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== AAEON Pro Kit support page ===&lt;br /&gt;
&lt;br /&gt;
[[File:Charger_LLC_Battery_rev2.jpg|800px]]&lt;br /&gt;
[[File:ProKitLLC.png|600px]]&lt;br /&gt;
&lt;br /&gt;
==3rd party things need to know to work with kit==&lt;br /&gt;
&lt;br /&gt;
* ROS general information: [http://wiki.ros.org/ROS/Introduction WHAT IS ROS]&lt;br /&gt;
&lt;br /&gt;
* ROS2 general information: [https://index.ros.org/doc/ros2/ ROS2]&lt;br /&gt;
&lt;br /&gt;
* RVIZ - instrument for visualization: [http://wiki.ros.org/rviz/UserGuide RVIZ]&lt;br /&gt;
&lt;br /&gt;
== Kit prerequisite (not included in the kit) ==&lt;br /&gt;
* Lipo battery with T connector 7.4V 2 cell.&lt;br /&gt;
* Battery charger &lt;br /&gt;
&lt;br /&gt;
===1. Connecting all parts within the kit ===&lt;br /&gt;
* Use the LLC cable (in the picture) to both monitor and charge the battery&lt;br /&gt;
  * Port 9 can be used to charge the Lipo Battery&lt;br /&gt;
  * Port 8 should connect the the Lipo battery balancer (JST connector)&lt;br /&gt;
  * Port 7 should connect to the LLC board &lt;br /&gt;
  * Red T connector (rightmost on the picture)&lt;br /&gt;
* Connect the Up Squared board to the LLC as shown in the picture&lt;br /&gt;
  * TX/RX should be connected to GPIO ports&lt;br /&gt;
  * Power should be connected through DC connector&lt;br /&gt;
* Connect the MX2 wifi module &lt;br /&gt;
* Connect the two WIFI antennas using the SMT connector to the integrated chip&lt;br /&gt;
* Connect the Movidius chip using the PCI connector&lt;br /&gt;
* Connect the D435i camera to a USB3 Port using the cable&lt;br /&gt;
&lt;br /&gt;
'''Note: Camera D435i must be already updated with latest firmware and have calibrated IMU. Visit official site for more information.'''&lt;br /&gt;
&lt;br /&gt;
===2. Run installation script ===&lt;br /&gt;
&lt;br /&gt;
Internet connection requires&lt;br /&gt;
&lt;br /&gt;
sudo wget https://cloud.cogni.io/index.php/s/5hoM64ChZdjX5mV/download -O - | bash&lt;br /&gt;
&lt;br /&gt;
Reboot board after installation.&lt;br /&gt;
&lt;br /&gt;
===3. Configure ROS IP ===&lt;br /&gt;
&lt;br /&gt;
Configure IP for ROS applications:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;pico hamster.config&amp;lt;/code&amp;gt; in home directory&lt;br /&gt;
&lt;br /&gt;
Edit row with your board IP:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;export HAMSTER_IP=your_IP&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===4. Launch examples ===&lt;br /&gt;
&lt;br /&gt;
To run examples in ROS run command:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;ros_prokit&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[https://wiki.cogni.io/Category:HamsterProKit/RosExample ROS_EXAMPLES]&lt;br /&gt;
&lt;br /&gt;
To run example in ROS2 run command:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;ros2_prokit&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[https://wiki.cogni.io/Category:HamsterProKit/Ros2Example ROS2_EXAMPLES]&lt;/div&gt;</summary>
		<author><name>Daria</name></author>	</entry>

	<entry>
		<id>http://wiki.cognimbus.com/index.php?title=HamsterCommands&amp;diff=1240</id>
		<title>HamsterCommands</title>
		<link rel="alternate" type="text/html" href="http://wiki.cognimbus.com/index.php?title=HamsterCommands&amp;diff=1240"/>
				<updated>2020-04-20T14:09:13Z</updated>
		
		<summary type="html">&lt;p&gt;Daria: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:HamsterV5]]&lt;br /&gt;
[[Category:HamsterV4]]&lt;br /&gt;
[[Category:HamsterV7]]&lt;br /&gt;
[[Category:Hamster]]&lt;br /&gt;
&lt;br /&gt;
Command list for terminal:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;strong&amp;gt;1. Start command for autonomous mode&amp;lt;/strong&amp;gt;&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot; line='line'&amp;gt;&lt;br /&gt;
rostopic pub /decision_making/agent(PUT_YOUR_AGENT_NUMBER)/events std_msgs/String &amp;quot;data: 'RESUME'&amp;quot;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''OR for hamster V7'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot; line='line'&amp;gt;&lt;br /&gt;
rostopic pub /agent(PUT_YOUR_AGENT_NUMBER)/events/wandering/state std_msgs/Bool &amp;quot;data: true&amp;quot;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;strong&amp;gt;2. Stop command for autonomous mode&amp;lt;/strong&amp;gt;&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot; line='line'&amp;gt;&lt;br /&gt;
rostopic pub /decision_making/agent(PUT_YOUR_AGENT_NUMBER)/events std_msgs/String &amp;quot;data: 'PAUSE'&amp;quot;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''OR for hamster V7'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot; line='line'&amp;gt;&lt;br /&gt;
rostopic pub /agent(PUT_YOUR_AGENT_NUMBER)/events/wandering/state std_msgs/Bool &amp;quot;data: false&amp;quot;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;strong&amp;gt;3. Mapping mode&amp;lt;/strong&amp;gt;&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot; line='line'&amp;gt;&lt;br /&gt;
rostopic pub /mapping_command std_msgs/String &amp;quot;data: 'slam'&amp;quot;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;strong&amp;gt;4. Localization mode&amp;lt;/strong&amp;gt;&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot; line='line'&amp;gt;&lt;br /&gt;
rostopic pub /mapping_command std_msgs/String &amp;quot;data: 'localization'&amp;quot;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;/div&gt;</summary>
		<author><name>Daria</name></author>	</entry>

	<entry>
		<id>http://wiki.cognimbus.com/index.php?title=HamsterCommands&amp;diff=1239</id>
		<title>HamsterCommands</title>
		<link rel="alternate" type="text/html" href="http://wiki.cognimbus.com/index.php?title=HamsterCommands&amp;diff=1239"/>
				<updated>2020-04-20T14:08:40Z</updated>
		
		<summary type="html">&lt;p&gt;Daria: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:HamsterV5]]&lt;br /&gt;
[[Category:HamsterV4]]&lt;br /&gt;
[[Category:HamsterV7]]&lt;br /&gt;
[[Category:Hamster]]&lt;br /&gt;
&lt;br /&gt;
Command list for terminal:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;strong&amp;gt;1. Start command for autonomous mode&amp;lt;/strong&amp;gt;&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot; line='line'&amp;gt;&lt;br /&gt;
rostopic pub /decision_making/agent(PUT_YOUR_AGENT_NUMBER)/events std_msgs/String &amp;quot;data: 'RESUME'&amp;quot;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''OR for hamster V7'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot; line='line'&amp;gt;&lt;br /&gt;
rostopic pub /agent1/events/wandering/state std_msgs/Bool &amp;quot;data: true&amp;quot;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;strong&amp;gt;2. Stop command for autonomous mode&amp;lt;/strong&amp;gt;&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot; line='line'&amp;gt;&lt;br /&gt;
rostopic pub /decision_making/agent(PUT_YOUR_AGENT_NUMBER)/events std_msgs/String &amp;quot;data: 'PAUSE'&amp;quot;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''OR for hamster V7'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot; line='line'&amp;gt;&lt;br /&gt;
rostopic pub /agent1/events/wandering/state std_msgs/Bool &amp;quot;data: false&amp;quot;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;strong&amp;gt;3. Mapping mode&amp;lt;/strong&amp;gt;&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot; line='line'&amp;gt;&lt;br /&gt;
rostopic pub /mapping_command std_msgs/String &amp;quot;data: 'slam'&amp;quot;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;strong&amp;gt;4. Localization mode&amp;lt;/strong&amp;gt;&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot; line='line'&amp;gt;&lt;br /&gt;
rostopic pub /mapping_command std_msgs/String &amp;quot;data: 'localization'&amp;quot;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;/div&gt;</summary>
		<author><name>Daria</name></author>	</entry>

	<entry>
		<id>http://wiki.cognimbus.com/index.php?title=HamsterCommands&amp;diff=1238</id>
		<title>HamsterCommands</title>
		<link rel="alternate" type="text/html" href="http://wiki.cognimbus.com/index.php?title=HamsterCommands&amp;diff=1238"/>
				<updated>2020-04-20T14:08:09Z</updated>
		
		<summary type="html">&lt;p&gt;Daria: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:HamsterV5]]&lt;br /&gt;
[[Category:HamsterV4]]&lt;br /&gt;
[[Category:HamsterV7]]&lt;br /&gt;
[[Category:Hamster]]&lt;br /&gt;
&lt;br /&gt;
Command list for terminal:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;strong&amp;gt;1. Start command for autonomous mode&amp;lt;/strong&amp;gt;&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot; line='line'&amp;gt;&lt;br /&gt;
rostopic pub /decision_making/agent(PUT_YOUR_AGENT_NUMBER)/events std_msgs/String &amp;quot;data: 'RESUME'&amp;quot;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''OR for hamster V7'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot; line='line'&amp;gt;&lt;br /&gt;
rostopic pub /agent1/events/wandering/state std_msgs/Bool &amp;quot;data: true&amp;quot;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot; line='line'&amp;gt;&lt;br /&gt;
rostopic pub /agent1/events/wandering/state std_msgs/Bool &amp;quot;data: false&amp;quot;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;strong&amp;gt;2. Stop command for autonomous mode&amp;lt;/strong&amp;gt;&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot; line='line'&amp;gt;&lt;br /&gt;
rostopic pub /decision_making/agent(PUT_YOUR_AGENT_NUMBER)/events std_msgs/String &amp;quot;data: 'PAUSE'&amp;quot;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;strong&amp;gt;3. Mapping mode&amp;lt;/strong&amp;gt;&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot; line='line'&amp;gt;&lt;br /&gt;
rostopic pub /mapping_command std_msgs/String &amp;quot;data: 'slam'&amp;quot;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;strong&amp;gt;4. Localization mode&amp;lt;/strong&amp;gt;&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot; line='line'&amp;gt;&lt;br /&gt;
rostopic pub /mapping_command std_msgs/String &amp;quot;data: 'localization'&amp;quot;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;/div&gt;</summary>
		<author><name>Daria</name></author>	</entry>

	<entry>
		<id>http://wiki.cognimbus.com/index.php?title=HamsterCommands&amp;diff=1237</id>
		<title>HamsterCommands</title>
		<link rel="alternate" type="text/html" href="http://wiki.cognimbus.com/index.php?title=HamsterCommands&amp;diff=1237"/>
				<updated>2020-04-20T14:07:39Z</updated>
		
		<summary type="html">&lt;p&gt;Daria: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:HamsterV5]]&lt;br /&gt;
[[Category:HamsterV4]]&lt;br /&gt;
[[Category:HamsterV7]]&lt;br /&gt;
[[Category:Hamster]]&lt;br /&gt;
&lt;br /&gt;
Command list for terminal:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;strong&amp;gt;1. Start command for autonomous mode&amp;lt;/strong&amp;gt;&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot; line='line'&amp;gt;&lt;br /&gt;
rostopic pub /decision_making/agent(PUT_YOUR_AGENT_NUMBER)/events std_msgs/String &amp;quot;data: 'RESUME'&amp;quot;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''OR for hamster V7'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot; line='line'&amp;gt;&lt;br /&gt;
rostopic pub /agent1/events/wandering/state std_msgs/Bool &amp;quot;data: true&amp;quot;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;strong&amp;gt;2. Stop command for autonomous mode&amp;lt;/strong&amp;gt;&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot; line='line'&amp;gt;&lt;br /&gt;
rostopic pub /decision_making/agent(PUT_YOUR_AGENT_NUMBER)/events std_msgs/String &amp;quot;data: 'PAUSE'&amp;quot;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;strong&amp;gt;3. Mapping mode&amp;lt;/strong&amp;gt;&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot; line='line'&amp;gt;&lt;br /&gt;
rostopic pub /mapping_command std_msgs/String &amp;quot;data: 'slam'&amp;quot;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;strong&amp;gt;4. Localization mode&amp;lt;/strong&amp;gt;&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot; line='line'&amp;gt;&lt;br /&gt;
rostopic pub /mapping_command std_msgs/String &amp;quot;data: 'localization'&amp;quot;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;/div&gt;</summary>
		<author><name>Daria</name></author>	</entry>

	<entry>
		<id>http://wiki.cognimbus.com/index.php?title=Category:HamsterProKit&amp;diff=1236</id>
		<title>Category:HamsterProKit</title>
		<link rel="alternate" type="text/html" href="http://wiki.cognimbus.com/index.php?title=Category:HamsterProKit&amp;diff=1236"/>
				<updated>2020-04-01T08:33:43Z</updated>
		
		<summary type="html">&lt;p&gt;Daria: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== AAEON Pro Kit support page ===&lt;br /&gt;
&lt;br /&gt;
[[File:Charger_LLC_Battery_rev2.jpg|800px]]&lt;br /&gt;
[[File:ProKitLLC.png|600px]]&lt;br /&gt;
&lt;br /&gt;
==3rd party things need to know to work with kit==&lt;br /&gt;
&lt;br /&gt;
* ROS general information: [http://wiki.ros.org/ROS/Introduction WHAT IS ROS]&lt;br /&gt;
&lt;br /&gt;
* ROS2 general information: [https://index.ros.org/doc/ros2/ ROS2]&lt;br /&gt;
&lt;br /&gt;
* RVIZ - instrument for visualization: [http://wiki.ros.org/rviz/UserGuide RVIZ]&lt;br /&gt;
&lt;br /&gt;
== Kit prerequisite (not included in the kit) ==&lt;br /&gt;
* Lipo battery with T connector 7.4V 2 cell.&lt;br /&gt;
* Battery charger &lt;br /&gt;
&lt;br /&gt;
===1. Connecting all parts within the kit ===&lt;br /&gt;
* Use the LLC cable (in the picture) to both monitor and charge the battery&lt;br /&gt;
  * Port 9 can be used to charge the Lipo Battery&lt;br /&gt;
  * Port 8 should connect the the Lipo battery balancer (JST connector)&lt;br /&gt;
  * Port 7 should connect to the LLC board &lt;br /&gt;
  * Red T connector (rightmost on the picture)&lt;br /&gt;
* Connect the Up Squared board to the LLC as shown in the picture&lt;br /&gt;
  * TX/RX should be connected to GPIO ports&lt;br /&gt;
  * Power should be connected through DC connector&lt;br /&gt;
* Connect the MX2 wifi module &lt;br /&gt;
* Connect the two WIFI antennas using the SMT connector to the integrated chip&lt;br /&gt;
* Connect the Movidius chip using the PCI connector&lt;br /&gt;
* Connect the D435i camera to a USB3 Port using the cable&lt;br /&gt;
&lt;br /&gt;
'''Note: Camera D435i must be already updated with latest firmware and have calibrated IMU. Visit official site for more information.'''&lt;br /&gt;
&lt;br /&gt;
===2. Run installation script ===&lt;br /&gt;
&lt;br /&gt;
Internet connection requires&lt;br /&gt;
&lt;br /&gt;
Download installation script:&lt;br /&gt;
&lt;br /&gt;
[https://cloud.cogni.io/index.php/s/E6WeEMh7hdYXuGY/download INSTALLATION]&lt;br /&gt;
&lt;br /&gt;
Copy to home directory and give permissions:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;cp /home/devkit/Downloads/installation.sh .&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;sudo chmod +x installation.sh&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Run script:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;./installation.sh&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Reboot board after installation.&lt;br /&gt;
&lt;br /&gt;
===3. Configure ROS IP ===&lt;br /&gt;
&lt;br /&gt;
Configure IP for ROS applications:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;pico hamster.config&amp;lt;/code&amp;gt; in home directory&lt;br /&gt;
&lt;br /&gt;
Edit row with your board IP:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;export HAMSTER_IP=your_IP&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===4. Launch examples ===&lt;br /&gt;
&lt;br /&gt;
To run examples in ROS run command:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;ros_prokit&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[https://wiki.cogni.io/Category:HamsterProKit/RosExample ROS_EXAMPLES]&lt;br /&gt;
&lt;br /&gt;
To run example in ROS2 run command:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;ros2_prokit&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[https://wiki.cogni.io/Category:HamsterProKit/Ros2Example ROS2_EXAMPLES]&lt;/div&gt;</summary>
		<author><name>Daria</name></author>	</entry>

	<entry>
		<id>http://wiki.cognimbus.com/index.php?title=Category:HamsterProKit&amp;diff=1235</id>
		<title>Category:HamsterProKit</title>
		<link rel="alternate" type="text/html" href="http://wiki.cognimbus.com/index.php?title=Category:HamsterProKit&amp;diff=1235"/>
				<updated>2020-04-01T08:32:09Z</updated>
		
		<summary type="html">&lt;p&gt;Daria: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== AAEON Pro Kit support page ===&lt;br /&gt;
&lt;br /&gt;
[[File:Charger_LLC_Battery_rev2.jpg|800px]]&lt;br /&gt;
[[File:ProKitLLC.png|600px]]&lt;br /&gt;
&lt;br /&gt;
==3rd party things need to know to work with kit==&lt;br /&gt;
&lt;br /&gt;
* ROS general information: [http://wiki.ros.org/ROS/Introduction WHAT IS ROS]&lt;br /&gt;
&lt;br /&gt;
* ROS2 general information: [https://index.ros.org/doc/ros2/ ROS2]&lt;br /&gt;
&lt;br /&gt;
* RVIZ - instrument for visualization: [http://wiki.ros.org/rviz/UserGuide RVIZ]&lt;br /&gt;
&lt;br /&gt;
== Kit prerequisite (not included in the kit) ==&lt;br /&gt;
* Lipo battery with T connector 7.4V 2 cell.&lt;br /&gt;
* Battery charger &lt;br /&gt;
&lt;br /&gt;
===1. Connecting all parts within the kit ===&lt;br /&gt;
* Use the LLC cable (in the picture) to both monitor and charge the battery&lt;br /&gt;
  * Port 9 can be used to charge the Lipo Battery&lt;br /&gt;
  * Port 8 should connect the the Lipo battery balancer (JST connector)&lt;br /&gt;
  * Port 7 should connect to the LLC board &lt;br /&gt;
  * Red T connector (rightmost on the picture)&lt;br /&gt;
* Connect the Up Squared board to the LLC as shown in the picture&lt;br /&gt;
  * TX/RX should be connected to GPIO ports&lt;br /&gt;
  * Power should be connected through DC connector&lt;br /&gt;
* Connect the MX2 wifi module &lt;br /&gt;
* Connect the two WIFI antennas using the SMT connector to the integrated chip&lt;br /&gt;
* Connect the Movidius chip using the PCI connector&lt;br /&gt;
* Connect the D435i camera to a USB3 Port using the cable&lt;br /&gt;
&lt;br /&gt;
'''Note: Camera D435i must be already updated with latest firmware and have calibrated IMU. Visit official site for more information.'''&lt;br /&gt;
&lt;br /&gt;
===2. Run installation script ===&lt;br /&gt;
&lt;br /&gt;
Internet connection requires&lt;br /&gt;
&lt;br /&gt;
Download installation script:&lt;br /&gt;
&lt;br /&gt;
[https://cloud.cogni.io/index.php/s/E6WeEMh7hdYXuGY/download INSTALLATION]&lt;br /&gt;
&lt;br /&gt;
Copy to home directory and give permissions:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;cp /home/devkit/Downloads/installation.sh .&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;sudo chmod +x installation.sh&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Run script:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;./installation.sh&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Reboot board after installation.&lt;br /&gt;
&lt;br /&gt;
===3. Configure ROS IP ===&lt;br /&gt;
&lt;br /&gt;
Configure IP for ROS applications:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;pico hamster.config&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Edit row with your board IP:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;export HAMSTER_IP=your_IP&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===4. Launch examples ===&lt;br /&gt;
&lt;br /&gt;
To run examples in ROS run command:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;ros_prokit&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[https://wiki.cogni.io/Category:HamsterProKit/RosExample ROS_EXAMPLES]&lt;br /&gt;
&lt;br /&gt;
To run example in ROS2 run command:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;ros2_prokit&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[https://wiki.cogni.io/Category:HamsterProKit/Ros2Example ROS2_EXAMPLES]&lt;/div&gt;</summary>
		<author><name>Daria</name></author>	</entry>

	<entry>
		<id>http://wiki.cognimbus.com/index.php?title=Category:HamsterProKit&amp;diff=1234</id>
		<title>Category:HamsterProKit</title>
		<link rel="alternate" type="text/html" href="http://wiki.cognimbus.com/index.php?title=Category:HamsterProKit&amp;diff=1234"/>
				<updated>2020-04-01T08:24:44Z</updated>
		
		<summary type="html">&lt;p&gt;Daria: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== AAEON Pro Kit support page ===&lt;br /&gt;
&lt;br /&gt;
[[File:Charger_LLC_Battery_rev2.jpg|800px]]&lt;br /&gt;
[[File:ProKitLLC.png|600px]]&lt;br /&gt;
&lt;br /&gt;
==3rd party things need to know to work with kit==&lt;br /&gt;
&lt;br /&gt;
* ROS general information: [http://wiki.ros.org/ROS/Introduction WHAT IS ROS]&lt;br /&gt;
&lt;br /&gt;
* ROS2 general information: [https://index.ros.org/doc/ros2/ ROS2]&lt;br /&gt;
&lt;br /&gt;
* RVIZ - instrument for visualization: [http://wiki.ros.org/rviz/UserGuide RVIZ]&lt;br /&gt;
&lt;br /&gt;
== Kit prerequisite (not included in the kit) ==&lt;br /&gt;
* Lipo battery with T connector 7.4V 2 cell.&lt;br /&gt;
* Battery charger &lt;br /&gt;
&lt;br /&gt;
===1. Connecting all parts within the kit ===&lt;br /&gt;
* Use the LLC cable (in the picture) to both monitor and charge the battery&lt;br /&gt;
  * Port 9 can be used to charge the Lipo Battery&lt;br /&gt;
  * Port 8 should connect the the Lipo battery balancer (JST connector)&lt;br /&gt;
  * Port 7 should connect to the LLC board &lt;br /&gt;
  * Red T connector (rightmost on the picture)&lt;br /&gt;
* Connect the Up Squared board to the LLC as shown in the picture&lt;br /&gt;
  * TX/RX should be connected to GPIO ports&lt;br /&gt;
  * Power should be connected through DC connector&lt;br /&gt;
* Connect the MX2 wifi module &lt;br /&gt;
* Connect the two WIFI antennas using the SMT connector to the integrated chip&lt;br /&gt;
* Connect the Movidius chip using the PCI connector&lt;br /&gt;
* Connect the D435i camera to a USB3 Port using the cable&lt;br /&gt;
&lt;br /&gt;
'''Note: Camera D435i must be already updated with latest firmware and have calibrated IMU. Visit official site for more information.'''&lt;br /&gt;
&lt;br /&gt;
===2. Run installation script ===&lt;br /&gt;
&lt;br /&gt;
Internet connection requires&lt;br /&gt;
&lt;br /&gt;
Download installation script:&lt;br /&gt;
&lt;br /&gt;
[https://cloud.cogni.io/index.php/s/E6WeEMh7hdYXuGY/download INSTALLATION]&lt;br /&gt;
&lt;br /&gt;
Copy to home directory and give permissions:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;cp /home/devkit/Downloads/installation.sh .&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;sudo chmod +x installation.sh&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Run script:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;./installation.sh&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Reboot board after installation.&lt;br /&gt;
&lt;br /&gt;
===3. Configure ROS IP ===&lt;br /&gt;
&lt;br /&gt;
Configure ROS IP for ROS applications:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;pico hamster.config&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Edit row with your board IP:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;export HAMSTER_IP=your_IP&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===4. Launch examples ===&lt;br /&gt;
&lt;br /&gt;
To run examples in ROS run command:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;ros_prokit&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[https://wiki.cogni.io/Category:HamsterProKit/RosExample ROS_EXAMPLES]&lt;br /&gt;
&lt;br /&gt;
To run example in ROS2 run command:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;ros2_prokit&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[https://wiki.cogni.io/Category:HamsterProKit/Ros2Example ROS2_EXAMPLES]&lt;/div&gt;</summary>
		<author><name>Daria</name></author>	</entry>

	<entry>
		<id>http://wiki.cognimbus.com/index.php?title=Category:HamsterProKit&amp;diff=1233</id>
		<title>Category:HamsterProKit</title>
		<link rel="alternate" type="text/html" href="http://wiki.cognimbus.com/index.php?title=Category:HamsterProKit&amp;diff=1233"/>
				<updated>2020-04-01T08:24:22Z</updated>
		
		<summary type="html">&lt;p&gt;Daria: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== AAEON Pro Kit support page ===&lt;br /&gt;
&lt;br /&gt;
[[File:Charger_LLC_Battery_rev2.jpg|800px]]&lt;br /&gt;
[[File:ProKitLLC.png|600px]]&lt;br /&gt;
&lt;br /&gt;
==3rd party things need to know to work with kit==&lt;br /&gt;
&lt;br /&gt;
* ROS general information: [http://wiki.ros.org/ROS/Introduction WHAT IS ROS]&lt;br /&gt;
&lt;br /&gt;
* ROS2 general information: [https://index.ros.org/doc/ros2/ ROS2]&lt;br /&gt;
&lt;br /&gt;
* RVIZ - instrument for visualization: [http://wiki.ros.org/rviz/UserGuide RVIZ]&lt;br /&gt;
&lt;br /&gt;
== Kit prerequisite (not included in the kit) ==&lt;br /&gt;
* Lipo battery with T connector 7.4V 2 cell.&lt;br /&gt;
* Battery charger &lt;br /&gt;
&lt;br /&gt;
===1. Connecting all parts within the kit ===&lt;br /&gt;
* Use the LLC cable (in the picture) to both monitor and charge the battery&lt;br /&gt;
  * Port 9 can be used to charge the Lipo Battery&lt;br /&gt;
  * Port 8 should connect the the Lipo battery balancer (JST connector)&lt;br /&gt;
  * Port 7 should connect to the LLC board &lt;br /&gt;
  * Red T connector (rightmost on the picture)&lt;br /&gt;
* Connect the Up Squared board to the LLC as shown in the picture&lt;br /&gt;
  * TX/RX should be connected to GPIO ports&lt;br /&gt;
  * Power should be connected through DC connector&lt;br /&gt;
* Connect the MX2 wifi module &lt;br /&gt;
* Connect the two WIFI antennas using the SMT connector to the integrated chip&lt;br /&gt;
* Connect the Movidius chip using the PCI connector&lt;br /&gt;
* Connect the D435i camera to a USB3 Port using the cable&lt;br /&gt;
&lt;br /&gt;
'''Note: Camera D435i must be already updated with latest firmware and have calibrated IMU. Visit official site for more information.'''&lt;br /&gt;
&lt;br /&gt;
===2. Run installation script ===&lt;br /&gt;
&lt;br /&gt;
Internet connection requires&lt;br /&gt;
&lt;br /&gt;
Download installation script:&lt;br /&gt;
&lt;br /&gt;
[https://cloud.cogni.io/index.php/s/E6WeEMh7hdYXuGY/download INSTALLATION]&lt;br /&gt;
&lt;br /&gt;
Copy to home directory and give permissions:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;cp /home/devkit/Downloads/installation.sh .&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;sudo chmod +x installation.sh&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Run script:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;./installation.sh&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Reboot board after installation.&lt;br /&gt;
&lt;br /&gt;
===3. Configure ROS IP ===&lt;br /&gt;
&lt;br /&gt;
Configure ROS IP for ROS applications:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;pico hamster.config&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Edit row:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;export HAMSTER_IP=your_IP&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===4. Launch examples ===&lt;br /&gt;
&lt;br /&gt;
To run examples in ROS run command:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;ros_prokit&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[https://wiki.cogni.io/Category:HamsterProKit/RosExample ROS_EXAMPLES]&lt;br /&gt;
&lt;br /&gt;
To run example in ROS2 run command:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;ros2_prokit&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[https://wiki.cogni.io/Category:HamsterProKit/Ros2Example ROS2_EXAMPLES]&lt;/div&gt;</summary>
		<author><name>Daria</name></author>	</entry>

	<entry>
		<id>http://wiki.cognimbus.com/index.php?title=Category:HamsterProKit&amp;diff=1232</id>
		<title>Category:HamsterProKit</title>
		<link rel="alternate" type="text/html" href="http://wiki.cognimbus.com/index.php?title=Category:HamsterProKit&amp;diff=1232"/>
				<updated>2020-03-31T15:37:50Z</updated>
		
		<summary type="html">&lt;p&gt;Daria: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== AAEON Pro Kit support page ===&lt;br /&gt;
&lt;br /&gt;
[[File:Charger_LLC_Battery_rev2.jpg|800px]]&lt;br /&gt;
[[File:ProKitLLC.png|600px]]&lt;br /&gt;
&lt;br /&gt;
==3rd party things need to know to work with kit==&lt;br /&gt;
&lt;br /&gt;
* ROS general information: [http://wiki.ros.org/ROS/Introduction WHAT IS ROS]&lt;br /&gt;
&lt;br /&gt;
* ROS2 general information: [https://index.ros.org/doc/ros2/ ROS2]&lt;br /&gt;
&lt;br /&gt;
* RVIZ - instrument for visualization: [http://wiki.ros.org/rviz/UserGuide RVIZ]&lt;br /&gt;
&lt;br /&gt;
== Kit prerequisite (not included in the kit) ==&lt;br /&gt;
* Lipo battery with T connector 7.4V 2 cell.&lt;br /&gt;
* Battery charger &lt;br /&gt;
&lt;br /&gt;
===1. Connecting all parts within the kit ===&lt;br /&gt;
* Use the LLC cable (in the picture) to both monitor and charge the battery&lt;br /&gt;
  * Port 9 can be used to charge the Lipo Battery&lt;br /&gt;
  * Port 8 should connect the the Lipo battery balancer (JST connector)&lt;br /&gt;
  * Port 7 should connect to the LLC board &lt;br /&gt;
  * Red T connector (rightmost on the picture)&lt;br /&gt;
* Connect the Up Squared board to the LLC as shown in the picture&lt;br /&gt;
  * TX/RX should be connected to GPIO ports&lt;br /&gt;
  * Power should be connected through DC connector&lt;br /&gt;
* Connect the MX2 wifi module &lt;br /&gt;
* Connect the two WIFI antennas using the SMT connector to the integrated chip&lt;br /&gt;
* Connect the Movidius chip using the PCI connector&lt;br /&gt;
* Connect the D435i camera to a USB3 Port using the cable&lt;br /&gt;
&lt;br /&gt;
'''Note: Camera D435i must be already updated with latest firmware and have calibrated IMU. Visit official site for more information.'''&lt;br /&gt;
&lt;br /&gt;
===2. Run installation script ===&lt;br /&gt;
&lt;br /&gt;
Internet connection requires&lt;br /&gt;
&lt;br /&gt;
Download installation script:&lt;br /&gt;
&lt;br /&gt;
[https://cloud.cogni.io/index.php/s/E6WeEMh7hdYXuGY/download INSTALLATION]&lt;br /&gt;
&lt;br /&gt;
Copy to home directory and give permissions:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;cp /home/devkit/Downloads/installation.sh .&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;sudo chmod +x installation.sh&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Run script:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;./installation.sh&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Reboot board after installation.&lt;br /&gt;
&lt;br /&gt;
===3. Configure ROS IP ===&lt;br /&gt;
&lt;br /&gt;
Configure ROS IP for ROS applications:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;pico hamster.config&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Edit row:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;export HAMSTER_IP=your_IP&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===4. Launch examples ===&lt;br /&gt;
&lt;br /&gt;
To run examples in ROS:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;ros_prokit&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[https://wiki.cogni.io/Category:HamsterProKit/RosExample ROS_EXAMPLES]&lt;br /&gt;
&lt;br /&gt;
To run example in ROS2:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;ros2_prokit&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[https://wiki.cogni.io/Category:HamsterProKit/Ros2Example ROS2_EXAMPLES]&lt;/div&gt;</summary>
		<author><name>Daria</name></author>	</entry>

	<entry>
		<id>http://wiki.cognimbus.com/index.php?title=Category:HamsterProKit&amp;diff=1231</id>
		<title>Category:HamsterProKit</title>
		<link rel="alternate" type="text/html" href="http://wiki.cognimbus.com/index.php?title=Category:HamsterProKit&amp;diff=1231"/>
				<updated>2020-03-31T15:37:35Z</updated>
		
		<summary type="html">&lt;p&gt;Daria: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== AAEON Pro Kit support page ===&lt;br /&gt;
&lt;br /&gt;
[[File:Charger_LLC_Battery_rev2.jpg|800px]]&lt;br /&gt;
[[File:ProKitLLC.png|600px]]&lt;br /&gt;
&lt;br /&gt;
==3rd party things need to know to work with kit==&lt;br /&gt;
&lt;br /&gt;
* ROS general information: [http://wiki.ros.org/ROS/Introduction WHAT IS ROS]&lt;br /&gt;
&lt;br /&gt;
* ROS2 general information: [https://index.ros.org/doc/ros2/ ROS2]&lt;br /&gt;
&lt;br /&gt;
* RVIZ - instrument for visualization: [http://wiki.ros.org/rviz/UserGuide RVIZ]&lt;br /&gt;
&lt;br /&gt;
== Kit prerequisite (not included in the kit) ==&lt;br /&gt;
* Lipo battery with T connector 7.4V 2 cell.&lt;br /&gt;
* Battery charger &lt;br /&gt;
&lt;br /&gt;
===1. Connecting all parts within the kit ===&lt;br /&gt;
* Use the LLC cable (in the picture) to both monitor and charge the battery&lt;br /&gt;
  * Port 9 can be used to charge the Lipo Battery&lt;br /&gt;
  * Port 8 should connect the the Lipo battery balancer (JST connector)&lt;br /&gt;
  * Port 7 should connect to the LLC board &lt;br /&gt;
  * Red T connector (rightmost on the picture)&lt;br /&gt;
* Connect the Up Squared board to the LLC as shown in the picture&lt;br /&gt;
  * TX/RX should be connected to GPIO ports&lt;br /&gt;
  * Power should be connected through DC connector&lt;br /&gt;
* Connect the MX2 wifi module &lt;br /&gt;
* Connect the two WIFI antennas using the SMT connector to the integrated chip&lt;br /&gt;
* Connect the Movidius chip using the PCI connector&lt;br /&gt;
* Connect the D435i camera to a USB3 Port using the cable&lt;br /&gt;
&lt;br /&gt;
'''Note: Camera D435i must be already updated with latest firmware and have calibrated IMU. Visit official site for more information.'''&lt;br /&gt;
&lt;br /&gt;
===2. Run installation script ===&lt;br /&gt;
&lt;br /&gt;
Internet connection requires&lt;br /&gt;
&lt;br /&gt;
Download installation script:&lt;br /&gt;
&lt;br /&gt;
[https://cloud.cogni.io/index.php/s/E6WeEMh7hdYXuGY/download INSTALLATION]&lt;br /&gt;
&lt;br /&gt;
Copy to home directory and give permissions:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;cp /home/devkit/Downloads/installation.sh .&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;sudo chmod +x installation.sh&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Run script:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;./installation.sh&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Reboot boar after installation.&lt;br /&gt;
&lt;br /&gt;
===3. Configure ROS IP ===&lt;br /&gt;
&lt;br /&gt;
Configure ROS IP for ROS applications:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;pico hamster.config&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Edit row:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;export HAMSTER_IP=your_IP&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===4. Launch examples ===&lt;br /&gt;
&lt;br /&gt;
To run examples in ROS:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;ros_prokit&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[https://wiki.cogni.io/Category:HamsterProKit/RosExample ROS_EXAMPLES]&lt;br /&gt;
&lt;br /&gt;
To run example in ROS2:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;ros2_prokit&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[https://wiki.cogni.io/Category:HamsterProKit/Ros2Example ROS2_EXAMPLES]&lt;/div&gt;</summary>
		<author><name>Daria</name></author>	</entry>

	</feed>