<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://ims.ut.ee/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Saqlian</id>
	<title>Intelligent Materials and Systems Lab - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://ims.ut.ee/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Saqlian"/>
	<link rel="alternate" type="text/html" href="https://ims.ut.ee/Special:Contributions/Saqlian"/>
	<updated>2026-04-07T14:23:06Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.38.2</generator>
	<entry>
		<id>https://ims.ut.ee/index.php?title=My_Work_Timeline&amp;diff=17567</id>
		<title>My Work Timeline</title>
		<link rel="alternate" type="text/html" href="https://ims.ut.ee/index.php?title=My_Work_Timeline&amp;diff=17567"/>
		<updated>2017-11-28T22:51:03Z</updated>

		<summary type="html">&lt;p&gt;Saqlian: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Welcome to my Activity Log!!!&lt;br /&gt;
My Research topic is &amp;quot; Co-operative mappingg by using a swarm of sensors&amp;quot;. The first target to achieve is to build up knowledge about using Ubuntu and ROS kinetics.&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
Ubuntu seems new to me as i always worked on window versions of operating systems. So for me task 1 was to install Ubuntu and make myself familiar to its working.&lt;br /&gt;
When i started Ubuntu installation, i had to face problem because my system was not ready to accept different operating system. It started screaming out loud to warn me but i keep going. After 3 failures i became successful in Ubuntu installation over the cost of data in my hard drive.&lt;br /&gt;
&lt;br /&gt;
[[https://www.ubuntu.com/ Ubuntu Official Website]]&lt;br /&gt;
&lt;br /&gt;
== Installing ROS ==&lt;br /&gt;
Next task was to install ROS kinetics.&lt;br /&gt;
Installing ROS Kinetics was not difficult after watching few tutorials on you tube.&lt;br /&gt;
&lt;br /&gt;
== Learning ROS==&lt;br /&gt;
Use ROS Tutorials&lt;br /&gt;
== How to add a new Package in workspace '''(27-06-2017)''' ==&lt;br /&gt;
Insert non-formatted text here&lt;br /&gt;
 $ cd catkin_ws // go in workspace&lt;br /&gt;
 $ cd src //go in source directory&lt;br /&gt;
 $ git clone https://github.com/ros-drivers/usb_cam.git  // download package&lt;br /&gt;
 /catkin_ws$ catkin_make //go in workspace and run catkin_make&lt;br /&gt;
 $ source devel/setup.bash   // run it&lt;br /&gt;
 $roslaunch usb_cam usb_cam-test.launch // to launch package&lt;br /&gt;
=='''(29-06-2017)'''==&lt;br /&gt;
==Interfacing 3D Camera==&lt;br /&gt;
 http://wiki.ros.org/realsense_camera&lt;br /&gt;
 https://01.org/developerjourney/recipe/intel-realsense-robotic-development-kit&lt;br /&gt;
==Working with Lidar==&lt;br /&gt;
Read this tutorial&lt;br /&gt;
 http://wiki.ros.org/hokuyo_node/Tutorials/UsingTheHokuyoNode&lt;br /&gt;
==For navigation stack==&lt;br /&gt;
 https://github.com/ut-ims-robotics/tutorials/wiki/Navigation-stack&lt;br /&gt;
==For Lidar==&lt;br /&gt;
first run roscore&lt;br /&gt;
then hokuyo_node&lt;br /&gt;
after it tf function&lt;br /&gt;
for tf function&lt;br /&gt;
rosrun tf static_transform_publisher 0.0 0.0 0.0 0.0 0.0 0.0 map my_frame 100&lt;br /&gt;
 http://answers.ros.org/question/195962/rviz-fixed-frame-world-does-not-exist/&lt;br /&gt;
Then run rviz&lt;br /&gt;
rosrun rviz rviz&lt;br /&gt;
==To install Turtlebot Simulator==&lt;br /&gt;
Initially i was trying to install turlebot simulator for Kinetic but it was not successful then i used this link and followed instructions.&lt;br /&gt;
https://bitbucket.org/damienjadeduff/456_kinetic_turtlebot/src/c1860e0b451c2c4c3ba2785150f41f932df7c7fd?at=master&amp;amp;fileviewer=file-view-default&lt;/div&gt;</summary>
		<author><name>Saqlian</name></author>
	</entry>
	<entry>
		<id>https://ims.ut.ee/index.php?title=My_Work_Time_line&amp;diff=17268</id>
		<title>My Work Time line</title>
		<link rel="alternate" type="text/html" href="https://ims.ut.ee/index.php?title=My_Work_Time_line&amp;diff=17268"/>
		<updated>2017-10-04T08:16:53Z</updated>

		<summary type="html">&lt;p&gt;Saqlian: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Welcome to my Activity Log!!!&lt;br /&gt;
My Research topic is &amp;quot; Co-operative mappingg by using a swarm of sensors&amp;quot;. The first target to achieve is to build up knowledge about using Ubuntu and ROS kinetics.&lt;br /&gt;
== '''Repeat Shavery work''' ==&lt;br /&gt;
&lt;br /&gt;
== '''Mapping with a  Hokuyo''' ==&lt;br /&gt;
== '''TF''' ==&lt;br /&gt;
&amp;lt;big&amp;gt;Writing a TF  broadcaster follow this tutorial&amp;lt;br /&amp;gt;&amp;lt;/big&amp;gt;&lt;br /&gt;
http://wiki.ros.org/tf/Tutorials/Writing%20a%20tf%20broadcaster%20%28C%2B%2B%29&amp;lt;br /&amp;gt;&lt;br /&gt;
=='''For navigation stack'''==&lt;br /&gt;
 https://github.com/ut-ims-robotics/tutorials/wiki/Navigation-stack&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=='''Recording and playing bag file'''==&lt;br /&gt;
For this purpose Lidar scan was used and following steps were performed. &amp;lt;br /&amp;gt;&lt;br /&gt;
# roscore&amp;lt;br /&amp;gt;&lt;br /&gt;
#  '''hokuyo_node was run rosrun but lidar was connected''' rosrun hokuyo_node hokuyo_node &amp;lt;br /&amp;gt;&lt;br /&gt;
# '''rviz run by using this command''' rosrun rviz rviz&amp;lt;br /&amp;gt;&lt;br /&gt;
# '''laser''' was selected in fixed frame option menu in Display&amp;lt;br /&amp;gt;&lt;br /&gt;
# '''laser scan''' was added from '''add''' option&amp;lt;br /&amp;gt;&lt;br /&gt;
# Recording was started by using this command   rosbag record LaserScanner /scan&lt;br /&gt;
# For playing this bag file performed 6 steps again and use this command     rosbag play &amp;quot;2017-07-31-14-46-07&amp;quot;.bag&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=='''For Lidar'''==&lt;br /&gt;
&amp;lt;big&amp;gt;first run roscore&amp;lt;br /&amp;gt;&lt;br /&gt;
then hokuyo_node&amp;lt;br /&amp;gt;&lt;br /&gt;
after it tf function&amp;lt;br /&amp;gt;&lt;br /&gt;
for tf function&amp;lt;br /&amp;gt;&amp;lt;/big&amp;gt;&lt;br /&gt;
rosrun tf static_transform_publisher 0.0 0.0 0.0 0.0 0.0 0.0 map my_frame 100&amp;lt;br /&amp;gt;&lt;br /&gt;
 http://answers.ros.org/question/195962/rviz-fixed-frame-world-does-not-exist/&lt;br /&gt;
Then run rviz&amp;lt;br /&amp;gt;&lt;br /&gt;
rosrun rviz rviz&amp;lt;br /&amp;gt;&lt;br /&gt;
=='''Working with Lidar'''==&lt;br /&gt;
&amp;lt;big&amp;gt;Read this tutorial&amp;lt;/big&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
http://wiki.ros.org/hokuyo_node/Tutorials/UsingTheHokuyoNode&lt;br /&gt;
=='''Interfacing 3D Camera'''==&lt;br /&gt;
http://wiki.ros.org/realsense_camera&amp;lt;br /&amp;gt;&lt;br /&gt;
https://01.org/developerjourney/recipe/intel-realsense-robotic-development-kit&amp;lt;br /&amp;gt;&lt;br /&gt;
== '''How to add a new Package in workspace''' '''(27-06-2017)''' ==&lt;br /&gt;
Insert non-formatted text here&lt;br /&gt;
 $ cd catkin_ws // go in workspace&lt;br /&gt;
 $ cd src //go in source directory&lt;br /&gt;
 $ git clone https://github.com/ros-drivers/usb_cam.git  // download package&lt;br /&gt;
 /catkin_ws$ catkin_make //go in workspace and run catkin_make&lt;br /&gt;
 $ source devel/setup.bash   // run it&lt;br /&gt;
 $roslaunch usb_cam usb_cam-test.launch // to launch package&amp;lt;br /&amp;gt;&lt;br /&gt;
== '''Creating a Package''' ==&lt;br /&gt;
To create a Package follow these steps&amp;lt;br /&amp;gt;&lt;br /&gt;
# &amp;lt;big&amp;gt;Go to your workspace, in our case it is catkin_ws and src directory by using this command&amp;lt;/big&amp;gt;   cd %YOUR_CATKIN_WORKSPACE_HOME%/src&amp;lt;br /&amp;gt;&lt;br /&gt;
# &amp;lt;big&amp;gt;Then use this command&amp;lt;/big&amp;gt;   catkin_create_pkg &amp;lt;big&amp;gt;Package name&amp;lt;/big&amp;gt; tf roscpp rospy turtlesim&amp;lt;br /&amp;gt;&lt;br /&gt;
# &amp;lt;big&amp;gt;Build your new package before you can roscd&amp;lt;/big&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
 $ cd %YOUR_CATKIN_WORKSPACE_HOME%/&lt;br /&gt;
 $ catkin_make&lt;br /&gt;
 $ source ./devel/setup.bash&lt;br /&gt;
== '''Learning ROS'''==&lt;br /&gt;
Use ROS Tutorials&amp;lt;br /&amp;gt;&lt;br /&gt;
== '''Installation of ROS''' ==&lt;br /&gt;
Next task was to install ROS kinetics.&lt;br /&gt;
Installing ROS Kinetics was not difficult after watching few tutorials on you tube.&lt;br /&gt;
&lt;br /&gt;
== '''Installation''' ==&lt;br /&gt;
Ubuntu seems new to me as i always worked on window versions of operating systems. So for me task 1 was to install Ubuntu and make myself familiar to its working.&lt;br /&gt;
When i started Ubuntu installation, i had to face problem because my system was not ready to accept different operating system. It started screaming out loud to warn me but i keep going. After 3 failures i became successful in Ubuntu installation over the cost of data in my hard drive.&lt;br /&gt;
&lt;br /&gt;
[[https://www.ubuntu.com/ Ubuntu Official Website]]&lt;/div&gt;</summary>
		<author><name>Saqlian</name></author>
	</entry>
	<entry>
		<id>https://ims.ut.ee/index.php?title=My_Work_Time_line&amp;diff=17267</id>
		<title>My Work Time line</title>
		<link rel="alternate" type="text/html" href="https://ims.ut.ee/index.php?title=My_Work_Time_line&amp;diff=17267"/>
		<updated>2017-10-04T08:16:22Z</updated>

		<summary type="html">&lt;p&gt;Saqlian: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Welcome to my Activity Log!!!&lt;br /&gt;
My Research topic is &amp;quot; Co-operative mappingg by using a swarm of sensors&amp;quot;. The first target to achieve is to build up knowledge about using Ubuntu and ROS kinetics.&lt;br /&gt;
== '''Repeat Shavery work''' ==&lt;br /&gt;
&lt;br /&gt;
== '''Mapping with a  Hokuyo''' ==&lt;br /&gt;
== '''TF''' ==&lt;br /&gt;
&amp;lt;big&amp;gt;Writing a TF  broadcaster follow this tutorial&amp;lt;br /&amp;gt;&amp;lt;/big&amp;gt;&lt;br /&gt;
http://wiki.ros.org/tf/Tutorials/Writing%20a%20tf%20broadcaster%20%28C%2B%2B%29&amp;lt;br /&amp;gt;&lt;br /&gt;
=='''For navigation stack'''==&lt;br /&gt;
 https://github.com/ut-ims-robotics/tutorials/wiki/Navigation-stack&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=='''Recording and playing bag file'''==&lt;br /&gt;
For this purpose Lidar scan was used and following steps were performed. &amp;lt;br /&amp;gt;&lt;br /&gt;
# roscore&amp;lt;br /&amp;gt;&lt;br /&gt;
#  '''hokuyo_node was run rosrun but lidar was connected''' rosrun hokuyo_node hokuyo_node &amp;lt;br /&amp;gt;&lt;br /&gt;
# '''rviz run by using this command''' rosrun rviz rviz&amp;lt;br /&amp;gt;&lt;br /&gt;
# '''laser''' was selected in fixed frame option menu in Display&amp;lt;br /&amp;gt;&lt;br /&gt;
# '''laser scan''' was added from '''add''' option&amp;lt;br /&amp;gt;&lt;br /&gt;
# Recording was started by using this command   rosbag record LaserScanner /scan&lt;br /&gt;
# For playing this bag file performed 6 steps again and use this command     rosbag play &amp;quot;2017-07-31-14-46-07&amp;quot;.bag&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=='''For Lidar'''==&lt;br /&gt;
&amp;lt;big&amp;gt;first run roscore&amp;lt;br /&amp;gt;&lt;br /&gt;
then hokuyo_node&amp;lt;br /&amp;gt;&lt;br /&gt;
after it tf function&amp;lt;br /&amp;gt;&lt;br /&gt;
for tf function&amp;lt;br /&amp;gt;&amp;lt;/big&amp;gt;&lt;br /&gt;
rosrun tf static_transform_publisher 0.0 0.0 0.0 0.0 0.0 0.0 map my_frame 100&amp;lt;br /&amp;gt;&lt;br /&gt;
 http://answers.ros.org/question/195962/rviz-fixed-frame-world-does-not-exist/&lt;br /&gt;
Then run rviz&amp;lt;br /&amp;gt;&lt;br /&gt;
rosrun rviz rviz&amp;lt;br /&amp;gt;&lt;br /&gt;
=='''Working with Lidar'''==&lt;br /&gt;
&amp;lt;big&amp;gt;Read this tutorial&amp;lt;/big&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
http://wiki.ros.org/hokuyo_node/Tutorials/UsingTheHokuyoNode&lt;br /&gt;
=='''Interfacing 3D Camera'''==&lt;br /&gt;
http://wiki.ros.org/realsense_camera&amp;lt;br /&amp;gt;&lt;br /&gt;
https://01.org/developerjourney/recipe/intel-realsense-robotic-development-kit&amp;lt;br /&amp;gt;&lt;br /&gt;
== '''How to add a new Package in workspace''' '''(27-06-2017)''' ==&lt;br /&gt;
Insert non-formatted text here&lt;br /&gt;
 $ cd catkin_ws // go in workspace&lt;br /&gt;
 $ cd src //go in source directory&lt;br /&gt;
 $ git clone https://github.com/ros-drivers/usb_cam.git  // download package&lt;br /&gt;
 /catkin_ws$ catkin_make //go in workspace and run catkin_make&lt;br /&gt;
 $ source devel/setup.bash   // run it&lt;br /&gt;
 $roslaunch usb_cam usb_cam-test.launch // to launch package&amp;lt;br /&amp;gt;&lt;br /&gt;
== '''Creating a Package''' ==&lt;br /&gt;
To create a Package follow these steps&amp;lt;br /&amp;gt;&lt;br /&gt;
# &amp;lt;big&amp;gt;Go to your workspace, in our case it is catkin_ws and src directory by using this command&amp;lt;/big&amp;gt;   cd %YOUR_CATKIN_WORKSPACE_HOME%/src&amp;lt;br /&amp;gt;&lt;br /&gt;
# &amp;lt;big&amp;gt;Then use this command&amp;lt;/big&amp;gt;   catkin_create_pkg &amp;lt;big&amp;gt;Package name&amp;lt;/big&amp;gt; tf roscpp rospy turtlesim&amp;lt;br /&amp;gt;&lt;br /&gt;
# &amp;lt;big&amp;gt;Build your new package before you can roscd&amp;lt;/big&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
 $ cd %YOUR_CATKIN_WORKSPACE_HOME%/&lt;br /&gt;
 $ catkin_make&lt;br /&gt;
 $ source ./devel/setup.bash&lt;br /&gt;
== '''Learning ROS'''==&lt;br /&gt;
Use ROS Tutorials&amp;lt;br /&amp;gt;&lt;br /&gt;
== '''Installation''' ==&lt;br /&gt;
Next task was to install ROS kinetics.&lt;br /&gt;
Installing ROS Kinetics was not difficult after watching few tutorials on you tube.&lt;br /&gt;
&lt;br /&gt;
== '''Installation''' ==&lt;br /&gt;
Ubuntu seems new to me as i always worked on window versions of operating systems. So for me task 1 was to install Ubuntu and make myself familiar to its working.&lt;br /&gt;
When i started Ubuntu installation, i had to face problem because my system was not ready to accept different operating system. It started screaming out loud to warn me but i keep going. After 3 failures i became successful in Ubuntu installation over the cost of data in my hard drive.&lt;br /&gt;
&lt;br /&gt;
[[https://www.ubuntu.com/ Ubuntu Official Website]]&lt;/div&gt;</summary>
		<author><name>Saqlian</name></author>
	</entry>
	<entry>
		<id>https://ims.ut.ee/index.php?title=My_Work_Time_line&amp;diff=17266</id>
		<title>My Work Time line</title>
		<link rel="alternate" type="text/html" href="https://ims.ut.ee/index.php?title=My_Work_Time_line&amp;diff=17266"/>
		<updated>2017-10-04T08:15:38Z</updated>

		<summary type="html">&lt;p&gt;Saqlian: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Welcome to my Activity Log!!!&lt;br /&gt;
My Research topic is &amp;quot; Co-operative mappingg by using a swarm of sensors&amp;quot;. The first target to achieve is to build up knowledge about using Ubuntu and ROS kinetics.&lt;br /&gt;
== '''Repeat Shavery work''' ==&lt;br /&gt;
&lt;br /&gt;
== '''Mapping with a  Hokuyo''' ==&lt;br /&gt;
== '''TF''' ==&lt;br /&gt;
&amp;lt;big&amp;gt;Writing a TF  broadcaster follow this tutorial&amp;lt;br /&amp;gt;&amp;lt;/big&amp;gt;&lt;br /&gt;
http://wiki.ros.org/tf/Tutorials/Writing%20a%20tf%20broadcaster%20%28C%2B%2B%29&amp;lt;br /&amp;gt;&lt;br /&gt;
=='''For navigation stack'''==&lt;br /&gt;
 https://github.com/ut-ims-robotics/tutorials/wiki/Navigation-stack&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=='''Recording and playing bag file'''==&lt;br /&gt;
For this purpose Lidar scan was used and following steps were performed. &amp;lt;br /&amp;gt;&lt;br /&gt;
# roscore&amp;lt;br /&amp;gt;&lt;br /&gt;
#  '''hokuyo_node was run rosrun but lidar was connected''' rosrun hokuyo_node hokuyo_node &amp;lt;br /&amp;gt;&lt;br /&gt;
# '''rviz run by using this command''' rosrun rviz rviz&amp;lt;br /&amp;gt;&lt;br /&gt;
# '''laser''' was selected in fixed frame option menu in Display&amp;lt;br /&amp;gt;&lt;br /&gt;
# '''laser scan''' was added from '''add''' option&amp;lt;br /&amp;gt;&lt;br /&gt;
# Recording was started by using this command   rosbag record LaserScanner /scan&lt;br /&gt;
# For playing this bag file performed 6 steps again and use this command     rosbag play &amp;quot;2017-07-31-14-46-07&amp;quot;.bag&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=='''For Lidar'''==&lt;br /&gt;
&amp;lt;big&amp;gt;first run roscore&amp;lt;br /&amp;gt;&lt;br /&gt;
then hokuyo_node&amp;lt;br /&amp;gt;&lt;br /&gt;
after it tf function&amp;lt;br /&amp;gt;&lt;br /&gt;
for tf function&amp;lt;br /&amp;gt;&amp;lt;/big&amp;gt;&lt;br /&gt;
rosrun tf static_transform_publisher 0.0 0.0 0.0 0.0 0.0 0.0 map my_frame 100&amp;lt;br /&amp;gt;&lt;br /&gt;
 http://answers.ros.org/question/195962/rviz-fixed-frame-world-does-not-exist/&lt;br /&gt;
Then run rviz&amp;lt;br /&amp;gt;&lt;br /&gt;
rosrun rviz rviz&amp;lt;br /&amp;gt;&lt;br /&gt;
=='''Working with Lidar'''==&lt;br /&gt;
&amp;lt;big&amp;gt;Read this tutorial&amp;lt;/big&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
http://wiki.ros.org/hokuyo_node/Tutorials/UsingTheHokuyoNode&lt;br /&gt;
=='''Interfacing 3D Camera'''==&lt;br /&gt;
http://wiki.ros.org/realsense_camera&amp;lt;br /&amp;gt;&lt;br /&gt;
https://01.org/developerjourney/recipe/intel-realsense-robotic-development-kit&amp;lt;br /&amp;gt;&lt;br /&gt;
== '''How to add a new Package in workspace''' '''(27-06-2017)''' ==&lt;br /&gt;
Insert non-formatted text here&lt;br /&gt;
 $ cd catkin_ws // go in workspace&lt;br /&gt;
 $ cd src //go in source directory&lt;br /&gt;
 $ git clone https://github.com/ros-drivers/usb_cam.git  // download package&lt;br /&gt;
 /catkin_ws$ catkin_make //go in workspace and run catkin_make&lt;br /&gt;
 $ source devel/setup.bash   // run it&lt;br /&gt;
 $roslaunch usb_cam usb_cam-test.launch // to launch package&amp;lt;br /&amp;gt;&lt;br /&gt;
== '''Creating a Package''' ==&lt;br /&gt;
To create a Package follow these steps&amp;lt;br /&amp;gt;&lt;br /&gt;
# &amp;lt;big&amp;gt;Go to your workspace, in our case it is catkin_ws and src directory by using this command&amp;lt;/big&amp;gt;   cd %YOUR_CATKIN_WORKSPACE_HOME%/src&amp;lt;br /&amp;gt;&lt;br /&gt;
# &amp;lt;big&amp;gt;Then use this command&amp;lt;/big&amp;gt;   catkin_create_pkg &amp;lt;big&amp;gt;Package name&amp;lt;/big&amp;gt; tf roscpp rospy turtlesim&amp;lt;br /&amp;gt;&lt;br /&gt;
# &amp;lt;big&amp;gt;Build your new package before you can roscd&amp;lt;/big&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
 $ cd %YOUR_CATKIN_WORKSPACE_HOME%/&lt;br /&gt;
 $ catkin_make&lt;br /&gt;
 $ source ./devel/setup.bash&lt;br /&gt;
== '''Learning ROS'''==&lt;br /&gt;
Use ROS Tutorials&amp;lt;br /&amp;gt;&lt;br /&gt;
== ''''Installing ROS'''' ==&lt;br /&gt;
Next task was to install ROS kinetics.&lt;br /&gt;
Installing ROS Kinetics was not difficult after watching few tutorials on you tube.&lt;br /&gt;
&lt;br /&gt;
== '''Installation''' ==&lt;br /&gt;
Ubuntu seems new to me as i always worked on window versions of operating systems. So for me task 1 was to install Ubuntu and make myself familiar to its working.&lt;br /&gt;
When i started Ubuntu installation, i had to face problem because my system was not ready to accept different operating system. It started screaming out loud to warn me but i keep going. After 3 failures i became successful in Ubuntu installation over the cost of data in my hard drive.&lt;br /&gt;
&lt;br /&gt;
[[https://www.ubuntu.com/ Ubuntu Official Website]]&lt;/div&gt;</summary>
		<author><name>Saqlian</name></author>
	</entry>
	<entry>
		<id>https://ims.ut.ee/index.php?title=My_Work_Time_line&amp;diff=17265</id>
		<title>My Work Time line</title>
		<link rel="alternate" type="text/html" href="https://ims.ut.ee/index.php?title=My_Work_Time_line&amp;diff=17265"/>
		<updated>2017-10-04T08:14:52Z</updated>

		<summary type="html">&lt;p&gt;Saqlian: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Welcome to my Activity Log!!!&lt;br /&gt;
My Research topic is &amp;quot; Co-operative mappingg by using a swarm of sensors&amp;quot;. The first target to achieve is to build up knowledge about using Ubuntu and ROS kinetics.&lt;br /&gt;
== '''Repeat Shavery work''' ==&lt;br /&gt;
&lt;br /&gt;
== '''Mapping with a  Hokuyo''' ==&lt;br /&gt;
== '''TF''' ==&lt;br /&gt;
&amp;lt;big&amp;gt;Writing a TF  broadcaster follow this tutorial&amp;lt;br /&amp;gt;&amp;lt;/big&amp;gt;&lt;br /&gt;
http://wiki.ros.org/tf/Tutorials/Writing%20a%20tf%20broadcaster%20%28C%2B%2B%29&amp;lt;br /&amp;gt;&lt;br /&gt;
=='''For navigation stack'''==&lt;br /&gt;
 https://github.com/ut-ims-robotics/tutorials/wiki/Navigation-stack&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=='''Recording and playing bag file'''==&lt;br /&gt;
For this purpose Lidar scan was used and following steps were performed. &amp;lt;br /&amp;gt;&lt;br /&gt;
# roscore&amp;lt;br /&amp;gt;&lt;br /&gt;
#  '''hokuyo_node was run rosrun but lidar was connected''' rosrun hokuyo_node hokuyo_node &amp;lt;br /&amp;gt;&lt;br /&gt;
# '''rviz run by using this command''' rosrun rviz rviz&amp;lt;br /&amp;gt;&lt;br /&gt;
# '''laser''' was selected in fixed frame option menu in Display&amp;lt;br /&amp;gt;&lt;br /&gt;
# '''laser scan''' was added from '''add''' option&amp;lt;br /&amp;gt;&lt;br /&gt;
# Recording was started by using this command   rosbag record LaserScanner /scan&lt;br /&gt;
# For playing this bag file performed 6 steps again and use this command     rosbag play &amp;quot;2017-07-31-14-46-07&amp;quot;.bag&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=='''For Lidar'''==&lt;br /&gt;
&amp;lt;big&amp;gt;first run roscore&amp;lt;br /&amp;gt;&lt;br /&gt;
then hokuyo_node&amp;lt;br /&amp;gt;&lt;br /&gt;
after it tf function&amp;lt;br /&amp;gt;&lt;br /&gt;
for tf function&amp;lt;br /&amp;gt;&amp;lt;/big&amp;gt;&lt;br /&gt;
rosrun tf static_transform_publisher 0.0 0.0 0.0 0.0 0.0 0.0 map my_frame 100&amp;lt;br /&amp;gt;&lt;br /&gt;
 http://answers.ros.org/question/195962/rviz-fixed-frame-world-does-not-exist/&lt;br /&gt;
Then run rviz&amp;lt;br /&amp;gt;&lt;br /&gt;
rosrun rviz rviz&amp;lt;br /&amp;gt;&lt;br /&gt;
=='''Working with Lidar'''==&lt;br /&gt;
&amp;lt;big&amp;gt;Read this tutorial&amp;lt;/big&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
http://wiki.ros.org/hokuyo_node/Tutorials/UsingTheHokuyoNode&lt;br /&gt;
=='''Interfacing 3D Camera'''==&lt;br /&gt;
http://wiki.ros.org/realsense_camera&amp;lt;br /&amp;gt;&lt;br /&gt;
https://01.org/developerjourney/recipe/intel-realsense-robotic-development-kit&amp;lt;br /&amp;gt;&lt;br /&gt;
== '''How to add a new Package in workspace''' '''(27-06-2017)''' ==&lt;br /&gt;
Insert non-formatted text here&lt;br /&gt;
 $ cd catkin_ws // go in workspace&lt;br /&gt;
 $ cd src //go in source directory&lt;br /&gt;
 $ git clone https://github.com/ros-drivers/usb_cam.git  // download package&lt;br /&gt;
 /catkin_ws$ catkin_make //go in workspace and run catkin_make&lt;br /&gt;
 $ source devel/setup.bash   // run it&lt;br /&gt;
 $roslaunch usb_cam usb_cam-test.launch // to launch package&amp;lt;br /&amp;gt;&lt;br /&gt;
== '''Creating a Package''' ==&lt;br /&gt;
To create a Package follow these steps&amp;lt;br /&amp;gt;&lt;br /&gt;
# &amp;lt;big&amp;gt;Go to your workspace, in our case it is catkin_ws and src directory by using this command&amp;lt;/big&amp;gt;   cd %YOUR_CATKIN_WORKSPACE_HOME%/src&amp;lt;br /&amp;gt;&lt;br /&gt;
# &amp;lt;big&amp;gt;Then use this command&amp;lt;/big&amp;gt;   catkin_create_pkg &amp;lt;big&amp;gt;Package name&amp;lt;/big&amp;gt; tf roscpp rospy turtlesim&amp;lt;br /&amp;gt;&lt;br /&gt;
# &amp;lt;big&amp;gt;Build your new package before you can roscd&amp;lt;/big&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
 $ cd %YOUR_CATKIN_WORKSPACE_HOME%/&lt;br /&gt;
 $ catkin_make&lt;br /&gt;
 $ source ./devel/setup.bash&lt;br /&gt;
== '''Learning ROS'''==&lt;br /&gt;
Use ROS Tutorials&amp;lt;br /&amp;gt;&lt;br /&gt;
== &amp;quot;&amp;quot;Installing ROS&amp;quot;&amp;quot; ==&lt;br /&gt;
Next task was to install ROS kinetics.&lt;br /&gt;
Installing ROS Kinetics was not difficult after watching few tutorials on you tube.&lt;br /&gt;
&lt;br /&gt;
== '''Installation''' ==&lt;br /&gt;
Ubuntu seems new to me as i always worked on window versions of operating systems. So for me task 1 was to install Ubuntu and make myself familiar to its working.&lt;br /&gt;
When i started Ubuntu installation, i had to face problem because my system was not ready to accept different operating system. It started screaming out loud to warn me but i keep going. After 3 failures i became successful in Ubuntu installation over the cost of data in my hard drive.&lt;br /&gt;
&lt;br /&gt;
[[https://www.ubuntu.com/ Ubuntu Official Website]]&lt;/div&gt;</summary>
		<author><name>Saqlian</name></author>
	</entry>
	<entry>
		<id>https://ims.ut.ee/index.php?title=My_Work_Time_line&amp;diff=17264</id>
		<title>My Work Time line</title>
		<link rel="alternate" type="text/html" href="https://ims.ut.ee/index.php?title=My_Work_Time_line&amp;diff=17264"/>
		<updated>2017-10-04T08:11:25Z</updated>

		<summary type="html">&lt;p&gt;Saqlian: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Welcome to my Activity Log!!!&lt;br /&gt;
My Research topic is &amp;quot; Co-operative mappingg by using a swarm of sensors&amp;quot;. The first target to achieve is to build up knowledge about using Ubuntu and ROS kinetics.&lt;br /&gt;
== '''Repeat Shavery work''' ==&lt;br /&gt;
&lt;br /&gt;
== '''Mapping with a  Hokuyo''' ==&lt;br /&gt;
== '''TF''' ==&lt;br /&gt;
&amp;lt;big&amp;gt;Writing a TF  broadcaster follow this tutorial&amp;lt;br /&amp;gt;&amp;lt;/big&amp;gt;&lt;br /&gt;
http://wiki.ros.org/tf/Tutorials/Writing%20a%20tf%20broadcaster%20%28C%2B%2B%29&amp;lt;br /&amp;gt;&lt;br /&gt;
=='''For navigation stack'''==&lt;br /&gt;
 https://github.com/ut-ims-robotics/tutorials/wiki/Navigation-stack&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=='''Recording and playing bag file'''==&lt;br /&gt;
For this purpose Lidar scan was used and following steps were performed. &amp;lt;br /&amp;gt;&lt;br /&gt;
# roscore&amp;lt;br /&amp;gt;&lt;br /&gt;
#  '''hokuyo_node was run rosrun but lidar was connected''' rosrun hokuyo_node hokuyo_node &amp;lt;br /&amp;gt;&lt;br /&gt;
# '''rviz run by using this command''' rosrun rviz rviz&amp;lt;br /&amp;gt;&lt;br /&gt;
# '''laser''' was selected in fixed frame option menu in Display&amp;lt;br /&amp;gt;&lt;br /&gt;
# '''laser scan''' was added from '''add''' option&amp;lt;br /&amp;gt;&lt;br /&gt;
# Recording was started by using this command   rosbag record LaserScanner /scan&lt;br /&gt;
# For playing this bag file performed 6 steps again and use this command     rosbag play &amp;quot;2017-07-31-14-46-07&amp;quot;.bag&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=='''For Lidar'''==&lt;br /&gt;
&amp;lt;big&amp;gt;first run roscore&amp;lt;br /&amp;gt;&lt;br /&gt;
then hokuyo_node&amp;lt;br /&amp;gt;&lt;br /&gt;
after it tf function&amp;lt;br /&amp;gt;&lt;br /&gt;
for tf function&amp;lt;br /&amp;gt;&amp;lt;/big&amp;gt;&lt;br /&gt;
rosrun tf static_transform_publisher 0.0 0.0 0.0 0.0 0.0 0.0 map my_frame 100&amp;lt;br /&amp;gt;&lt;br /&gt;
 http://answers.ros.org/question/195962/rviz-fixed-frame-world-does-not-exist/&lt;br /&gt;
Then run rviz&amp;lt;br /&amp;gt;&lt;br /&gt;
rosrun rviz rviz&amp;lt;br /&amp;gt;&lt;br /&gt;
=='''Working with Lidar'''==&lt;br /&gt;
&amp;lt;big&amp;gt;Read this tutorial&amp;lt;/big&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
http://wiki.ros.org/hokuyo_node/Tutorials/UsingTheHokuyoNode&lt;br /&gt;
=='''Interfacing 3D Camera'''==&lt;br /&gt;
http://wiki.ros.org/realsense_camera&amp;lt;br /&amp;gt;&lt;br /&gt;
https://01.org/developerjourney/recipe/intel-realsense-robotic-development-kit&amp;lt;br /&amp;gt;&lt;br /&gt;
== '''How to add a new Package in workspace''' '''(27-06-2017)''' ==&lt;br /&gt;
Insert non-formatted text here&lt;br /&gt;
 $ cd catkin_ws // go in workspace&lt;br /&gt;
 $ cd src //go in source directory&lt;br /&gt;
 $ git clone https://github.com/ros-drivers/usb_cam.git  // download package&lt;br /&gt;
 /catkin_ws$ catkin_make //go in workspace and run catkin_make&lt;br /&gt;
 $ source devel/setup.bash   // run it&lt;br /&gt;
 $roslaunch usb_cam usb_cam-test.launch // to launch package&amp;lt;br /&amp;gt;&lt;br /&gt;
== '''Creating a Package''' ==&lt;br /&gt;
To create a Package follow these steps&amp;lt;br /&amp;gt;&lt;br /&gt;
# &amp;lt;big&amp;gt;Go to your workspace, in our case it is catkin_ws and src directory by using this command&amp;lt;/big&amp;gt;   cd %YOUR_CATKIN_WORKSPACE_HOME%/src&amp;lt;br /&amp;gt;&lt;br /&gt;
# &amp;lt;big&amp;gt;Then use this command&amp;lt;/big&amp;gt;   catkin_create_pkg &amp;lt;big&amp;gt;Package name&amp;lt;/big&amp;gt; tf roscpp rospy turtlesim&amp;lt;br /&amp;gt;&lt;br /&gt;
# &amp;lt;big&amp;gt;Build your new package before you can roscd&amp;lt;/big&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
 $ cd %YOUR_CATKIN_WORKSPACE_HOME%/&lt;br /&gt;
 $ catkin_make&lt;br /&gt;
 $ source ./devel/setup.bash&lt;br /&gt;
== '''Learning ROS'''==&lt;br /&gt;
Use ROS Tutorials&amp;lt;br /&amp;gt;&lt;br /&gt;
== Installing ROS ==&lt;br /&gt;
Next task was to install ROS kinetics.&lt;br /&gt;
Installing ROS Kinetics was not difficult after watching few tutorials on you tube.&lt;br /&gt;
== '''Installation''' ==&lt;br /&gt;
Ubuntu seems new to me as i always worked on window versions of operating systems. So for me task 1 was to install Ubuntu and make myself familiar to its working.&lt;br /&gt;
When i started Ubuntu installation, i had to face problem because my system was not ready to accept different operating system. It started screaming out loud to warn me but i keep going. After 3 failures i became successful in Ubuntu installation over the cost of data in my hard drive.&lt;br /&gt;
&lt;br /&gt;
[[https://www.ubuntu.com/ Ubuntu Official Website]]&lt;/div&gt;</summary>
		<author><name>Saqlian</name></author>
	</entry>
	<entry>
		<id>https://ims.ut.ee/index.php?title=Diary&amp;diff=17263</id>
		<title>Diary</title>
		<link rel="alternate" type="text/html" href="https://ims.ut.ee/index.php?title=Diary&amp;diff=17263"/>
		<updated>2017-10-04T07:51:57Z</updated>

		<summary type="html">&lt;p&gt;Saqlian: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== 8-October ==&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
'''Remarks!!'''&lt;br /&gt;
== 7-October ==&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
'''Remarks!!'''&lt;br /&gt;
== 6-October ==&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
'''Remarks!!'''&lt;br /&gt;
== 5-October ==&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
'''Remarks!!'''&lt;br /&gt;
== 4-October ==&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
'''Remarks!!'''&lt;br /&gt;
== 3-October ==&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
'''Remarks!!'''&lt;br /&gt;
== 2-October ==&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
'''Remarks!!'''&lt;br /&gt;
== 1-October ==&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
'''Remarks!!'''&lt;br /&gt;
== 30-September ==&lt;br /&gt;
Karl replied and he was angry on slow progress need to do some serious efforts. &amp;lt;br /&amp;gt;&lt;br /&gt;
'''Remarks!!''' Worried and sad, do not know what to do.&lt;br /&gt;
&lt;br /&gt;
== 28 September ==&lt;br /&gt;
Repeated all tutorials again&amp;lt;br /&amp;gt;&lt;br /&gt;
'''Remarks!!''' Took too much time need to do big efforts.&lt;br /&gt;
&lt;br /&gt;
== 1 September ==&lt;br /&gt;
Started Robotics course, where they will teach about &amp;quot;ROS&amp;quot;. So basically idea is to get basic knowledge about Robotics.&amp;lt;br /&amp;gt;&lt;br /&gt;
'''Remarks!!!''' Quite Optimistic.......&lt;br /&gt;
&lt;br /&gt;
== 09-August-2017==&lt;br /&gt;
Moved back to Tallinn, Nothing studied &lt;br /&gt;
== 08-August-2017==&lt;br /&gt;
Started working again&amp;lt;br /&amp;gt;&lt;br /&gt;
Started with Hector slam but it was hard i need to repeat again&amp;lt;br /&amp;gt;&lt;br /&gt;
http://wiki.ros.org/hector_slam/Tutorials/SettingUpForYourRobot&amp;lt;br /&amp;gt;&lt;br /&gt;
Then started revision again, First studied about [http://wiki.ros.org/ROS/Tutorials/CreatingPackage  Package.xml]  it contains meta information about Package author and dependencies. Next i studied about [http://wiki.ros.org/catkin/CMakeLists.txt CMakeLists.txt]. Just keep working slowly slowly win the race.&lt;br /&gt;
== 08-August-2017==&lt;br /&gt;
Unfortunately that tutorial did not work, so i will repeat all tutorials again as Karl said. It was good meeting again.&lt;br /&gt;
== 07-August-2017 ==&lt;br /&gt;
It was really tough day. But in the end i found a a link for mapping with laser scan. Now i have hope that it will work tomorrow.&amp;lt;br /&amp;gt;&lt;br /&gt;
 http://wiki.ros.org/slam_gmapping/Tutorials/MappingFromLoggedData&lt;br /&gt;
== 02-08-2017 ==&lt;br /&gt;
Meeting with Karl&amp;lt;br /&amp;gt;&lt;/div&gt;</summary>
		<author><name>Saqlian</name></author>
	</entry>
	<entry>
		<id>https://ims.ut.ee/index.php?title=Diary&amp;diff=17262</id>
		<title>Diary</title>
		<link rel="alternate" type="text/html" href="https://ims.ut.ee/index.php?title=Diary&amp;diff=17262"/>
		<updated>2017-10-04T07:49:32Z</updated>

		<summary type="html">&lt;p&gt;Saqlian: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== 30-September ==&lt;br /&gt;
Karl replied and he was angry on slow progress need to do some serious efforts. &amp;lt;br /&amp;gt;&lt;br /&gt;
'''Remarks!!''' Worried and sad, do not know what to do.&lt;br /&gt;
&lt;br /&gt;
== 28 September ==&lt;br /&gt;
Repeated all tutorials again&amp;lt;br /&amp;gt;&lt;br /&gt;
'''Remarks!!''' Took too much time need to do big efforts.&lt;br /&gt;
&lt;br /&gt;
== 1 September ==&lt;br /&gt;
Started Robotics course, where they will teach about &amp;quot;ROS&amp;quot;. So basically idea is to get basic knowledge about Robotics.&amp;lt;br /&amp;gt;&lt;br /&gt;
'''Remarks!!!''' Quite Optimistic.......&lt;br /&gt;
&lt;br /&gt;
== 09-August-2017==&lt;br /&gt;
Moved back to Tallinn, Nothing studied &lt;br /&gt;
== 08-August-2017==&lt;br /&gt;
Started working again&amp;lt;br /&amp;gt;&lt;br /&gt;
Started with Hector slam but it was hard i need to repeat again&amp;lt;br /&amp;gt;&lt;br /&gt;
http://wiki.ros.org/hector_slam/Tutorials/SettingUpForYourRobot&amp;lt;br /&amp;gt;&lt;br /&gt;
Then started revision again, First studied about [http://wiki.ros.org/ROS/Tutorials/CreatingPackage  Package.xml]  it contains meta information about Package author and dependencies. Next i studied about [http://wiki.ros.org/catkin/CMakeLists.txt CMakeLists.txt]. Just keep working slowly slowly win the race.&lt;br /&gt;
== 08-August-2017==&lt;br /&gt;
Unfortunately that tutorial did not work, so i will repeat all tutorials again as Karl said. It was good meeting again.&lt;br /&gt;
== 07-August-2017 ==&lt;br /&gt;
It was really tough day. But in the end i found a a link for mapping with laser scan. Now i have hope that it will work tomorrow.&amp;lt;br /&amp;gt;&lt;br /&gt;
 http://wiki.ros.org/slam_gmapping/Tutorials/MappingFromLoggedData&lt;br /&gt;
== 02-08-2017 ==&lt;br /&gt;
Meeting with Karl&amp;lt;br /&amp;gt;&lt;/div&gt;</summary>
		<author><name>Saqlian</name></author>
	</entry>
	<entry>
		<id>https://ims.ut.ee/index.php?title=Diary&amp;diff=17261</id>
		<title>Diary</title>
		<link rel="alternate" type="text/html" href="https://ims.ut.ee/index.php?title=Diary&amp;diff=17261"/>
		<updated>2017-10-04T07:49:03Z</updated>

		<summary type="html">&lt;p&gt;Saqlian: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== 30-September ==&lt;br /&gt;
Karl replied and he was angry on slow progress need to do some serious efforts. &lt;br /&gt;
'''Remarks!!''' Worried and sad, do not know what to do.&lt;br /&gt;
&lt;br /&gt;
== 28 September ==&lt;br /&gt;
Repeated all tutorials again&amp;lt;br /&amp;gt;&lt;br /&gt;
'''Remarks!!''' Took too much time need to do big efforts.&lt;br /&gt;
&lt;br /&gt;
== 1 September ==&lt;br /&gt;
Started Robotics course, where they will teach about &amp;quot;ROS&amp;quot;. So basically idea is to get basic knowledge about Robotics.&amp;lt;br /&amp;gt;&lt;br /&gt;
'''Remarks!!!''' Quite Optimistic.......&lt;br /&gt;
&lt;br /&gt;
== 09-August-2017==&lt;br /&gt;
Moved back to Tallinn, Nothing studied &lt;br /&gt;
== 08-August-2017==&lt;br /&gt;
Started working again&amp;lt;br /&amp;gt;&lt;br /&gt;
Started with Hector slam but it was hard i need to repeat again&amp;lt;br /&amp;gt;&lt;br /&gt;
http://wiki.ros.org/hector_slam/Tutorials/SettingUpForYourRobot&amp;lt;br /&amp;gt;&lt;br /&gt;
Then started revision again, First studied about [http://wiki.ros.org/ROS/Tutorials/CreatingPackage  Package.xml]  it contains meta information about Package author and dependencies. Next i studied about [http://wiki.ros.org/catkin/CMakeLists.txt CMakeLists.txt]. Just keep working slowly slowly win the race.&lt;br /&gt;
== 08-August-2017==&lt;br /&gt;
Unfortunately that tutorial did not work, so i will repeat all tutorials again as Karl said. It was good meeting again.&lt;br /&gt;
== 07-August-2017 ==&lt;br /&gt;
It was really tough day. But in the end i found a a link for mapping with laser scan. Now i have hope that it will work tomorrow.&amp;lt;br /&amp;gt;&lt;br /&gt;
 http://wiki.ros.org/slam_gmapping/Tutorials/MappingFromLoggedData&lt;br /&gt;
== 02-08-2017 ==&lt;br /&gt;
Meeting with Karl&amp;lt;br /&amp;gt;&lt;/div&gt;</summary>
		<author><name>Saqlian</name></author>
	</entry>
	<entry>
		<id>https://ims.ut.ee/index.php?title=Diary&amp;diff=17260</id>
		<title>Diary</title>
		<link rel="alternate" type="text/html" href="https://ims.ut.ee/index.php?title=Diary&amp;diff=17260"/>
		<updated>2017-10-04T07:47:06Z</updated>

		<summary type="html">&lt;p&gt;Saqlian: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== 30-September ==&lt;br /&gt;
== 28 September ==&lt;br /&gt;
Repeated all tutorials again&amp;lt;br /&amp;gt;&lt;br /&gt;
'''Remarks!!''' Took too much time need to do big efforts.&lt;br /&gt;
&lt;br /&gt;
== 1 September ==&lt;br /&gt;
Started Robotics course, where they will teach about &amp;quot;ROS&amp;quot;. So basically idea is to get basic knowledge about Robotics.&amp;lt;br /&amp;gt;&lt;br /&gt;
'''Remarks!!!''' Quite Optimistic.......&lt;br /&gt;
&lt;br /&gt;
== 09-August-2017==&lt;br /&gt;
Moved back to Tallinn, Nothing studied &lt;br /&gt;
== 08-August-2017==&lt;br /&gt;
Started working again&amp;lt;br /&amp;gt;&lt;br /&gt;
Started with Hector slam but it was hard i need to repeat again&amp;lt;br /&amp;gt;&lt;br /&gt;
http://wiki.ros.org/hector_slam/Tutorials/SettingUpForYourRobot&amp;lt;br /&amp;gt;&lt;br /&gt;
Then started revision again, First studied about [http://wiki.ros.org/ROS/Tutorials/CreatingPackage  Package.xml]  it contains meta information about Package author and dependencies. Next i studied about [http://wiki.ros.org/catkin/CMakeLists.txt CMakeLists.txt]. Just keep working slowly slowly win the race.&lt;br /&gt;
== 08-August-2017==&lt;br /&gt;
Unfortunately that tutorial did not work, so i will repeat all tutorials again as Karl said. It was good meeting again.&lt;br /&gt;
== 07-August-2017 ==&lt;br /&gt;
It was really tough day. But in the end i found a a link for mapping with laser scan. Now i have hope that it will work tomorrow.&amp;lt;br /&amp;gt;&lt;br /&gt;
 http://wiki.ros.org/slam_gmapping/Tutorials/MappingFromLoggedData&lt;br /&gt;
== 02-08-2017 ==&lt;br /&gt;
Meeting with Karl&amp;lt;br /&amp;gt;&lt;/div&gt;</summary>
		<author><name>Saqlian</name></author>
	</entry>
	<entry>
		<id>https://ims.ut.ee/index.php?title=Diary&amp;diff=17259</id>
		<title>Diary</title>
		<link rel="alternate" type="text/html" href="https://ims.ut.ee/index.php?title=Diary&amp;diff=17259"/>
		<updated>2017-10-04T07:44:33Z</updated>

		<summary type="html">&lt;p&gt;Saqlian: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== 30-September ==&lt;br /&gt;
== 28 Setember ==&lt;br /&gt;
== 1 September ==&lt;br /&gt;
Started Robotics course, where they will teach about &amp;quot;ROS&amp;quot;. So basically idea is to get basic knowledge about Robotics.&amp;lt;br /&amp;gt;&lt;br /&gt;
'''Remarks!!!''' Quite Optimistic.......&lt;br /&gt;
&lt;br /&gt;
== 09-August-2017==&lt;br /&gt;
Moved back to Tallinn, Nothing studied &lt;br /&gt;
== 08-August-2017==&lt;br /&gt;
Started working again&amp;lt;br /&amp;gt;&lt;br /&gt;
Started with Hector slam but it was hard i need to repeat again&amp;lt;br /&amp;gt;&lt;br /&gt;
http://wiki.ros.org/hector_slam/Tutorials/SettingUpForYourRobot&amp;lt;br /&amp;gt;&lt;br /&gt;
Then started revision again, First studied about [http://wiki.ros.org/ROS/Tutorials/CreatingPackage  Package.xml]  it contains meta information about Package author and dependencies. Next i studied about [http://wiki.ros.org/catkin/CMakeLists.txt CMakeLists.txt]. Just keep working slowly slowly win the race.&lt;br /&gt;
== 08-August-2017==&lt;br /&gt;
Unfortunately that tutorial did not work, so i will repeat all tutorials again as Karl said. It was good meeting again.&lt;br /&gt;
== 07-August-2017 ==&lt;br /&gt;
It was really tough day. But in the end i found a a link for mapping with laser scan. Now i have hope that it will work tomorrow.&amp;lt;br /&amp;gt;&lt;br /&gt;
 http://wiki.ros.org/slam_gmapping/Tutorials/MappingFromLoggedData&lt;br /&gt;
== 02-08-2017 ==&lt;br /&gt;
Meeting with Karl&amp;lt;br /&amp;gt;&lt;/div&gt;</summary>
		<author><name>Saqlian</name></author>
	</entry>
	<entry>
		<id>https://ims.ut.ee/index.php?title=Diary&amp;diff=17258</id>
		<title>Diary</title>
		<link rel="alternate" type="text/html" href="https://ims.ut.ee/index.php?title=Diary&amp;diff=17258"/>
		<updated>2017-10-04T07:43:27Z</updated>

		<summary type="html">&lt;p&gt;Saqlian: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== 30-September ==&lt;br /&gt;
== 28 Setember ==&lt;br /&gt;
== 1 September ==&lt;br /&gt;
Started Robotics course, where they will teach about &amp;quot;ROS&amp;quot;. So basically idea is to get basic knowledge about Robotics.&lt;br /&gt;
== 09-August-2017==&lt;br /&gt;
Moved back to Tallinn, Nothing studied &lt;br /&gt;
== 08-August-2017==&lt;br /&gt;
Started working again&amp;lt;br /&amp;gt;&lt;br /&gt;
Started with Hector slam but it was hard i need to repeat again&amp;lt;br /&amp;gt;&lt;br /&gt;
http://wiki.ros.org/hector_slam/Tutorials/SettingUpForYourRobot&amp;lt;br /&amp;gt;&lt;br /&gt;
Then started revision again, First studied about [http://wiki.ros.org/ROS/Tutorials/CreatingPackage  Package.xml]  it contains meta information about Package author and dependencies. Next i studied about [http://wiki.ros.org/catkin/CMakeLists.txt CMakeLists.txt]. Just keep working slowly slowly win the race.&lt;br /&gt;
== 08-August-2017==&lt;br /&gt;
Unfortunately that tutorial did not work, so i will repeat all tutorials again as Karl said. It was good meeting again.&lt;br /&gt;
== 07-August-2017 ==&lt;br /&gt;
It was really tough day. But in the end i found a a link for mapping with laser scan. Now i have hope that it will work tomorrow.&amp;lt;br /&amp;gt;&lt;br /&gt;
 http://wiki.ros.org/slam_gmapping/Tutorials/MappingFromLoggedData&lt;br /&gt;
== 02-08-2017 ==&lt;br /&gt;
Meeting with Karl&amp;lt;br /&amp;gt;&lt;/div&gt;</summary>
		<author><name>Saqlian</name></author>
	</entry>
	<entry>
		<id>https://ims.ut.ee/index.php?title=Diary&amp;diff=17257</id>
		<title>Diary</title>
		<link rel="alternate" type="text/html" href="https://ims.ut.ee/index.php?title=Diary&amp;diff=17257"/>
		<updated>2017-10-04T07:37:36Z</updated>

		<summary type="html">&lt;p&gt;Saqlian: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
== 09-August-2017==&lt;br /&gt;
Moved back to Tallinn, Nothing studied &lt;br /&gt;
== 08-August-2017==&lt;br /&gt;
Started working again&amp;lt;br /&amp;gt;&lt;br /&gt;
Started with Hector slam but it was hard i need to repeat again&amp;lt;br /&amp;gt;&lt;br /&gt;
http://wiki.ros.org/hector_slam/Tutorials/SettingUpForYourRobot&amp;lt;br /&amp;gt;&lt;br /&gt;
Then started revision again, First studied about [http://wiki.ros.org/ROS/Tutorials/CreatingPackage  Package.xml]  it contains meta information about Package author and dependencies. Next i studied about [http://wiki.ros.org/catkin/CMakeLists.txt CMakeLists.txt]. Just keep working slowly slowly win the race.&lt;br /&gt;
== 08-August-2017==&lt;br /&gt;
Unfortunately that tutorial did not work, so i will repeat all tutorials again as Karl said. It was good meeting again.&lt;br /&gt;
== 07-August-2017 ==&lt;br /&gt;
It was really tough day. But in the end i found a a link for mapping with laser scan. Now i have hope that it will work tomorrow.&amp;lt;br /&amp;gt;&lt;br /&gt;
 http://wiki.ros.org/slam_gmapping/Tutorials/MappingFromLoggedData&lt;br /&gt;
== 02-08-2017 ==&lt;br /&gt;
Meeting with Karl&amp;lt;br /&amp;gt;&lt;/div&gt;</summary>
		<author><name>Saqlian</name></author>
	</entry>
	<entry>
		<id>https://ims.ut.ee/index.php?title=Diary&amp;diff=17090</id>
		<title>Diary</title>
		<link rel="alternate" type="text/html" href="https://ims.ut.ee/index.php?title=Diary&amp;diff=17090"/>
		<updated>2017-08-10T11:03:51Z</updated>

		<summary type="html">&lt;p&gt;Saqlian: /* 08-August-2017 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== 08-August-2017==&lt;br /&gt;
Started working again&amp;lt;br /&amp;gt;&lt;br /&gt;
Started with Hector slam but it was hard i need to repeat again&amp;lt;br /&amp;gt;&lt;br /&gt;
http://wiki.ros.org/hector_slam/Tutorials/SettingUpForYourRobot&amp;lt;br /&amp;gt;&lt;br /&gt;
Then started revision again, First studied about [http://wiki.ros.org/ROS/Tutorials/CreatingPackage  Package.xml]  it contains meta information about Package author and dependencies. Next i studied about [http://wiki.ros.org/catkin/CMakeLists.txt CMakeLists.txt]. Just keep working slowly slowly win the race.&lt;br /&gt;
&lt;br /&gt;
== 09-August-2017==&lt;br /&gt;
Moved back to Tallinn, Nothing studied &lt;br /&gt;
== 08-August-2017==&lt;br /&gt;
Unfortunately that tutorial did not work, so i will repeat all tutorials again as Karl said. It was good meeting again.&lt;br /&gt;
&lt;br /&gt;
== 07-August-2017 ==&lt;br /&gt;
It was really tough day. But in the end i found a a link for mapping with laser scan. Now i have hope that it will work tomorrow.&amp;lt;br /&amp;gt;&lt;br /&gt;
 http://wiki.ros.org/slam_gmapping/Tutorials/MappingFromLoggedData&lt;br /&gt;
== 02-08-2017 ==&lt;br /&gt;
Meeting with Karl&amp;lt;br /&amp;gt;&lt;/div&gt;</summary>
		<author><name>Saqlian</name></author>
	</entry>
	<entry>
		<id>https://ims.ut.ee/index.php?title=Diary&amp;diff=17089</id>
		<title>Diary</title>
		<link rel="alternate" type="text/html" href="https://ims.ut.ee/index.php?title=Diary&amp;diff=17089"/>
		<updated>2017-08-10T11:03:14Z</updated>

		<summary type="html">&lt;p&gt;Saqlian: /* 08-August-2017 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== 08-August-2017==&lt;br /&gt;
Started working again&amp;lt;br /&amp;gt;&lt;br /&gt;
Started with Hector slam but it was hard i need to repeat again&amp;lt;br /&amp;gt;&lt;br /&gt;
http://wiki.ros.org/hector_slam/Tutorials/SettingUpForYourRobot&lt;br /&gt;
Then started revision again, First studied about [http://wiki.ros.org/ROS/Tutorials/CreatingPackage  Package.xml]  it contains meta information about Package author and dependencies. Next i studied about [http://wiki.ros.org/catkin/CMakeLists.txt CMakeLists.txt]. Just keep working slowly slowly win the race.&lt;br /&gt;
== 09-August-2017==&lt;br /&gt;
Moved back to Tallinn, Nothing studied &lt;br /&gt;
== 08-August-2017==&lt;br /&gt;
Unfortunately that tutorial did not work, so i will repeat all tutorials again as Karl said. It was good meeting again.&lt;br /&gt;
&lt;br /&gt;
== 07-August-2017 ==&lt;br /&gt;
It was really tough day. But in the end i found a a link for mapping with laser scan. Now i have hope that it will work tomorrow.&amp;lt;br /&amp;gt;&lt;br /&gt;
 http://wiki.ros.org/slam_gmapping/Tutorials/MappingFromLoggedData&lt;br /&gt;
== 02-08-2017 ==&lt;br /&gt;
Meeting with Karl&amp;lt;br /&amp;gt;&lt;/div&gt;</summary>
		<author><name>Saqlian</name></author>
	</entry>
	<entry>
		<id>https://ims.ut.ee/index.php?title=Diary&amp;diff=17082</id>
		<title>Diary</title>
		<link rel="alternate" type="text/html" href="https://ims.ut.ee/index.php?title=Diary&amp;diff=17082"/>
		<updated>2017-08-08T11:29:29Z</updated>

		<summary type="html">&lt;p&gt;Saqlian: /* 02-08-2017 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== 08-August-2017==&lt;br /&gt;
Unfortunately that tutorial did not work, so i will repeat all tutorials again as Karl said. It was good meeting again.&lt;br /&gt;
== 07-August-2017 ==&lt;br /&gt;
It was really tough day. But in the end i found a a link for mapping with laser scan. Now i have hope that it will work tomorrow.&amp;lt;br /&amp;gt;&lt;br /&gt;
 http://wiki.ros.org/slam_gmapping/Tutorials/MappingFromLoggedData&lt;br /&gt;
== 02-08-2017 ==&lt;br /&gt;
Meeting with Karl&amp;lt;br /&amp;gt;&lt;/div&gt;</summary>
		<author><name>Saqlian</name></author>
	</entry>
	<entry>
		<id>https://ims.ut.ee/index.php?title=My_Work_Time_line&amp;diff=17075</id>
		<title>My Work Time line</title>
		<link rel="alternate" type="text/html" href="https://ims.ut.ee/index.php?title=My_Work_Time_line&amp;diff=17075"/>
		<updated>2017-08-02T12:41:27Z</updated>

		<summary type="html">&lt;p&gt;Saqlian: /* TF */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Welcome to my Activity Log!!!&lt;br /&gt;
My Research topic is &amp;quot; Co-operative mappingg by using a swarm of sensors&amp;quot;. The first target to achieve is to build up knowledge about using Ubuntu and ROS kinetics.&lt;br /&gt;
&lt;br /&gt;
== '''Installation''' ==&lt;br /&gt;
Ubuntu seems new to me as i always worked on window versions of operating systems. So for me task 1 was to install Ubuntu and make myself familiar to its working.&lt;br /&gt;
When i started Ubuntu installation, i had to face problem because my system was not ready to accept different operating system. It started screaming out loud to warn me but i keep going. After 3 failures i became successful in Ubuntu installation over the cost of data in my hard drive.&lt;br /&gt;
&lt;br /&gt;
[[https://www.ubuntu.com/ Ubuntu Official Website]]&lt;br /&gt;
&lt;br /&gt;
== Installing ROS ==&lt;br /&gt;
Next task was to install ROS kinetics.&lt;br /&gt;
Installing ROS Kinetics was not difficult after watching few tutorials on you tube.&lt;br /&gt;
&lt;br /&gt;
== '''Learning ROS'''==&lt;br /&gt;
Use ROS Tutorials&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== '''Creating a Package''' ==&lt;br /&gt;
To create a Package follow these steps&amp;lt;br /&amp;gt;&lt;br /&gt;
# &amp;lt;big&amp;gt;Go to your workspace, in our case it is catkin_ws and src directory by using this command&amp;lt;/big&amp;gt;   cd %YOUR_CATKIN_WORKSPACE_HOME%/src&amp;lt;br /&amp;gt;&lt;br /&gt;
# &amp;lt;big&amp;gt;Then use this command&amp;lt;/big&amp;gt;   catkin_create_pkg &amp;lt;big&amp;gt;Package name&amp;lt;/big&amp;gt; tf roscpp rospy turtlesim&amp;lt;br /&amp;gt;&lt;br /&gt;
# &amp;lt;big&amp;gt;Build your new package before you can roscd&amp;lt;/big&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
 $ cd %YOUR_CATKIN_WORKSPACE_HOME%/&lt;br /&gt;
 $ catkin_make&lt;br /&gt;
 $ source ./devel/setup.bash&lt;br /&gt;
&lt;br /&gt;
== '''How to add a new Package in workspace''' '''(27-06-2017)''' ==&lt;br /&gt;
Insert non-formatted text here&lt;br /&gt;
 $ cd catkin_ws // go in workspace&lt;br /&gt;
 $ cd src //go in source directory&lt;br /&gt;
 $ git clone https://github.com/ros-drivers/usb_cam.git  // download package&lt;br /&gt;
 /catkin_ws$ catkin_make //go in workspace and run catkin_make&lt;br /&gt;
 $ source devel/setup.bash   // run it&lt;br /&gt;
 $roslaunch usb_cam usb_cam-test.launch // to launch package&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=='''Interfacing 3D Camera'''==&lt;br /&gt;
http://wiki.ros.org/realsense_camera&amp;lt;br /&amp;gt;&lt;br /&gt;
https://01.org/developerjourney/recipe/intel-realsense-robotic-development-kit&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=='''Working with Lidar'''==&lt;br /&gt;
&amp;lt;big&amp;gt;Read this tutorial&amp;lt;/big&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
http://wiki.ros.org/hokuyo_node/Tutorials/UsingTheHokuyoNode&lt;br /&gt;
&lt;br /&gt;
=='''For Lidar'''==&lt;br /&gt;
&amp;lt;big&amp;gt;first run roscore&amp;lt;br /&amp;gt;&lt;br /&gt;
then hokuyo_node&amp;lt;br /&amp;gt;&lt;br /&gt;
after it tf function&amp;lt;br /&amp;gt;&lt;br /&gt;
for tf function&amp;lt;br /&amp;gt;&amp;lt;/big&amp;gt;&lt;br /&gt;
rosrun tf static_transform_publisher 0.0 0.0 0.0 0.0 0.0 0.0 map my_frame 100&amp;lt;br /&amp;gt;&lt;br /&gt;
 http://answers.ros.org/question/195962/rviz-fixed-frame-world-does-not-exist/&lt;br /&gt;
Then run rviz&amp;lt;br /&amp;gt;&lt;br /&gt;
rosrun rviz rviz&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=='''For navigation stack'''==&lt;br /&gt;
 https://github.com/ut-ims-robotics/tutorials/wiki/Navigation-stack&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=='''Recording and playing bag file'''==&lt;br /&gt;
For this purpose Lidar scan was used and following steps were performed. &amp;lt;br /&amp;gt;&lt;br /&gt;
# roscore&amp;lt;br /&amp;gt;&lt;br /&gt;
#  '''hokuyo_node was run rosrun but lidar was connected''' rosrun hokuyo_node hokuyo_node &amp;lt;br /&amp;gt;&lt;br /&gt;
# '''rviz run by using this command''' rosrun rviz rviz&amp;lt;br /&amp;gt;&lt;br /&gt;
# '''laser''' was selected in fixed frame option menu in Display&amp;lt;br /&amp;gt;&lt;br /&gt;
# '''laser scan''' was added from '''add''' option&amp;lt;br /&amp;gt;&lt;br /&gt;
# Recording was started by using this command   rosbag record LaserScanner /scan&lt;br /&gt;
# For playing this bag file performed 6 steps again and use this command     rosbag play &amp;quot;2017-07-31-14-46-07&amp;quot;.bag&amp;lt;br /&amp;gt;&lt;br /&gt;
== '''TF''' ==&lt;br /&gt;
&amp;lt;big&amp;gt;Writing a TF  broadcaster follow this tutorial&amp;lt;br /&amp;gt;&amp;lt;/big&amp;gt;&lt;br /&gt;
http://wiki.ros.org/tf/Tutorials/Writing%20a%20tf%20broadcaster%20%28C%2B%2B%29&amp;lt;br /&amp;gt;&lt;br /&gt;
== '''Mapping with a  Hokuyo''' ==&lt;/div&gt;</summary>
		<author><name>Saqlian</name></author>
	</entry>
	<entry>
		<id>https://ims.ut.ee/index.php?title=Diary&amp;diff=17074</id>
		<title>Diary</title>
		<link rel="alternate" type="text/html" href="https://ims.ut.ee/index.php?title=Diary&amp;diff=17074"/>
		<updated>2017-08-02T12:10:17Z</updated>

		<summary type="html">&lt;p&gt;Saqlian: /* 02-08-2017 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== 02-08-2017 ==&lt;br /&gt;
Meeting with Karl&amp;lt;br /&amp;gt;&lt;/div&gt;</summary>
		<author><name>Saqlian</name></author>
	</entry>
	<entry>
		<id>https://ims.ut.ee/index.php?title=Diary&amp;diff=17073</id>
		<title>Diary</title>
		<link rel="alternate" type="text/html" href="https://ims.ut.ee/index.php?title=Diary&amp;diff=17073"/>
		<updated>2017-08-02T12:09:47Z</updated>

		<summary type="html">&lt;p&gt;Saqlian: Created page with &amp;quot;== 02-08-2017 ==&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== 02-08-2017 ==&lt;/div&gt;</summary>
		<author><name>Saqlian</name></author>
	</entry>
	<entry>
		<id>https://ims.ut.ee/index.php?title=User:Saqlian&amp;diff=17072</id>
		<title>User:Saqlian</title>
		<link rel="alternate" type="text/html" href="https://ims.ut.ee/index.php?title=User:Saqlian&amp;diff=17072"/>
		<updated>2017-08-02T12:08:11Z</updated>

		<summary type="html">&lt;p&gt;Saqlian: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;engr.saqlian@gmail.com &lt;br /&gt;
&lt;br /&gt;
Skype: ranasaqi_1743&lt;br /&gt;
&lt;br /&gt;
Contact no. : +372-53828906&lt;br /&gt;
&lt;br /&gt;
Research Topic: Co-operative mapping by using a swarm sensors.&lt;br /&gt;
&lt;br /&gt;
Supervisor:  [[User:Karl|Karl Kruusamäe]]&lt;br /&gt;
&lt;br /&gt;
[[My Work Time line]]&lt;br /&gt;
&lt;br /&gt;
[[Cheat Sheet]]&lt;br /&gt;
&lt;br /&gt;
[[Diary]]&lt;/div&gt;</summary>
		<author><name>Saqlian</name></author>
	</entry>
	<entry>
		<id>https://ims.ut.ee/index.php?title=My_Work_Time_line&amp;diff=17065</id>
		<title>My Work Time line</title>
		<link rel="alternate" type="text/html" href="https://ims.ut.ee/index.php?title=My_Work_Time_line&amp;diff=17065"/>
		<updated>2017-08-01T15:17:03Z</updated>

		<summary type="html">&lt;p&gt;Saqlian: /* For Lidar */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Welcome to my Activity Log!!!&lt;br /&gt;
My Research topic is &amp;quot; Co-operative mappingg by using a swarm of sensors&amp;quot;. The first target to achieve is to build up knowledge about using Ubuntu and ROS kinetics.&lt;br /&gt;
&lt;br /&gt;
== '''Installation''' ==&lt;br /&gt;
Ubuntu seems new to me as i always worked on window versions of operating systems. So for me task 1 was to install Ubuntu and make myself familiar to its working.&lt;br /&gt;
When i started Ubuntu installation, i had to face problem because my system was not ready to accept different operating system. It started screaming out loud to warn me but i keep going. After 3 failures i became successful in Ubuntu installation over the cost of data in my hard drive.&lt;br /&gt;
&lt;br /&gt;
[[https://www.ubuntu.com/ Ubuntu Official Website]]&lt;br /&gt;
&lt;br /&gt;
== Installing ROS ==&lt;br /&gt;
Next task was to install ROS kinetics.&lt;br /&gt;
Installing ROS Kinetics was not difficult after watching few tutorials on you tube.&lt;br /&gt;
&lt;br /&gt;
== '''Learning ROS'''==&lt;br /&gt;
Use ROS Tutorials&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== '''Creating a Package''' ==&lt;br /&gt;
To create a Package follow these steps&amp;lt;br /&amp;gt;&lt;br /&gt;
# &amp;lt;big&amp;gt;Go to your workspace, in our case it is catkin_ws and src directory by using this command&amp;lt;/big&amp;gt;   cd %YOUR_CATKIN_WORKSPACE_HOME%/src&amp;lt;br /&amp;gt;&lt;br /&gt;
# &amp;lt;big&amp;gt;Then use this command&amp;lt;/big&amp;gt;   catkin_create_pkg &amp;lt;big&amp;gt;Package name&amp;lt;/big&amp;gt; tf roscpp rospy turtlesim&amp;lt;br /&amp;gt;&lt;br /&gt;
# &amp;lt;big&amp;gt;Build your new package before you can roscd&amp;lt;/big&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
 $ cd %YOUR_CATKIN_WORKSPACE_HOME%/&lt;br /&gt;
 $ catkin_make&lt;br /&gt;
 $ source ./devel/setup.bash&lt;br /&gt;
&lt;br /&gt;
== '''How to add a new Package in workspace''' '''(27-06-2017)''' ==&lt;br /&gt;
Insert non-formatted text here&lt;br /&gt;
 $ cd catkin_ws // go in workspace&lt;br /&gt;
 $ cd src //go in source directory&lt;br /&gt;
 $ git clone https://github.com/ros-drivers/usb_cam.git  // download package&lt;br /&gt;
 /catkin_ws$ catkin_make //go in workspace and run catkin_make&lt;br /&gt;
 $ source devel/setup.bash   // run it&lt;br /&gt;
 $roslaunch usb_cam usb_cam-test.launch // to launch package&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=='''Interfacing 3D Camera'''==&lt;br /&gt;
http://wiki.ros.org/realsense_camera&amp;lt;br /&amp;gt;&lt;br /&gt;
https://01.org/developerjourney/recipe/intel-realsense-robotic-development-kit&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=='''Working with Lidar'''==&lt;br /&gt;
&amp;lt;big&amp;gt;Read this tutorial&amp;lt;/big&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
http://wiki.ros.org/hokuyo_node/Tutorials/UsingTheHokuyoNode&lt;br /&gt;
&lt;br /&gt;
=='''For Lidar'''==&lt;br /&gt;
&amp;lt;big&amp;gt;first run roscore&amp;lt;br /&amp;gt;&lt;br /&gt;
then hokuyo_node&amp;lt;br /&amp;gt;&lt;br /&gt;
after it tf function&amp;lt;br /&amp;gt;&lt;br /&gt;
for tf function&amp;lt;br /&amp;gt;&amp;lt;/big&amp;gt;&lt;br /&gt;
rosrun tf static_transform_publisher 0.0 0.0 0.0 0.0 0.0 0.0 map my_frame 100&amp;lt;br /&amp;gt;&lt;br /&gt;
 http://answers.ros.org/question/195962/rviz-fixed-frame-world-does-not-exist/&lt;br /&gt;
Then run rviz&amp;lt;br /&amp;gt;&lt;br /&gt;
rosrun rviz rviz&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=='''For navigation stack'''==&lt;br /&gt;
 https://github.com/ut-ims-robotics/tutorials/wiki/Navigation-stack&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=='''Recording and playing bag file'''==&lt;br /&gt;
For this purpose Lidar scan was used and following steps were performed. &amp;lt;br /&amp;gt;&lt;br /&gt;
# roscore&amp;lt;br /&amp;gt;&lt;br /&gt;
#  '''hokuyo_node was run rosrun but lidar was connected''' rosrun hokuyo_node hokuyo_node &amp;lt;br /&amp;gt;&lt;br /&gt;
# '''rviz run by using this command''' rosrun rviz rviz&amp;lt;br /&amp;gt;&lt;br /&gt;
# '''laser''' was selected in fixed frame option menu in Display&amp;lt;br /&amp;gt;&lt;br /&gt;
# '''laser scan''' was added from '''add''' option&amp;lt;br /&amp;gt;&lt;br /&gt;
# Recording was started by using this command   rosbag record LaserScanner /scan&lt;br /&gt;
# For playing this bag file performed 6 steps again and use this command     rosbag play &amp;quot;2017-07-31-14-46-07&amp;quot;.bag&amp;lt;br /&amp;gt;&lt;br /&gt;
== '''TF''' ==&lt;br /&gt;
&amp;lt;big&amp;gt;Writing a TF  broadcaster follow this tutorial&amp;lt;br /&amp;gt;&amp;lt;/big&amp;gt;&lt;br /&gt;
http://wiki.ros.org/tf/Tutorials/Writing%20a%20tf%20broadcaster%20%28C%2B%2B%29&amp;lt;br /&amp;gt;&lt;/div&gt;</summary>
		<author><name>Saqlian</name></author>
	</entry>
	<entry>
		<id>https://ims.ut.ee/index.php?title=My_Work_Time_line&amp;diff=17064</id>
		<title>My Work Time line</title>
		<link rel="alternate" type="text/html" href="https://ims.ut.ee/index.php?title=My_Work_Time_line&amp;diff=17064"/>
		<updated>2017-08-01T15:16:41Z</updated>

		<summary type="html">&lt;p&gt;Saqlian: /* For Lidar */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Welcome to my Activity Log!!!&lt;br /&gt;
My Research topic is &amp;quot; Co-operative mappingg by using a swarm of sensors&amp;quot;. The first target to achieve is to build up knowledge about using Ubuntu and ROS kinetics.&lt;br /&gt;
&lt;br /&gt;
== '''Installation''' ==&lt;br /&gt;
Ubuntu seems new to me as i always worked on window versions of operating systems. So for me task 1 was to install Ubuntu and make myself familiar to its working.&lt;br /&gt;
When i started Ubuntu installation, i had to face problem because my system was not ready to accept different operating system. It started screaming out loud to warn me but i keep going. After 3 failures i became successful in Ubuntu installation over the cost of data in my hard drive.&lt;br /&gt;
&lt;br /&gt;
[[https://www.ubuntu.com/ Ubuntu Official Website]]&lt;br /&gt;
&lt;br /&gt;
== Installing ROS ==&lt;br /&gt;
Next task was to install ROS kinetics.&lt;br /&gt;
Installing ROS Kinetics was not difficult after watching few tutorials on you tube.&lt;br /&gt;
&lt;br /&gt;
== '''Learning ROS'''==&lt;br /&gt;
Use ROS Tutorials&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== '''Creating a Package''' ==&lt;br /&gt;
To create a Package follow these steps&amp;lt;br /&amp;gt;&lt;br /&gt;
# &amp;lt;big&amp;gt;Go to your workspace, in our case it is catkin_ws and src directory by using this command&amp;lt;/big&amp;gt;   cd %YOUR_CATKIN_WORKSPACE_HOME%/src&amp;lt;br /&amp;gt;&lt;br /&gt;
# &amp;lt;big&amp;gt;Then use this command&amp;lt;/big&amp;gt;   catkin_create_pkg &amp;lt;big&amp;gt;Package name&amp;lt;/big&amp;gt; tf roscpp rospy turtlesim&amp;lt;br /&amp;gt;&lt;br /&gt;
# &amp;lt;big&amp;gt;Build your new package before you can roscd&amp;lt;/big&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
 $ cd %YOUR_CATKIN_WORKSPACE_HOME%/&lt;br /&gt;
 $ catkin_make&lt;br /&gt;
 $ source ./devel/setup.bash&lt;br /&gt;
&lt;br /&gt;
== '''How to add a new Package in workspace''' '''(27-06-2017)''' ==&lt;br /&gt;
Insert non-formatted text here&lt;br /&gt;
 $ cd catkin_ws // go in workspace&lt;br /&gt;
 $ cd src //go in source directory&lt;br /&gt;
 $ git clone https://github.com/ros-drivers/usb_cam.git  // download package&lt;br /&gt;
 /catkin_ws$ catkin_make //go in workspace and run catkin_make&lt;br /&gt;
 $ source devel/setup.bash   // run it&lt;br /&gt;
 $roslaunch usb_cam usb_cam-test.launch // to launch package&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=='''Interfacing 3D Camera'''==&lt;br /&gt;
http://wiki.ros.org/realsense_camera&amp;lt;br /&amp;gt;&lt;br /&gt;
https://01.org/developerjourney/recipe/intel-realsense-robotic-development-kit&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=='''Working with Lidar'''==&lt;br /&gt;
&amp;lt;big&amp;gt;Read this tutorial&amp;lt;/big&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
http://wiki.ros.org/hokuyo_node/Tutorials/UsingTheHokuyoNode&lt;br /&gt;
&lt;br /&gt;
=='''For Lidar'''==&lt;br /&gt;
&amp;lt;big&amp;gt;first run roscore&amp;lt;br /&amp;gt;&lt;br /&gt;
then hokuyo_node&amp;lt;br /&amp;gt;&lt;br /&gt;
after it tf function&amp;lt;br /&amp;gt;&lt;br /&gt;
for tf function&amp;lt;br /&amp;gt;&amp;lt;/big&amp;gt;&lt;br /&gt;
rosrun tf static_transform_publisher 0.0 0.0 0.0 0.0 0.0 0.0 map my_frame 100&amp;lt;br /&amp;gt;&lt;br /&gt;
http://answers.ros.org/question/195962/rviz-fixed-frame-world-does-not-exist/&lt;br /&gt;
Then run rviz&amp;lt;br /&amp;gt;&lt;br /&gt;
rosrun rviz rviz&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=='''For navigation stack'''==&lt;br /&gt;
 https://github.com/ut-ims-robotics/tutorials/wiki/Navigation-stack&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=='''Recording and playing bag file'''==&lt;br /&gt;
For this purpose Lidar scan was used and following steps were performed. &amp;lt;br /&amp;gt;&lt;br /&gt;
# roscore&amp;lt;br /&amp;gt;&lt;br /&gt;
#  '''hokuyo_node was run rosrun but lidar was connected''' rosrun hokuyo_node hokuyo_node &amp;lt;br /&amp;gt;&lt;br /&gt;
# '''rviz run by using this command''' rosrun rviz rviz&amp;lt;br /&amp;gt;&lt;br /&gt;
# '''laser''' was selected in fixed frame option menu in Display&amp;lt;br /&amp;gt;&lt;br /&gt;
# '''laser scan''' was added from '''add''' option&amp;lt;br /&amp;gt;&lt;br /&gt;
# Recording was started by using this command   rosbag record LaserScanner /scan&lt;br /&gt;
# For playing this bag file performed 6 steps again and use this command     rosbag play &amp;quot;2017-07-31-14-46-07&amp;quot;.bag&amp;lt;br /&amp;gt;&lt;br /&gt;
== '''TF''' ==&lt;br /&gt;
&amp;lt;big&amp;gt;Writing a TF  broadcaster follow this tutorial&amp;lt;br /&amp;gt;&amp;lt;/big&amp;gt;&lt;br /&gt;
http://wiki.ros.org/tf/Tutorials/Writing%20a%20tf%20broadcaster%20%28C%2B%2B%29&amp;lt;br /&amp;gt;&lt;/div&gt;</summary>
		<author><name>Saqlian</name></author>
	</entry>
	<entry>
		<id>https://ims.ut.ee/index.php?title=My_Work_Time_line&amp;diff=17063</id>
		<title>My Work Time line</title>
		<link rel="alternate" type="text/html" href="https://ims.ut.ee/index.php?title=My_Work_Time_line&amp;diff=17063"/>
		<updated>2017-08-01T15:15:58Z</updated>

		<summary type="html">&lt;p&gt;Saqlian: /* Working with Lidar */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Welcome to my Activity Log!!!&lt;br /&gt;
My Research topic is &amp;quot; Co-operative mappingg by using a swarm of sensors&amp;quot;. The first target to achieve is to build up knowledge about using Ubuntu and ROS kinetics.&lt;br /&gt;
&lt;br /&gt;
== '''Installation''' ==&lt;br /&gt;
Ubuntu seems new to me as i always worked on window versions of operating systems. So for me task 1 was to install Ubuntu and make myself familiar to its working.&lt;br /&gt;
When i started Ubuntu installation, i had to face problem because my system was not ready to accept different operating system. It started screaming out loud to warn me but i keep going. After 3 failures i became successful in Ubuntu installation over the cost of data in my hard drive.&lt;br /&gt;
&lt;br /&gt;
[[https://www.ubuntu.com/ Ubuntu Official Website]]&lt;br /&gt;
&lt;br /&gt;
== Installing ROS ==&lt;br /&gt;
Next task was to install ROS kinetics.&lt;br /&gt;
Installing ROS Kinetics was not difficult after watching few tutorials on you tube.&lt;br /&gt;
&lt;br /&gt;
== '''Learning ROS'''==&lt;br /&gt;
Use ROS Tutorials&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== '''Creating a Package''' ==&lt;br /&gt;
To create a Package follow these steps&amp;lt;br /&amp;gt;&lt;br /&gt;
# &amp;lt;big&amp;gt;Go to your workspace, in our case it is catkin_ws and src directory by using this command&amp;lt;/big&amp;gt;   cd %YOUR_CATKIN_WORKSPACE_HOME%/src&amp;lt;br /&amp;gt;&lt;br /&gt;
# &amp;lt;big&amp;gt;Then use this command&amp;lt;/big&amp;gt;   catkin_create_pkg &amp;lt;big&amp;gt;Package name&amp;lt;/big&amp;gt; tf roscpp rospy turtlesim&amp;lt;br /&amp;gt;&lt;br /&gt;
# &amp;lt;big&amp;gt;Build your new package before you can roscd&amp;lt;/big&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
 $ cd %YOUR_CATKIN_WORKSPACE_HOME%/&lt;br /&gt;
 $ catkin_make&lt;br /&gt;
 $ source ./devel/setup.bash&lt;br /&gt;
&lt;br /&gt;
== '''How to add a new Package in workspace''' '''(27-06-2017)''' ==&lt;br /&gt;
Insert non-formatted text here&lt;br /&gt;
 $ cd catkin_ws // go in workspace&lt;br /&gt;
 $ cd src //go in source directory&lt;br /&gt;
 $ git clone https://github.com/ros-drivers/usb_cam.git  // download package&lt;br /&gt;
 /catkin_ws$ catkin_make //go in workspace and run catkin_make&lt;br /&gt;
 $ source devel/setup.bash   // run it&lt;br /&gt;
 $roslaunch usb_cam usb_cam-test.launch // to launch package&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=='''Interfacing 3D Camera'''==&lt;br /&gt;
http://wiki.ros.org/realsense_camera&amp;lt;br /&amp;gt;&lt;br /&gt;
https://01.org/developerjourney/recipe/intel-realsense-robotic-development-kit&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=='''Working with Lidar'''==&lt;br /&gt;
&amp;lt;big&amp;gt;Read this tutorial&amp;lt;/big&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
http://wiki.ros.org/hokuyo_node/Tutorials/UsingTheHokuyoNode&lt;br /&gt;
&lt;br /&gt;
=='''For Lidar'''==&lt;br /&gt;
first run roscore&amp;lt;br /&amp;gt;&lt;br /&gt;
then hokuyo_node&amp;lt;br /&amp;gt;&lt;br /&gt;
after it tf function&amp;lt;br /&amp;gt;&lt;br /&gt;
for tf function&amp;lt;br /&amp;gt;&lt;br /&gt;
rosrun tf static_transform_publisher 0.0 0.0 0.0 0.0 0.0 0.0 map my_frame 100&lt;br /&gt;
 http://answers.ros.org/question/195962/rviz-fixed-frame-world-does-not-exist/&lt;br /&gt;
Then run rviz&amp;lt;br /&amp;gt;&lt;br /&gt;
rosrun rviz rviz&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=='''For navigation stack'''==&lt;br /&gt;
 https://github.com/ut-ims-robotics/tutorials/wiki/Navigation-stack&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=='''Recording and playing bag file'''==&lt;br /&gt;
For this purpose Lidar scan was used and following steps were performed. &amp;lt;br /&amp;gt;&lt;br /&gt;
# roscore&amp;lt;br /&amp;gt;&lt;br /&gt;
#  '''hokuyo_node was run rosrun but lidar was connected''' rosrun hokuyo_node hokuyo_node &amp;lt;br /&amp;gt;&lt;br /&gt;
# '''rviz run by using this command''' rosrun rviz rviz&amp;lt;br /&amp;gt;&lt;br /&gt;
# '''laser''' was selected in fixed frame option menu in Display&amp;lt;br /&amp;gt;&lt;br /&gt;
# '''laser scan''' was added from '''add''' option&amp;lt;br /&amp;gt;&lt;br /&gt;
# Recording was started by using this command   rosbag record LaserScanner /scan&lt;br /&gt;
# For playing this bag file performed 6 steps again and use this command     rosbag play &amp;quot;2017-07-31-14-46-07&amp;quot;.bag&amp;lt;br /&amp;gt;&lt;br /&gt;
== '''TF''' ==&lt;br /&gt;
&amp;lt;big&amp;gt;Writing a TF  broadcaster follow this tutorial&amp;lt;br /&amp;gt;&amp;lt;/big&amp;gt;&lt;br /&gt;
http://wiki.ros.org/tf/Tutorials/Writing%20a%20tf%20broadcaster%20%28C%2B%2B%29&amp;lt;br /&amp;gt;&lt;/div&gt;</summary>
		<author><name>Saqlian</name></author>
	</entry>
	<entry>
		<id>https://ims.ut.ee/index.php?title=My_Work_Time_line&amp;diff=17062</id>
		<title>My Work Time line</title>
		<link rel="alternate" type="text/html" href="https://ims.ut.ee/index.php?title=My_Work_Time_line&amp;diff=17062"/>
		<updated>2017-08-01T15:15:33Z</updated>

		<summary type="html">&lt;p&gt;Saqlian: /* Working with Lidar */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Welcome to my Activity Log!!!&lt;br /&gt;
My Research topic is &amp;quot; Co-operative mappingg by using a swarm of sensors&amp;quot;. The first target to achieve is to build up knowledge about using Ubuntu and ROS kinetics.&lt;br /&gt;
&lt;br /&gt;
== '''Installation''' ==&lt;br /&gt;
Ubuntu seems new to me as i always worked on window versions of operating systems. So for me task 1 was to install Ubuntu and make myself familiar to its working.&lt;br /&gt;
When i started Ubuntu installation, i had to face problem because my system was not ready to accept different operating system. It started screaming out loud to warn me but i keep going. After 3 failures i became successful in Ubuntu installation over the cost of data in my hard drive.&lt;br /&gt;
&lt;br /&gt;
[[https://www.ubuntu.com/ Ubuntu Official Website]]&lt;br /&gt;
&lt;br /&gt;
== Installing ROS ==&lt;br /&gt;
Next task was to install ROS kinetics.&lt;br /&gt;
Installing ROS Kinetics was not difficult after watching few tutorials on you tube.&lt;br /&gt;
&lt;br /&gt;
== '''Learning ROS'''==&lt;br /&gt;
Use ROS Tutorials&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== '''Creating a Package''' ==&lt;br /&gt;
To create a Package follow these steps&amp;lt;br /&amp;gt;&lt;br /&gt;
# &amp;lt;big&amp;gt;Go to your workspace, in our case it is catkin_ws and src directory by using this command&amp;lt;/big&amp;gt;   cd %YOUR_CATKIN_WORKSPACE_HOME%/src&amp;lt;br /&amp;gt;&lt;br /&gt;
# &amp;lt;big&amp;gt;Then use this command&amp;lt;/big&amp;gt;   catkin_create_pkg &amp;lt;big&amp;gt;Package name&amp;lt;/big&amp;gt; tf roscpp rospy turtlesim&amp;lt;br /&amp;gt;&lt;br /&gt;
# &amp;lt;big&amp;gt;Build your new package before you can roscd&amp;lt;/big&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
 $ cd %YOUR_CATKIN_WORKSPACE_HOME%/&lt;br /&gt;
 $ catkin_make&lt;br /&gt;
 $ source ./devel/setup.bash&lt;br /&gt;
&lt;br /&gt;
== '''How to add a new Package in workspace''' '''(27-06-2017)''' ==&lt;br /&gt;
Insert non-formatted text here&lt;br /&gt;
 $ cd catkin_ws // go in workspace&lt;br /&gt;
 $ cd src //go in source directory&lt;br /&gt;
 $ git clone https://github.com/ros-drivers/usb_cam.git  // download package&lt;br /&gt;
 /catkin_ws$ catkin_make //go in workspace and run catkin_make&lt;br /&gt;
 $ source devel/setup.bash   // run it&lt;br /&gt;
 $roslaunch usb_cam usb_cam-test.launch // to launch package&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=='''Interfacing 3D Camera'''==&lt;br /&gt;
http://wiki.ros.org/realsense_camera&amp;lt;br /&amp;gt;&lt;br /&gt;
https://01.org/developerjourney/recipe/intel-realsense-robotic-development-kit&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=='''Working with Lidar'''==&lt;br /&gt;
&amp;lt;big&amp;gt;Read this tutoria&amp;lt;/big&amp;gt;l&amp;lt;br /&amp;gt;&lt;br /&gt;
http://wiki.ros.org/hokuyo_node/Tutorials/UsingTheHokuyoNode&lt;br /&gt;
&lt;br /&gt;
=='''For Lidar'''==&lt;br /&gt;
first run roscore&amp;lt;br /&amp;gt;&lt;br /&gt;
then hokuyo_node&amp;lt;br /&amp;gt;&lt;br /&gt;
after it tf function&amp;lt;br /&amp;gt;&lt;br /&gt;
for tf function&amp;lt;br /&amp;gt;&lt;br /&gt;
rosrun tf static_transform_publisher 0.0 0.0 0.0 0.0 0.0 0.0 map my_frame 100&lt;br /&gt;
 http://answers.ros.org/question/195962/rviz-fixed-frame-world-does-not-exist/&lt;br /&gt;
Then run rviz&amp;lt;br /&amp;gt;&lt;br /&gt;
rosrun rviz rviz&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=='''For navigation stack'''==&lt;br /&gt;
 https://github.com/ut-ims-robotics/tutorials/wiki/Navigation-stack&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=='''Recording and playing bag file'''==&lt;br /&gt;
For this purpose Lidar scan was used and following steps were performed. &amp;lt;br /&amp;gt;&lt;br /&gt;
# roscore&amp;lt;br /&amp;gt;&lt;br /&gt;
#  '''hokuyo_node was run rosrun but lidar was connected''' rosrun hokuyo_node hokuyo_node &amp;lt;br /&amp;gt;&lt;br /&gt;
# '''rviz run by using this command''' rosrun rviz rviz&amp;lt;br /&amp;gt;&lt;br /&gt;
# '''laser''' was selected in fixed frame option menu in Display&amp;lt;br /&amp;gt;&lt;br /&gt;
# '''laser scan''' was added from '''add''' option&amp;lt;br /&amp;gt;&lt;br /&gt;
# Recording was started by using this command   rosbag record LaserScanner /scan&lt;br /&gt;
# For playing this bag file performed 6 steps again and use this command     rosbag play &amp;quot;2017-07-31-14-46-07&amp;quot;.bag&amp;lt;br /&amp;gt;&lt;br /&gt;
== '''TF''' ==&lt;br /&gt;
&amp;lt;big&amp;gt;Writing a TF  broadcaster follow this tutorial&amp;lt;br /&amp;gt;&amp;lt;/big&amp;gt;&lt;br /&gt;
http://wiki.ros.org/tf/Tutorials/Writing%20a%20tf%20broadcaster%20%28C%2B%2B%29&amp;lt;br /&amp;gt;&lt;/div&gt;</summary>
		<author><name>Saqlian</name></author>
	</entry>
	<entry>
		<id>https://ims.ut.ee/index.php?title=My_Work_Time_line&amp;diff=17061</id>
		<title>My Work Time line</title>
		<link rel="alternate" type="text/html" href="https://ims.ut.ee/index.php?title=My_Work_Time_line&amp;diff=17061"/>
		<updated>2017-08-01T15:14:54Z</updated>

		<summary type="html">&lt;p&gt;Saqlian: /* Working with Lidar */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Welcome to my Activity Log!!!&lt;br /&gt;
My Research topic is &amp;quot; Co-operative mappingg by using a swarm of sensors&amp;quot;. The first target to achieve is to build up knowledge about using Ubuntu and ROS kinetics.&lt;br /&gt;
&lt;br /&gt;
== '''Installation''' ==&lt;br /&gt;
Ubuntu seems new to me as i always worked on window versions of operating systems. So for me task 1 was to install Ubuntu and make myself familiar to its working.&lt;br /&gt;
When i started Ubuntu installation, i had to face problem because my system was not ready to accept different operating system. It started screaming out loud to warn me but i keep going. After 3 failures i became successful in Ubuntu installation over the cost of data in my hard drive.&lt;br /&gt;
&lt;br /&gt;
[[https://www.ubuntu.com/ Ubuntu Official Website]]&lt;br /&gt;
&lt;br /&gt;
== Installing ROS ==&lt;br /&gt;
Next task was to install ROS kinetics.&lt;br /&gt;
Installing ROS Kinetics was not difficult after watching few tutorials on you tube.&lt;br /&gt;
&lt;br /&gt;
== '''Learning ROS'''==&lt;br /&gt;
Use ROS Tutorials&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== '''Creating a Package''' ==&lt;br /&gt;
To create a Package follow these steps&amp;lt;br /&amp;gt;&lt;br /&gt;
# &amp;lt;big&amp;gt;Go to your workspace, in our case it is catkin_ws and src directory by using this command&amp;lt;/big&amp;gt;   cd %YOUR_CATKIN_WORKSPACE_HOME%/src&amp;lt;br /&amp;gt;&lt;br /&gt;
# &amp;lt;big&amp;gt;Then use this command&amp;lt;/big&amp;gt;   catkin_create_pkg &amp;lt;big&amp;gt;Package name&amp;lt;/big&amp;gt; tf roscpp rospy turtlesim&amp;lt;br /&amp;gt;&lt;br /&gt;
# &amp;lt;big&amp;gt;Build your new package before you can roscd&amp;lt;/big&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
 $ cd %YOUR_CATKIN_WORKSPACE_HOME%/&lt;br /&gt;
 $ catkin_make&lt;br /&gt;
 $ source ./devel/setup.bash&lt;br /&gt;
&lt;br /&gt;
== '''How to add a new Package in workspace''' '''(27-06-2017)''' ==&lt;br /&gt;
Insert non-formatted text here&lt;br /&gt;
 $ cd catkin_ws // go in workspace&lt;br /&gt;
 $ cd src //go in source directory&lt;br /&gt;
 $ git clone https://github.com/ros-drivers/usb_cam.git  // download package&lt;br /&gt;
 /catkin_ws$ catkin_make //go in workspace and run catkin_make&lt;br /&gt;
 $ source devel/setup.bash   // run it&lt;br /&gt;
 $roslaunch usb_cam usb_cam-test.launch // to launch package&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=='''Interfacing 3D Camera'''==&lt;br /&gt;
http://wiki.ros.org/realsense_camera&amp;lt;br /&amp;gt;&lt;br /&gt;
https://01.org/developerjourney/recipe/intel-realsense-robotic-development-kit&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=='''Working with Lidar'''==&lt;br /&gt;
Read this tutorial&lt;br /&gt;
 http://wiki.ros.org/hokuyo_node/Tutorials/UsingTheHokuyoNode&lt;br /&gt;
&lt;br /&gt;
=='''For Lidar'''==&lt;br /&gt;
first run roscore&amp;lt;br /&amp;gt;&lt;br /&gt;
then hokuyo_node&amp;lt;br /&amp;gt;&lt;br /&gt;
after it tf function&amp;lt;br /&amp;gt;&lt;br /&gt;
for tf function&amp;lt;br /&amp;gt;&lt;br /&gt;
rosrun tf static_transform_publisher 0.0 0.0 0.0 0.0 0.0 0.0 map my_frame 100&lt;br /&gt;
 http://answers.ros.org/question/195962/rviz-fixed-frame-world-does-not-exist/&lt;br /&gt;
Then run rviz&amp;lt;br /&amp;gt;&lt;br /&gt;
rosrun rviz rviz&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=='''For navigation stack'''==&lt;br /&gt;
 https://github.com/ut-ims-robotics/tutorials/wiki/Navigation-stack&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=='''Recording and playing bag file'''==&lt;br /&gt;
For this purpose Lidar scan was used and following steps were performed. &amp;lt;br /&amp;gt;&lt;br /&gt;
# roscore&amp;lt;br /&amp;gt;&lt;br /&gt;
#  '''hokuyo_node was run rosrun but lidar was connected''' rosrun hokuyo_node hokuyo_node &amp;lt;br /&amp;gt;&lt;br /&gt;
# '''rviz run by using this command''' rosrun rviz rviz&amp;lt;br /&amp;gt;&lt;br /&gt;
# '''laser''' was selected in fixed frame option menu in Display&amp;lt;br /&amp;gt;&lt;br /&gt;
# '''laser scan''' was added from '''add''' option&amp;lt;br /&amp;gt;&lt;br /&gt;
# Recording was started by using this command   rosbag record LaserScanner /scan&lt;br /&gt;
# For playing this bag file performed 6 steps again and use this command     rosbag play &amp;quot;2017-07-31-14-46-07&amp;quot;.bag&amp;lt;br /&amp;gt;&lt;br /&gt;
== '''TF''' ==&lt;br /&gt;
&amp;lt;big&amp;gt;Writing a TF  broadcaster follow this tutorial&amp;lt;br /&amp;gt;&amp;lt;/big&amp;gt;&lt;br /&gt;
http://wiki.ros.org/tf/Tutorials/Writing%20a%20tf%20broadcaster%20%28C%2B%2B%29&amp;lt;br /&amp;gt;&lt;/div&gt;</summary>
		<author><name>Saqlian</name></author>
	</entry>
	<entry>
		<id>https://ims.ut.ee/index.php?title=My_Work_Time_line&amp;diff=17060</id>
		<title>My Work Time line</title>
		<link rel="alternate" type="text/html" href="https://ims.ut.ee/index.php?title=My_Work_Time_line&amp;diff=17060"/>
		<updated>2017-08-01T15:14:42Z</updated>

		<summary type="html">&lt;p&gt;Saqlian: /* Working with Lidar */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Welcome to my Activity Log!!!&lt;br /&gt;
My Research topic is &amp;quot; Co-operative mappingg by using a swarm of sensors&amp;quot;. The first target to achieve is to build up knowledge about using Ubuntu and ROS kinetics.&lt;br /&gt;
&lt;br /&gt;
== '''Installation''' ==&lt;br /&gt;
Ubuntu seems new to me as i always worked on window versions of operating systems. So for me task 1 was to install Ubuntu and make myself familiar to its working.&lt;br /&gt;
When i started Ubuntu installation, i had to face problem because my system was not ready to accept different operating system. It started screaming out loud to warn me but i keep going. After 3 failures i became successful in Ubuntu installation over the cost of data in my hard drive.&lt;br /&gt;
&lt;br /&gt;
[[https://www.ubuntu.com/ Ubuntu Official Website]]&lt;br /&gt;
&lt;br /&gt;
== Installing ROS ==&lt;br /&gt;
Next task was to install ROS kinetics.&lt;br /&gt;
Installing ROS Kinetics was not difficult after watching few tutorials on you tube.&lt;br /&gt;
&lt;br /&gt;
== '''Learning ROS'''==&lt;br /&gt;
Use ROS Tutorials&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== '''Creating a Package''' ==&lt;br /&gt;
To create a Package follow these steps&amp;lt;br /&amp;gt;&lt;br /&gt;
# &amp;lt;big&amp;gt;Go to your workspace, in our case it is catkin_ws and src directory by using this command&amp;lt;/big&amp;gt;   cd %YOUR_CATKIN_WORKSPACE_HOME%/src&amp;lt;br /&amp;gt;&lt;br /&gt;
# &amp;lt;big&amp;gt;Then use this command&amp;lt;/big&amp;gt;   catkin_create_pkg &amp;lt;big&amp;gt;Package name&amp;lt;/big&amp;gt; tf roscpp rospy turtlesim&amp;lt;br /&amp;gt;&lt;br /&gt;
# &amp;lt;big&amp;gt;Build your new package before you can roscd&amp;lt;/big&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
 $ cd %YOUR_CATKIN_WORKSPACE_HOME%/&lt;br /&gt;
 $ catkin_make&lt;br /&gt;
 $ source ./devel/setup.bash&lt;br /&gt;
&lt;br /&gt;
== '''How to add a new Package in workspace''' '''(27-06-2017)''' ==&lt;br /&gt;
Insert non-formatted text here&lt;br /&gt;
 $ cd catkin_ws // go in workspace&lt;br /&gt;
 $ cd src //go in source directory&lt;br /&gt;
 $ git clone https://github.com/ros-drivers/usb_cam.git  // download package&lt;br /&gt;
 /catkin_ws$ catkin_make //go in workspace and run catkin_make&lt;br /&gt;
 $ source devel/setup.bash   // run it&lt;br /&gt;
 $roslaunch usb_cam usb_cam-test.launch // to launch package&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=='''Interfacing 3D Camera'''==&lt;br /&gt;
http://wiki.ros.org/realsense_camera&amp;lt;br /&amp;gt;&lt;br /&gt;
https://01.org/developerjourney/recipe/intel-realsense-robotic-development-kit&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=='''Working with Lidar'''==&lt;br /&gt;
Read this tutorial&lt;br /&gt;
 http://wiki.ros.org/hokuyo_node/Tutorials/UsingTheHokuyoNode&lt;br /&gt;
&lt;br /&gt;
 =='''For Lidar'''==&lt;br /&gt;
first run roscore&amp;lt;br /&amp;gt;&lt;br /&gt;
then hokuyo_node&amp;lt;br /&amp;gt;&lt;br /&gt;
after it tf function&amp;lt;br /&amp;gt;&lt;br /&gt;
for tf function&amp;lt;br /&amp;gt;&lt;br /&gt;
rosrun tf static_transform_publisher 0.0 0.0 0.0 0.0 0.0 0.0 map my_frame 100&lt;br /&gt;
 http://answers.ros.org/question/195962/rviz-fixed-frame-world-does-not-exist/&lt;br /&gt;
Then run rviz&amp;lt;br /&amp;gt;&lt;br /&gt;
rosrun rviz rviz&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=='''For navigation stack'''==&lt;br /&gt;
 https://github.com/ut-ims-robotics/tutorials/wiki/Navigation-stack&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=='''Recording and playing bag file'''==&lt;br /&gt;
For this purpose Lidar scan was used and following steps were performed. &amp;lt;br /&amp;gt;&lt;br /&gt;
# roscore&amp;lt;br /&amp;gt;&lt;br /&gt;
#  '''hokuyo_node was run rosrun but lidar was connected''' rosrun hokuyo_node hokuyo_node &amp;lt;br /&amp;gt;&lt;br /&gt;
# '''rviz run by using this command''' rosrun rviz rviz&amp;lt;br /&amp;gt;&lt;br /&gt;
# '''laser''' was selected in fixed frame option menu in Display&amp;lt;br /&amp;gt;&lt;br /&gt;
# '''laser scan''' was added from '''add''' option&amp;lt;br /&amp;gt;&lt;br /&gt;
# Recording was started by using this command   rosbag record LaserScanner /scan&lt;br /&gt;
# For playing this bag file performed 6 steps again and use this command     rosbag play &amp;quot;2017-07-31-14-46-07&amp;quot;.bag&amp;lt;br /&amp;gt;&lt;br /&gt;
== '''TF''' ==&lt;br /&gt;
&amp;lt;big&amp;gt;Writing a TF  broadcaster follow this tutorial&amp;lt;br /&amp;gt;&amp;lt;/big&amp;gt;&lt;br /&gt;
http://wiki.ros.org/tf/Tutorials/Writing%20a%20tf%20broadcaster%20%28C%2B%2B%29&amp;lt;br /&amp;gt;&lt;/div&gt;</summary>
		<author><name>Saqlian</name></author>
	</entry>
	<entry>
		<id>https://ims.ut.ee/index.php?title=My_Work_Time_line&amp;diff=17059</id>
		<title>My Work Time line</title>
		<link rel="alternate" type="text/html" href="https://ims.ut.ee/index.php?title=My_Work_Time_line&amp;diff=17059"/>
		<updated>2017-08-01T15:13:33Z</updated>

		<summary type="html">&lt;p&gt;Saqlian: /* (29-06-2017) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Welcome to my Activity Log!!!&lt;br /&gt;
My Research topic is &amp;quot; Co-operative mappingg by using a swarm of sensors&amp;quot;. The first target to achieve is to build up knowledge about using Ubuntu and ROS kinetics.&lt;br /&gt;
&lt;br /&gt;
== '''Installation''' ==&lt;br /&gt;
Ubuntu seems new to me as i always worked on window versions of operating systems. So for me task 1 was to install Ubuntu and make myself familiar to its working.&lt;br /&gt;
When i started Ubuntu installation, i had to face problem because my system was not ready to accept different operating system. It started screaming out loud to warn me but i keep going. After 3 failures i became successful in Ubuntu installation over the cost of data in my hard drive.&lt;br /&gt;
&lt;br /&gt;
[[https://www.ubuntu.com/ Ubuntu Official Website]]&lt;br /&gt;
&lt;br /&gt;
== Installing ROS ==&lt;br /&gt;
Next task was to install ROS kinetics.&lt;br /&gt;
Installing ROS Kinetics was not difficult after watching few tutorials on you tube.&lt;br /&gt;
&lt;br /&gt;
== '''Learning ROS'''==&lt;br /&gt;
Use ROS Tutorials&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== '''Creating a Package''' ==&lt;br /&gt;
To create a Package follow these steps&amp;lt;br /&amp;gt;&lt;br /&gt;
# &amp;lt;big&amp;gt;Go to your workspace, in our case it is catkin_ws and src directory by using this command&amp;lt;/big&amp;gt;   cd %YOUR_CATKIN_WORKSPACE_HOME%/src&amp;lt;br /&amp;gt;&lt;br /&gt;
# &amp;lt;big&amp;gt;Then use this command&amp;lt;/big&amp;gt;   catkin_create_pkg &amp;lt;big&amp;gt;Package name&amp;lt;/big&amp;gt; tf roscpp rospy turtlesim&amp;lt;br /&amp;gt;&lt;br /&gt;
# &amp;lt;big&amp;gt;Build your new package before you can roscd&amp;lt;/big&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
 $ cd %YOUR_CATKIN_WORKSPACE_HOME%/&lt;br /&gt;
 $ catkin_make&lt;br /&gt;
 $ source ./devel/setup.bash&lt;br /&gt;
&lt;br /&gt;
== '''How to add a new Package in workspace''' '''(27-06-2017)''' ==&lt;br /&gt;
Insert non-formatted text here&lt;br /&gt;
 $ cd catkin_ws // go in workspace&lt;br /&gt;
 $ cd src //go in source directory&lt;br /&gt;
 $ git clone https://github.com/ros-drivers/usb_cam.git  // download package&lt;br /&gt;
 /catkin_ws$ catkin_make //go in workspace and run catkin_make&lt;br /&gt;
 $ source devel/setup.bash   // run it&lt;br /&gt;
 $roslaunch usb_cam usb_cam-test.launch // to launch package&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=='''Interfacing 3D Camera'''==&lt;br /&gt;
http://wiki.ros.org/realsense_camera&amp;lt;br /&amp;gt;&lt;br /&gt;
https://01.org/developerjourney/recipe/intel-realsense-robotic-development-kit&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=='''Working with Lida'''r==&lt;br /&gt;
Read this tutorial&lt;br /&gt;
 http://wiki.ros.org/hokuyo_node/Tutorials/UsingTheHokuyoNode&lt;br /&gt;
&lt;br /&gt;
 =='''For Lida'''r==&lt;br /&gt;
first run roscore&amp;lt;br /&amp;gt;&lt;br /&gt;
then hokuyo_node&amp;lt;br /&amp;gt;&lt;br /&gt;
after it tf function&amp;lt;br /&amp;gt;&lt;br /&gt;
for tf function&amp;lt;br /&amp;gt;&lt;br /&gt;
rosrun tf static_transform_publisher 0.0 0.0 0.0 0.0 0.0 0.0 map my_frame 100&lt;br /&gt;
 http://answers.ros.org/question/195962/rviz-fixed-frame-world-does-not-exist/&lt;br /&gt;
Then run rviz&amp;lt;br /&amp;gt;&lt;br /&gt;
rosrun rviz rviz&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=='''For navigation stack'''==&lt;br /&gt;
 https://github.com/ut-ims-robotics/tutorials/wiki/Navigation-stack&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=='''Recording and playing bag file'''==&lt;br /&gt;
For this purpose Lidar scan was used and following steps were performed. &amp;lt;br /&amp;gt;&lt;br /&gt;
# roscore&amp;lt;br /&amp;gt;&lt;br /&gt;
#  '''hokuyo_node was run rosrun but lidar was connected''' rosrun hokuyo_node hokuyo_node &amp;lt;br /&amp;gt;&lt;br /&gt;
# '''rviz run by using this command''' rosrun rviz rviz&amp;lt;br /&amp;gt;&lt;br /&gt;
# '''laser''' was selected in fixed frame option menu in Display&amp;lt;br /&amp;gt;&lt;br /&gt;
# '''laser scan''' was added from '''add''' option&amp;lt;br /&amp;gt;&lt;br /&gt;
# Recording was started by using this command   rosbag record LaserScanner /scan&lt;br /&gt;
# For playing this bag file performed 6 steps again and use this command     rosbag play &amp;quot;2017-07-31-14-46-07&amp;quot;.bag&amp;lt;br /&amp;gt;&lt;br /&gt;
== '''TF''' ==&lt;br /&gt;
&amp;lt;big&amp;gt;Writing a TF  broadcaster follow this tutorial&amp;lt;br /&amp;gt;&amp;lt;/big&amp;gt;&lt;br /&gt;
http://wiki.ros.org/tf/Tutorials/Writing%20a%20tf%20broadcaster%20%28C%2B%2B%29&amp;lt;br /&amp;gt;&lt;/div&gt;</summary>
		<author><name>Saqlian</name></author>
	</entry>
	<entry>
		<id>https://ims.ut.ee/index.php?title=My_Work_Time_line&amp;diff=17058</id>
		<title>My Work Time line</title>
		<link rel="alternate" type="text/html" href="https://ims.ut.ee/index.php?title=My_Work_Time_line&amp;diff=17058"/>
		<updated>2017-08-01T15:13:17Z</updated>

		<summary type="html">&lt;p&gt;Saqlian: /* Interfacing 3D Camera */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Welcome to my Activity Log!!!&lt;br /&gt;
My Research topic is &amp;quot; Co-operative mappingg by using a swarm of sensors&amp;quot;. The first target to achieve is to build up knowledge about using Ubuntu and ROS kinetics.&lt;br /&gt;
&lt;br /&gt;
== '''Installation''' ==&lt;br /&gt;
Ubuntu seems new to me as i always worked on window versions of operating systems. So for me task 1 was to install Ubuntu and make myself familiar to its working.&lt;br /&gt;
When i started Ubuntu installation, i had to face problem because my system was not ready to accept different operating system. It started screaming out loud to warn me but i keep going. After 3 failures i became successful in Ubuntu installation over the cost of data in my hard drive.&lt;br /&gt;
&lt;br /&gt;
[[https://www.ubuntu.com/ Ubuntu Official Website]]&lt;br /&gt;
&lt;br /&gt;
== Installing ROS ==&lt;br /&gt;
Next task was to install ROS kinetics.&lt;br /&gt;
Installing ROS Kinetics was not difficult after watching few tutorials on you tube.&lt;br /&gt;
&lt;br /&gt;
== '''Learning ROS'''==&lt;br /&gt;
Use ROS Tutorials&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== '''Creating a Package''' ==&lt;br /&gt;
To create a Package follow these steps&amp;lt;br /&amp;gt;&lt;br /&gt;
# &amp;lt;big&amp;gt;Go to your workspace, in our case it is catkin_ws and src directory by using this command&amp;lt;/big&amp;gt;   cd %YOUR_CATKIN_WORKSPACE_HOME%/src&amp;lt;br /&amp;gt;&lt;br /&gt;
# &amp;lt;big&amp;gt;Then use this command&amp;lt;/big&amp;gt;   catkin_create_pkg &amp;lt;big&amp;gt;Package name&amp;lt;/big&amp;gt; tf roscpp rospy turtlesim&amp;lt;br /&amp;gt;&lt;br /&gt;
# &amp;lt;big&amp;gt;Build your new package before you can roscd&amp;lt;/big&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
 $ cd %YOUR_CATKIN_WORKSPACE_HOME%/&lt;br /&gt;
 $ catkin_make&lt;br /&gt;
 $ source ./devel/setup.bash&lt;br /&gt;
&lt;br /&gt;
== '''How to add a new Package in workspace''' '''(27-06-2017)''' ==&lt;br /&gt;
Insert non-formatted text here&lt;br /&gt;
 $ cd catkin_ws // go in workspace&lt;br /&gt;
 $ cd src //go in source directory&lt;br /&gt;
 $ git clone https://github.com/ros-drivers/usb_cam.git  // download package&lt;br /&gt;
 /catkin_ws$ catkin_make //go in workspace and run catkin_make&lt;br /&gt;
 $ source devel/setup.bash   // run it&lt;br /&gt;
 $roslaunch usb_cam usb_cam-test.launch // to launch package&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=='''(29-06-2017)'''==&lt;br /&gt;
=='''Interfacing 3D Camera'''==&lt;br /&gt;
http://wiki.ros.org/realsense_camera&amp;lt;br /&amp;gt;&lt;br /&gt;
https://01.org/developerjourney/recipe/intel-realsense-robotic-development-kit&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=='''Working with Lida'''r==&lt;br /&gt;
Read this tutorial&lt;br /&gt;
 http://wiki.ros.org/hokuyo_node/Tutorials/UsingTheHokuyoNode&lt;br /&gt;
&lt;br /&gt;
 =='''For Lida'''r==&lt;br /&gt;
first run roscore&amp;lt;br /&amp;gt;&lt;br /&gt;
then hokuyo_node&amp;lt;br /&amp;gt;&lt;br /&gt;
after it tf function&amp;lt;br /&amp;gt;&lt;br /&gt;
for tf function&amp;lt;br /&amp;gt;&lt;br /&gt;
rosrun tf static_transform_publisher 0.0 0.0 0.0 0.0 0.0 0.0 map my_frame 100&lt;br /&gt;
 http://answers.ros.org/question/195962/rviz-fixed-frame-world-does-not-exist/&lt;br /&gt;
Then run rviz&amp;lt;br /&amp;gt;&lt;br /&gt;
rosrun rviz rviz&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=='''For navigation stack'''==&lt;br /&gt;
 https://github.com/ut-ims-robotics/tutorials/wiki/Navigation-stack&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=='''Recording and playing bag file'''==&lt;br /&gt;
For this purpose Lidar scan was used and following steps were performed. &amp;lt;br /&amp;gt;&lt;br /&gt;
# roscore&amp;lt;br /&amp;gt;&lt;br /&gt;
#  '''hokuyo_node was run rosrun but lidar was connected''' rosrun hokuyo_node hokuyo_node &amp;lt;br /&amp;gt;&lt;br /&gt;
# '''rviz run by using this command''' rosrun rviz rviz&amp;lt;br /&amp;gt;&lt;br /&gt;
# '''laser''' was selected in fixed frame option menu in Display&amp;lt;br /&amp;gt;&lt;br /&gt;
# '''laser scan''' was added from '''add''' option&amp;lt;br /&amp;gt;&lt;br /&gt;
# Recording was started by using this command   rosbag record LaserScanner /scan&lt;br /&gt;
# For playing this bag file performed 6 steps again and use this command     rosbag play &amp;quot;2017-07-31-14-46-07&amp;quot;.bag&amp;lt;br /&amp;gt;&lt;br /&gt;
== '''TF''' ==&lt;br /&gt;
&amp;lt;big&amp;gt;Writing a TF  broadcaster follow this tutorial&amp;lt;br /&amp;gt;&amp;lt;/big&amp;gt;&lt;br /&gt;
http://wiki.ros.org/tf/Tutorials/Writing%20a%20tf%20broadcaster%20%28C%2B%2B%29&amp;lt;br /&amp;gt;&lt;/div&gt;</summary>
		<author><name>Saqlian</name></author>
	</entry>
	<entry>
		<id>https://ims.ut.ee/index.php?title=My_Work_Time_line&amp;diff=17057</id>
		<title>My Work Time line</title>
		<link rel="alternate" type="text/html" href="https://ims.ut.ee/index.php?title=My_Work_Time_line&amp;diff=17057"/>
		<updated>2017-08-01T15:10:13Z</updated>

		<summary type="html">&lt;p&gt;Saqlian: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Welcome to my Activity Log!!!&lt;br /&gt;
My Research topic is &amp;quot; Co-operative mappingg by using a swarm of sensors&amp;quot;. The first target to achieve is to build up knowledge about using Ubuntu and ROS kinetics.&lt;br /&gt;
&lt;br /&gt;
== '''Installation''' ==&lt;br /&gt;
Ubuntu seems new to me as i always worked on window versions of operating systems. So for me task 1 was to install Ubuntu and make myself familiar to its working.&lt;br /&gt;
When i started Ubuntu installation, i had to face problem because my system was not ready to accept different operating system. It started screaming out loud to warn me but i keep going. After 3 failures i became successful in Ubuntu installation over the cost of data in my hard drive.&lt;br /&gt;
&lt;br /&gt;
[[https://www.ubuntu.com/ Ubuntu Official Website]]&lt;br /&gt;
&lt;br /&gt;
== Installing ROS ==&lt;br /&gt;
Next task was to install ROS kinetics.&lt;br /&gt;
Installing ROS Kinetics was not difficult after watching few tutorials on you tube.&lt;br /&gt;
&lt;br /&gt;
== '''Learning ROS'''==&lt;br /&gt;
Use ROS Tutorials&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== '''Creating a Package''' ==&lt;br /&gt;
To create a Package follow these steps&amp;lt;br /&amp;gt;&lt;br /&gt;
# &amp;lt;big&amp;gt;Go to your workspace, in our case it is catkin_ws and src directory by using this command&amp;lt;/big&amp;gt;   cd %YOUR_CATKIN_WORKSPACE_HOME%/src&amp;lt;br /&amp;gt;&lt;br /&gt;
# &amp;lt;big&amp;gt;Then use this command&amp;lt;/big&amp;gt;   catkin_create_pkg &amp;lt;big&amp;gt;Package name&amp;lt;/big&amp;gt; tf roscpp rospy turtlesim&amp;lt;br /&amp;gt;&lt;br /&gt;
# &amp;lt;big&amp;gt;Build your new package before you can roscd&amp;lt;/big&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
 $ cd %YOUR_CATKIN_WORKSPACE_HOME%/&lt;br /&gt;
 $ catkin_make&lt;br /&gt;
 $ source ./devel/setup.bash&lt;br /&gt;
&lt;br /&gt;
== '''How to add a new Package in workspace''' '''(27-06-2017)''' ==&lt;br /&gt;
Insert non-formatted text here&lt;br /&gt;
 $ cd catkin_ws // go in workspace&lt;br /&gt;
 $ cd src //go in source directory&lt;br /&gt;
 $ git clone https://github.com/ros-drivers/usb_cam.git  // download package&lt;br /&gt;
 /catkin_ws$ catkin_make //go in workspace and run catkin_make&lt;br /&gt;
 $ source devel/setup.bash   // run it&lt;br /&gt;
 $roslaunch usb_cam usb_cam-test.launch // to launch package&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=='''(29-06-2017)'''==&lt;br /&gt;
==Interfacing 3D Camera==&lt;br /&gt;
 http://wiki.ros.org/realsense_camera&lt;br /&gt;
 https://01.org/developerjourney/recipe/intel-realsense-robotic-development-kit&lt;br /&gt;
=='''Working with Lida'''r==&lt;br /&gt;
Read this tutorial&lt;br /&gt;
 http://wiki.ros.org/hokuyo_node/Tutorials/UsingTheHokuyoNode&lt;br /&gt;
&lt;br /&gt;
 =='''For Lida'''r==&lt;br /&gt;
first run roscore&amp;lt;br /&amp;gt;&lt;br /&gt;
then hokuyo_node&amp;lt;br /&amp;gt;&lt;br /&gt;
after it tf function&amp;lt;br /&amp;gt;&lt;br /&gt;
for tf function&amp;lt;br /&amp;gt;&lt;br /&gt;
rosrun tf static_transform_publisher 0.0 0.0 0.0 0.0 0.0 0.0 map my_frame 100&lt;br /&gt;
 http://answers.ros.org/question/195962/rviz-fixed-frame-world-does-not-exist/&lt;br /&gt;
Then run rviz&amp;lt;br /&amp;gt;&lt;br /&gt;
rosrun rviz rviz&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=='''For navigation stack'''==&lt;br /&gt;
 https://github.com/ut-ims-robotics/tutorials/wiki/Navigation-stack&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=='''Recording and playing bag file'''==&lt;br /&gt;
For this purpose Lidar scan was used and following steps were performed. &amp;lt;br /&amp;gt;&lt;br /&gt;
# roscore&amp;lt;br /&amp;gt;&lt;br /&gt;
#  '''hokuyo_node was run rosrun but lidar was connected''' rosrun hokuyo_node hokuyo_node &amp;lt;br /&amp;gt;&lt;br /&gt;
# '''rviz run by using this command''' rosrun rviz rviz&amp;lt;br /&amp;gt;&lt;br /&gt;
# '''laser''' was selected in fixed frame option menu in Display&amp;lt;br /&amp;gt;&lt;br /&gt;
# '''laser scan''' was added from '''add''' option&amp;lt;br /&amp;gt;&lt;br /&gt;
# Recording was started by using this command   rosbag record LaserScanner /scan&lt;br /&gt;
# For playing this bag file performed 6 steps again and use this command     rosbag play &amp;quot;2017-07-31-14-46-07&amp;quot;.bag&amp;lt;br /&amp;gt;&lt;br /&gt;
== '''TF''' ==&lt;br /&gt;
&amp;lt;big&amp;gt;Writing a TF  broadcaster follow this tutorial&amp;lt;br /&amp;gt;&amp;lt;/big&amp;gt;&lt;br /&gt;
http://wiki.ros.org/tf/Tutorials/Writing%20a%20tf%20broadcaster%20%28C%2B%2B%29&amp;lt;br /&amp;gt;&lt;/div&gt;</summary>
		<author><name>Saqlian</name></author>
	</entry>
	<entry>
		<id>https://ims.ut.ee/index.php?title=My_Work_Time_line&amp;diff=17056</id>
		<title>My Work Time line</title>
		<link rel="alternate" type="text/html" href="https://ims.ut.ee/index.php?title=My_Work_Time_line&amp;diff=17056"/>
		<updated>2017-08-01T15:08:05Z</updated>

		<summary type="html">&lt;p&gt;Saqlian: /* Creating a Package */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Welcome to my Activity Log!!!&lt;br /&gt;
My Research topic is &amp;quot; Co-operative mappingg by using a swarm of sensors&amp;quot;. The first target to achieve is to build up knowledge about using Ubuntu and ROS kinetics.&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
Ubuntu seems new to me as i always worked on window versions of operating systems. So for me task 1 was to install Ubuntu and make myself familiar to its working.&lt;br /&gt;
When i started Ubuntu installation, i had to face problem because my system was not ready to accept different operating system. It started screaming out loud to warn me but i keep going. After 3 failures i became successful in Ubuntu installation over the cost of data in my hard drive.&lt;br /&gt;
&lt;br /&gt;
[[https://www.ubuntu.com/ Ubuntu Official Website]]&lt;br /&gt;
&lt;br /&gt;
== Installing ROS ==&lt;br /&gt;
Next task was to install ROS kinetics.&lt;br /&gt;
Installing ROS Kinetics was not difficult after watching few tutorials on you tube.&lt;br /&gt;
&lt;br /&gt;
== Learning ROS==&lt;br /&gt;
Use ROS Tutorials&lt;br /&gt;
== '''Creating a Package''' ==&lt;br /&gt;
To create a Package follow these steps&amp;lt;br /&amp;gt;&lt;br /&gt;
# &amp;lt;big&amp;gt;Go to your workspace, in our case it is catkin_ws and src directory by using this command&amp;lt;/big&amp;gt;   cd %YOUR_CATKIN_WORKSPACE_HOME%/src&amp;lt;br /&amp;gt;&lt;br /&gt;
# &amp;lt;big&amp;gt;Then use this command&amp;lt;/big&amp;gt;   catkin_create_pkg &amp;lt;big&amp;gt;Package name&amp;lt;/big&amp;gt; tf roscpp rospy turtlesim&amp;lt;br /&amp;gt;&lt;br /&gt;
# &amp;lt;big&amp;gt;Build your new package before you can roscd&amp;lt;/big&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
 $ cd %YOUR_CATKIN_WORKSPACE_HOME%/&lt;br /&gt;
 $ catkin_make&lt;br /&gt;
 $ source ./devel/setup.bash&lt;br /&gt;
&lt;br /&gt;
== How to add a new Package in workspace '''(27-06-2017)''' ==&lt;br /&gt;
Insert non-formatted text here&lt;br /&gt;
 $ cd catkin_ws // go in workspace&lt;br /&gt;
 $ cd src //go in source directory&lt;br /&gt;
 $ git clone https://github.com/ros-drivers/usb_cam.git  // download package&lt;br /&gt;
 /catkin_ws$ catkin_make //go in workspace and run catkin_make&lt;br /&gt;
 $ source devel/setup.bash   // run it&lt;br /&gt;
 $roslaunch usb_cam usb_cam-test.launch // to launch package&lt;br /&gt;
=='''(29-06-2017)'''==&lt;br /&gt;
==Interfacing 3D Camera==&lt;br /&gt;
 http://wiki.ros.org/realsense_camera&lt;br /&gt;
 https://01.org/developerjourney/recipe/intel-realsense-robotic-development-kit&lt;br /&gt;
==Working with Lidar==&lt;br /&gt;
Read this tutorial&lt;br /&gt;
 http://wiki.ros.org/hokuyo_node/Tutorials/UsingTheHokuyoNode&lt;br /&gt;
&lt;br /&gt;
 ==For Lidar==&lt;br /&gt;
first run roscore&amp;lt;br /&amp;gt;&lt;br /&gt;
then hokuyo_node&amp;lt;br /&amp;gt;&lt;br /&gt;
after it tf function&amp;lt;br /&amp;gt;&lt;br /&gt;
for tf function&amp;lt;br /&amp;gt;&lt;br /&gt;
rosrun tf static_transform_publisher 0.0 0.0 0.0 0.0 0.0 0.0 map my_frame 100&lt;br /&gt;
 http://answers.ros.org/question/195962/rviz-fixed-frame-world-does-not-exist/&lt;br /&gt;
Then run rviz&amp;lt;br /&amp;gt;&lt;br /&gt;
rosrun rviz rviz&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==For navigation stack==&lt;br /&gt;
 https://github.com/ut-ims-robotics/tutorials/wiki/Navigation-stack&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=='''Recording and playing bag file'''==&lt;br /&gt;
For this purpose Lidar scan was used and following steps were performed. &amp;lt;br /&amp;gt;&lt;br /&gt;
# roscore&amp;lt;br /&amp;gt;&lt;br /&gt;
#  '''hokuyo_node was run rosrun but lidar was connected''' rosrun hokuyo_node hokuyo_node &amp;lt;br /&amp;gt;&lt;br /&gt;
# '''rviz run by using this command''' rosrun rviz rviz&amp;lt;br /&amp;gt;&lt;br /&gt;
# '''laser''' was selected in fixed frame option menu in Display&amp;lt;br /&amp;gt;&lt;br /&gt;
# '''laser scan''' was added from '''add''' option&amp;lt;br /&amp;gt;&lt;br /&gt;
# Recording was started by using this command   rosbag record LaserScanner /scan&lt;br /&gt;
# For playing this bag file performed 6 steps again and use this command     rosbag play &amp;quot;2017-07-31-14-46-07&amp;quot;.bag&amp;lt;br /&amp;gt;&lt;br /&gt;
== '''TF''' ==&lt;br /&gt;
&amp;lt;big&amp;gt;Writing a TF  broadcaster follow this tutorial&amp;lt;br /&amp;gt;&amp;lt;/big&amp;gt;&lt;br /&gt;
http://wiki.ros.org/tf/Tutorials/Writing%20a%20tf%20broadcaster%20%28C%2B%2B%29&amp;lt;br /&amp;gt;&lt;/div&gt;</summary>
		<author><name>Saqlian</name></author>
	</entry>
	<entry>
		<id>https://ims.ut.ee/index.php?title=My_Work_Time_line&amp;diff=17055</id>
		<title>My Work Time line</title>
		<link rel="alternate" type="text/html" href="https://ims.ut.ee/index.php?title=My_Work_Time_line&amp;diff=17055"/>
		<updated>2017-08-01T15:07:41Z</updated>

		<summary type="html">&lt;p&gt;Saqlian: /* Creating a Package */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Welcome to my Activity Log!!!&lt;br /&gt;
My Research topic is &amp;quot; Co-operative mappingg by using a swarm of sensors&amp;quot;. The first target to achieve is to build up knowledge about using Ubuntu and ROS kinetics.&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
Ubuntu seems new to me as i always worked on window versions of operating systems. So for me task 1 was to install Ubuntu and make myself familiar to its working.&lt;br /&gt;
When i started Ubuntu installation, i had to face problem because my system was not ready to accept different operating system. It started screaming out loud to warn me but i keep going. After 3 failures i became successful in Ubuntu installation over the cost of data in my hard drive.&lt;br /&gt;
&lt;br /&gt;
[[https://www.ubuntu.com/ Ubuntu Official Website]]&lt;br /&gt;
&lt;br /&gt;
== Installing ROS ==&lt;br /&gt;
Next task was to install ROS kinetics.&lt;br /&gt;
Installing ROS Kinetics was not difficult after watching few tutorials on you tube.&lt;br /&gt;
&lt;br /&gt;
== Learning ROS==&lt;br /&gt;
Use ROS Tutorials&lt;br /&gt;
== '''Creating a Package''' ==&lt;br /&gt;
To create a Package follow these steps&amp;lt;br /&amp;gt;&lt;br /&gt;
# &amp;lt;big&amp;gt;Go to your workspace, in our case it is catkin_ws and src directory by using this command&amp;lt;/big&amp;gt;   cd %YOUR_CATKIN_WORKSPACE_HOME%/src&amp;lt;br /&amp;gt;&lt;br /&gt;
# &amp;lt;big&amp;gt;Then use this command&amp;lt;/big&amp;gt;   catkin_create_pkg &amp;lt;big&amp;gt;Package name&amp;lt;/big&amp;gt; tf roscpp rospy turtlesim&amp;lt;br /&amp;gt;&lt;br /&gt;
# Build your new package before you can roscd&amp;lt;br /&amp;gt;&lt;br /&gt;
 $ cd %YOUR_CATKIN_WORKSPACE_HOME%/&lt;br /&gt;
 $ catkin_make&lt;br /&gt;
 $ source ./devel/setup.bash&lt;br /&gt;
&lt;br /&gt;
== How to add a new Package in workspace '''(27-06-2017)''' ==&lt;br /&gt;
Insert non-formatted text here&lt;br /&gt;
 $ cd catkin_ws // go in workspace&lt;br /&gt;
 $ cd src //go in source directory&lt;br /&gt;
 $ git clone https://github.com/ros-drivers/usb_cam.git  // download package&lt;br /&gt;
 /catkin_ws$ catkin_make //go in workspace and run catkin_make&lt;br /&gt;
 $ source devel/setup.bash   // run it&lt;br /&gt;
 $roslaunch usb_cam usb_cam-test.launch // to launch package&lt;br /&gt;
=='''(29-06-2017)'''==&lt;br /&gt;
==Interfacing 3D Camera==&lt;br /&gt;
 http://wiki.ros.org/realsense_camera&lt;br /&gt;
 https://01.org/developerjourney/recipe/intel-realsense-robotic-development-kit&lt;br /&gt;
==Working with Lidar==&lt;br /&gt;
Read this tutorial&lt;br /&gt;
 http://wiki.ros.org/hokuyo_node/Tutorials/UsingTheHokuyoNode&lt;br /&gt;
&lt;br /&gt;
 ==For Lidar==&lt;br /&gt;
first run roscore&amp;lt;br /&amp;gt;&lt;br /&gt;
then hokuyo_node&amp;lt;br /&amp;gt;&lt;br /&gt;
after it tf function&amp;lt;br /&amp;gt;&lt;br /&gt;
for tf function&amp;lt;br /&amp;gt;&lt;br /&gt;
rosrun tf static_transform_publisher 0.0 0.0 0.0 0.0 0.0 0.0 map my_frame 100&lt;br /&gt;
 http://answers.ros.org/question/195962/rviz-fixed-frame-world-does-not-exist/&lt;br /&gt;
Then run rviz&amp;lt;br /&amp;gt;&lt;br /&gt;
rosrun rviz rviz&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==For navigation stack==&lt;br /&gt;
 https://github.com/ut-ims-robotics/tutorials/wiki/Navigation-stack&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=='''Recording and playing bag file'''==&lt;br /&gt;
For this purpose Lidar scan was used and following steps were performed. &amp;lt;br /&amp;gt;&lt;br /&gt;
# roscore&amp;lt;br /&amp;gt;&lt;br /&gt;
#  '''hokuyo_node was run rosrun but lidar was connected''' rosrun hokuyo_node hokuyo_node &amp;lt;br /&amp;gt;&lt;br /&gt;
# '''rviz run by using this command''' rosrun rviz rviz&amp;lt;br /&amp;gt;&lt;br /&gt;
# '''laser''' was selected in fixed frame option menu in Display&amp;lt;br /&amp;gt;&lt;br /&gt;
# '''laser scan''' was added from '''add''' option&amp;lt;br /&amp;gt;&lt;br /&gt;
# Recording was started by using this command   rosbag record LaserScanner /scan&lt;br /&gt;
# For playing this bag file performed 6 steps again and use this command     rosbag play &amp;quot;2017-07-31-14-46-07&amp;quot;.bag&amp;lt;br /&amp;gt;&lt;br /&gt;
== '''TF''' ==&lt;br /&gt;
&amp;lt;big&amp;gt;Writing a TF  broadcaster follow this tutorial&amp;lt;br /&amp;gt;&amp;lt;/big&amp;gt;&lt;br /&gt;
http://wiki.ros.org/tf/Tutorials/Writing%20a%20tf%20broadcaster%20%28C%2B%2B%29&amp;lt;br /&amp;gt;&lt;/div&gt;</summary>
		<author><name>Saqlian</name></author>
	</entry>
	<entry>
		<id>https://ims.ut.ee/index.php?title=My_Work_Time_line&amp;diff=17054</id>
		<title>My Work Time line</title>
		<link rel="alternate" type="text/html" href="https://ims.ut.ee/index.php?title=My_Work_Time_line&amp;diff=17054"/>
		<updated>2017-08-01T15:01:39Z</updated>

		<summary type="html">&lt;p&gt;Saqlian: /* Learning ROS */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Welcome to my Activity Log!!!&lt;br /&gt;
My Research topic is &amp;quot; Co-operative mappingg by using a swarm of sensors&amp;quot;. The first target to achieve is to build up knowledge about using Ubuntu and ROS kinetics.&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
Ubuntu seems new to me as i always worked on window versions of operating systems. So for me task 1 was to install Ubuntu and make myself familiar to its working.&lt;br /&gt;
When i started Ubuntu installation, i had to face problem because my system was not ready to accept different operating system. It started screaming out loud to warn me but i keep going. After 3 failures i became successful in Ubuntu installation over the cost of data in my hard drive.&lt;br /&gt;
&lt;br /&gt;
[[https://www.ubuntu.com/ Ubuntu Official Website]]&lt;br /&gt;
&lt;br /&gt;
== Installing ROS ==&lt;br /&gt;
Next task was to install ROS kinetics.&lt;br /&gt;
Installing ROS Kinetics was not difficult after watching few tutorials on you tube.&lt;br /&gt;
&lt;br /&gt;
== Learning ROS==&lt;br /&gt;
Use ROS Tutorials&lt;br /&gt;
== '''Creating a Package''' ==&lt;br /&gt;
&lt;br /&gt;
== How to add a new Package in workspace '''(27-06-2017)''' ==&lt;br /&gt;
Insert non-formatted text here&lt;br /&gt;
 $ cd catkin_ws // go in workspace&lt;br /&gt;
 $ cd src //go in source directory&lt;br /&gt;
 $ git clone https://github.com/ros-drivers/usb_cam.git  // download package&lt;br /&gt;
 /catkin_ws$ catkin_make //go in workspace and run catkin_make&lt;br /&gt;
 $ source devel/setup.bash   // run it&lt;br /&gt;
 $roslaunch usb_cam usb_cam-test.launch // to launch package&lt;br /&gt;
=='''(29-06-2017)'''==&lt;br /&gt;
==Interfacing 3D Camera==&lt;br /&gt;
 http://wiki.ros.org/realsense_camera&lt;br /&gt;
 https://01.org/developerjourney/recipe/intel-realsense-robotic-development-kit&lt;br /&gt;
==Working with Lidar==&lt;br /&gt;
Read this tutorial&lt;br /&gt;
 http://wiki.ros.org/hokuyo_node/Tutorials/UsingTheHokuyoNode&lt;br /&gt;
&lt;br /&gt;
 ==For Lidar==&lt;br /&gt;
first run roscore&amp;lt;br /&amp;gt;&lt;br /&gt;
then hokuyo_node&amp;lt;br /&amp;gt;&lt;br /&gt;
after it tf function&amp;lt;br /&amp;gt;&lt;br /&gt;
for tf function&amp;lt;br /&amp;gt;&lt;br /&gt;
rosrun tf static_transform_publisher 0.0 0.0 0.0 0.0 0.0 0.0 map my_frame 100&lt;br /&gt;
 http://answers.ros.org/question/195962/rviz-fixed-frame-world-does-not-exist/&lt;br /&gt;
Then run rviz&amp;lt;br /&amp;gt;&lt;br /&gt;
rosrun rviz rviz&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==For navigation stack==&lt;br /&gt;
 https://github.com/ut-ims-robotics/tutorials/wiki/Navigation-stack&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=='''Recording and playing bag file'''==&lt;br /&gt;
For this purpose Lidar scan was used and following steps were performed. &amp;lt;br /&amp;gt;&lt;br /&gt;
# roscore&amp;lt;br /&amp;gt;&lt;br /&gt;
#  '''hokuyo_node was run rosrun but lidar was connected''' rosrun hokuyo_node hokuyo_node &amp;lt;br /&amp;gt;&lt;br /&gt;
# '''rviz run by using this command''' rosrun rviz rviz&amp;lt;br /&amp;gt;&lt;br /&gt;
# '''laser''' was selected in fixed frame option menu in Display&amp;lt;br /&amp;gt;&lt;br /&gt;
# '''laser scan''' was added from '''add''' option&amp;lt;br /&amp;gt;&lt;br /&gt;
# Recording was started by using this command   rosbag record LaserScanner /scan&lt;br /&gt;
# For playing this bag file performed 6 steps again and use this command     rosbag play &amp;quot;2017-07-31-14-46-07&amp;quot;.bag&amp;lt;br /&amp;gt;&lt;br /&gt;
== '''TF''' ==&lt;br /&gt;
&amp;lt;big&amp;gt;Writing a TF  broadcaster follow this tutorial&amp;lt;br /&amp;gt;&amp;lt;/big&amp;gt;&lt;br /&gt;
http://wiki.ros.org/tf/Tutorials/Writing%20a%20tf%20broadcaster%20%28C%2B%2B%29&amp;lt;br /&amp;gt;&lt;/div&gt;</summary>
		<author><name>Saqlian</name></author>
	</entry>
	<entry>
		<id>https://ims.ut.ee/index.php?title=My_Work_Time_line&amp;diff=17053</id>
		<title>My Work Time line</title>
		<link rel="alternate" type="text/html" href="https://ims.ut.ee/index.php?title=My_Work_Time_line&amp;diff=17053"/>
		<updated>2017-08-01T15:00:05Z</updated>

		<summary type="html">&lt;p&gt;Saqlian: /* TF */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Welcome to my Activity Log!!!&lt;br /&gt;
My Research topic is &amp;quot; Co-operative mappingg by using a swarm of sensors&amp;quot;. The first target to achieve is to build up knowledge about using Ubuntu and ROS kinetics.&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
Ubuntu seems new to me as i always worked on window versions of operating systems. So for me task 1 was to install Ubuntu and make myself familiar to its working.&lt;br /&gt;
When i started Ubuntu installation, i had to face problem because my system was not ready to accept different operating system. It started screaming out loud to warn me but i keep going. After 3 failures i became successful in Ubuntu installation over the cost of data in my hard drive.&lt;br /&gt;
&lt;br /&gt;
[[https://www.ubuntu.com/ Ubuntu Official Website]]&lt;br /&gt;
&lt;br /&gt;
== Installing ROS ==&lt;br /&gt;
Next task was to install ROS kinetics.&lt;br /&gt;
Installing ROS Kinetics was not difficult after watching few tutorials on you tube.&lt;br /&gt;
&lt;br /&gt;
== Learning ROS==&lt;br /&gt;
Use ROS Tutorials&lt;br /&gt;
== How to add a new Package in workspace '''(27-06-2017)''' ==&lt;br /&gt;
Insert non-formatted text here&lt;br /&gt;
 $ cd catkin_ws // go in workspace&lt;br /&gt;
 $ cd src //go in source directory&lt;br /&gt;
 $ git clone https://github.com/ros-drivers/usb_cam.git  // download package&lt;br /&gt;
 /catkin_ws$ catkin_make //go in workspace and run catkin_make&lt;br /&gt;
 $ source devel/setup.bash   // run it&lt;br /&gt;
 $roslaunch usb_cam usb_cam-test.launch // to launch package&lt;br /&gt;
=='''(29-06-2017)'''==&lt;br /&gt;
==Interfacing 3D Camera==&lt;br /&gt;
 http://wiki.ros.org/realsense_camera&lt;br /&gt;
 https://01.org/developerjourney/recipe/intel-realsense-robotic-development-kit&lt;br /&gt;
==Working with Lidar==&lt;br /&gt;
Read this tutorial&lt;br /&gt;
 http://wiki.ros.org/hokuyo_node/Tutorials/UsingTheHokuyoNode&lt;br /&gt;
&lt;br /&gt;
 ==For Lidar==&lt;br /&gt;
first run roscore&amp;lt;br /&amp;gt;&lt;br /&gt;
then hokuyo_node&amp;lt;br /&amp;gt;&lt;br /&gt;
after it tf function&amp;lt;br /&amp;gt;&lt;br /&gt;
for tf function&amp;lt;br /&amp;gt;&lt;br /&gt;
rosrun tf static_transform_publisher 0.0 0.0 0.0 0.0 0.0 0.0 map my_frame 100&lt;br /&gt;
 http://answers.ros.org/question/195962/rviz-fixed-frame-world-does-not-exist/&lt;br /&gt;
Then run rviz&amp;lt;br /&amp;gt;&lt;br /&gt;
rosrun rviz rviz&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==For navigation stack==&lt;br /&gt;
 https://github.com/ut-ims-robotics/tutorials/wiki/Navigation-stack&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=='''Recording and playing bag file'''==&lt;br /&gt;
For this purpose Lidar scan was used and following steps were performed. &amp;lt;br /&amp;gt;&lt;br /&gt;
# roscore&amp;lt;br /&amp;gt;&lt;br /&gt;
#  '''hokuyo_node was run rosrun but lidar was connected''' rosrun hokuyo_node hokuyo_node &amp;lt;br /&amp;gt;&lt;br /&gt;
# '''rviz run by using this command''' rosrun rviz rviz&amp;lt;br /&amp;gt;&lt;br /&gt;
# '''laser''' was selected in fixed frame option menu in Display&amp;lt;br /&amp;gt;&lt;br /&gt;
# '''laser scan''' was added from '''add''' option&amp;lt;br /&amp;gt;&lt;br /&gt;
# Recording was started by using this command   rosbag record LaserScanner /scan&lt;br /&gt;
# For playing this bag file performed 6 steps again and use this command     rosbag play &amp;quot;2017-07-31-14-46-07&amp;quot;.bag&amp;lt;br /&amp;gt;&lt;br /&gt;
== '''TF''' ==&lt;br /&gt;
&amp;lt;big&amp;gt;Writing a TF  broadcaster follow this tutorial&amp;lt;br /&amp;gt;&amp;lt;/big&amp;gt;&lt;br /&gt;
http://wiki.ros.org/tf/Tutorials/Writing%20a%20tf%20broadcaster%20%28C%2B%2B%29&amp;lt;br /&amp;gt;&lt;/div&gt;</summary>
		<author><name>Saqlian</name></author>
	</entry>
	<entry>
		<id>https://ims.ut.ee/index.php?title=My_Work_Time_line&amp;diff=17052</id>
		<title>My Work Time line</title>
		<link rel="alternate" type="text/html" href="https://ims.ut.ee/index.php?title=My_Work_Time_line&amp;diff=17052"/>
		<updated>2017-08-01T14:59:29Z</updated>

		<summary type="html">&lt;p&gt;Saqlian: /* TF */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Welcome to my Activity Log!!!&lt;br /&gt;
My Research topic is &amp;quot; Co-operative mappingg by using a swarm of sensors&amp;quot;. The first target to achieve is to build up knowledge about using Ubuntu and ROS kinetics.&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
Ubuntu seems new to me as i always worked on window versions of operating systems. So for me task 1 was to install Ubuntu and make myself familiar to its working.&lt;br /&gt;
When i started Ubuntu installation, i had to face problem because my system was not ready to accept different operating system. It started screaming out loud to warn me but i keep going. After 3 failures i became successful in Ubuntu installation over the cost of data in my hard drive.&lt;br /&gt;
&lt;br /&gt;
[[https://www.ubuntu.com/ Ubuntu Official Website]]&lt;br /&gt;
&lt;br /&gt;
== Installing ROS ==&lt;br /&gt;
Next task was to install ROS kinetics.&lt;br /&gt;
Installing ROS Kinetics was not difficult after watching few tutorials on you tube.&lt;br /&gt;
&lt;br /&gt;
== Learning ROS==&lt;br /&gt;
Use ROS Tutorials&lt;br /&gt;
== How to add a new Package in workspace '''(27-06-2017)''' ==&lt;br /&gt;
Insert non-formatted text here&lt;br /&gt;
 $ cd catkin_ws // go in workspace&lt;br /&gt;
 $ cd src //go in source directory&lt;br /&gt;
 $ git clone https://github.com/ros-drivers/usb_cam.git  // download package&lt;br /&gt;
 /catkin_ws$ catkin_make //go in workspace and run catkin_make&lt;br /&gt;
 $ source devel/setup.bash   // run it&lt;br /&gt;
 $roslaunch usb_cam usb_cam-test.launch // to launch package&lt;br /&gt;
=='''(29-06-2017)'''==&lt;br /&gt;
==Interfacing 3D Camera==&lt;br /&gt;
 http://wiki.ros.org/realsense_camera&lt;br /&gt;
 https://01.org/developerjourney/recipe/intel-realsense-robotic-development-kit&lt;br /&gt;
==Working with Lidar==&lt;br /&gt;
Read this tutorial&lt;br /&gt;
 http://wiki.ros.org/hokuyo_node/Tutorials/UsingTheHokuyoNode&lt;br /&gt;
&lt;br /&gt;
 ==For Lidar==&lt;br /&gt;
first run roscore&amp;lt;br /&amp;gt;&lt;br /&gt;
then hokuyo_node&amp;lt;br /&amp;gt;&lt;br /&gt;
after it tf function&amp;lt;br /&amp;gt;&lt;br /&gt;
for tf function&amp;lt;br /&amp;gt;&lt;br /&gt;
rosrun tf static_transform_publisher 0.0 0.0 0.0 0.0 0.0 0.0 map my_frame 100&lt;br /&gt;
 http://answers.ros.org/question/195962/rviz-fixed-frame-world-does-not-exist/&lt;br /&gt;
Then run rviz&amp;lt;br /&amp;gt;&lt;br /&gt;
rosrun rviz rviz&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==For navigation stack==&lt;br /&gt;
 https://github.com/ut-ims-robotics/tutorials/wiki/Navigation-stack&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=='''Recording and playing bag file'''==&lt;br /&gt;
For this purpose Lidar scan was used and following steps were performed. &amp;lt;br /&amp;gt;&lt;br /&gt;
# roscore&amp;lt;br /&amp;gt;&lt;br /&gt;
#  '''hokuyo_node was run rosrun but lidar was connected''' rosrun hokuyo_node hokuyo_node &amp;lt;br /&amp;gt;&lt;br /&gt;
# '''rviz run by using this command''' rosrun rviz rviz&amp;lt;br /&amp;gt;&lt;br /&gt;
# '''laser''' was selected in fixed frame option menu in Display&amp;lt;br /&amp;gt;&lt;br /&gt;
# '''laser scan''' was added from '''add''' option&amp;lt;br /&amp;gt;&lt;br /&gt;
# Recording was started by using this command   rosbag record LaserScanner /scan&lt;br /&gt;
# For playing this bag file performed 6 steps again and use this command     rosbag play &amp;quot;2017-07-31-14-46-07&amp;quot;.bag&amp;lt;br /&amp;gt;&lt;br /&gt;
== '''TF''' ==&lt;br /&gt;
&amp;lt;big&amp;gt;Writing a TF  follow this tutorial&amp;lt;br /&amp;gt;&amp;lt;/big&amp;gt;&lt;br /&gt;
http://wiki.ros.org/tf/Tutorials/Writing%20a%20tf%20broadcaster%20%28C%2B%2B%29&amp;lt;br /&amp;gt;&lt;/div&gt;</summary>
		<author><name>Saqlian</name></author>
	</entry>
	<entry>
		<id>https://ims.ut.ee/index.php?title=My_Work_Time_line&amp;diff=17051</id>
		<title>My Work Time line</title>
		<link rel="alternate" type="text/html" href="https://ims.ut.ee/index.php?title=My_Work_Time_line&amp;diff=17051"/>
		<updated>2017-08-01T14:58:23Z</updated>

		<summary type="html">&lt;p&gt;Saqlian: /* Heading text */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Welcome to my Activity Log!!!&lt;br /&gt;
My Research topic is &amp;quot; Co-operative mappingg by using a swarm of sensors&amp;quot;. The first target to achieve is to build up knowledge about using Ubuntu and ROS kinetics.&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
Ubuntu seems new to me as i always worked on window versions of operating systems. So for me task 1 was to install Ubuntu and make myself familiar to its working.&lt;br /&gt;
When i started Ubuntu installation, i had to face problem because my system was not ready to accept different operating system. It started screaming out loud to warn me but i keep going. After 3 failures i became successful in Ubuntu installation over the cost of data in my hard drive.&lt;br /&gt;
&lt;br /&gt;
[[https://www.ubuntu.com/ Ubuntu Official Website]]&lt;br /&gt;
&lt;br /&gt;
== Installing ROS ==&lt;br /&gt;
Next task was to install ROS kinetics.&lt;br /&gt;
Installing ROS Kinetics was not difficult after watching few tutorials on you tube.&lt;br /&gt;
&lt;br /&gt;
== Learning ROS==&lt;br /&gt;
Use ROS Tutorials&lt;br /&gt;
== How to add a new Package in workspace '''(27-06-2017)''' ==&lt;br /&gt;
Insert non-formatted text here&lt;br /&gt;
 $ cd catkin_ws // go in workspace&lt;br /&gt;
 $ cd src //go in source directory&lt;br /&gt;
 $ git clone https://github.com/ros-drivers/usb_cam.git  // download package&lt;br /&gt;
 /catkin_ws$ catkin_make //go in workspace and run catkin_make&lt;br /&gt;
 $ source devel/setup.bash   // run it&lt;br /&gt;
 $roslaunch usb_cam usb_cam-test.launch // to launch package&lt;br /&gt;
=='''(29-06-2017)'''==&lt;br /&gt;
==Interfacing 3D Camera==&lt;br /&gt;
 http://wiki.ros.org/realsense_camera&lt;br /&gt;
 https://01.org/developerjourney/recipe/intel-realsense-robotic-development-kit&lt;br /&gt;
==Working with Lidar==&lt;br /&gt;
Read this tutorial&lt;br /&gt;
 http://wiki.ros.org/hokuyo_node/Tutorials/UsingTheHokuyoNode&lt;br /&gt;
&lt;br /&gt;
 ==For Lidar==&lt;br /&gt;
first run roscore&amp;lt;br /&amp;gt;&lt;br /&gt;
then hokuyo_node&amp;lt;br /&amp;gt;&lt;br /&gt;
after it tf function&amp;lt;br /&amp;gt;&lt;br /&gt;
for tf function&amp;lt;br /&amp;gt;&lt;br /&gt;
rosrun tf static_transform_publisher 0.0 0.0 0.0 0.0 0.0 0.0 map my_frame 100&lt;br /&gt;
 http://answers.ros.org/question/195962/rviz-fixed-frame-world-does-not-exist/&lt;br /&gt;
Then run rviz&amp;lt;br /&amp;gt;&lt;br /&gt;
rosrun rviz rviz&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==For navigation stack==&lt;br /&gt;
 https://github.com/ut-ims-robotics/tutorials/wiki/Navigation-stack&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=='''Recording and playing bag file'''==&lt;br /&gt;
For this purpose Lidar scan was used and following steps were performed. &amp;lt;br /&amp;gt;&lt;br /&gt;
# roscore&amp;lt;br /&amp;gt;&lt;br /&gt;
#  '''hokuyo_node was run rosrun but lidar was connected''' rosrun hokuyo_node hokuyo_node &amp;lt;br /&amp;gt;&lt;br /&gt;
# '''rviz run by using this command''' rosrun rviz rviz&amp;lt;br /&amp;gt;&lt;br /&gt;
# '''laser''' was selected in fixed frame option menu in Display&amp;lt;br /&amp;gt;&lt;br /&gt;
# '''laser scan''' was added from '''add''' option&amp;lt;br /&amp;gt;&lt;br /&gt;
# Recording was started by using this command   rosbag record LaserScanner /scan&lt;br /&gt;
# For playing this bag file performed 6 steps again and use this command     rosbag play &amp;quot;2017-07-31-14-46-07&amp;quot;.bag&amp;lt;br /&amp;gt;&lt;br /&gt;
== '''TF''' ==&lt;br /&gt;
Writing a TF  follow this tutorial&amp;lt;br /&amp;gt;&lt;br /&gt;
http://wiki.ros.org/tf/Tutorials/Writing%20a%20tf%20broadcaster%20%28C%2B%2B%29&amp;lt;br /&amp;gt;&lt;/div&gt;</summary>
		<author><name>Saqlian</name></author>
	</entry>
	<entry>
		<id>https://ims.ut.ee/index.php?title=My_Work_Time_line&amp;diff=17049</id>
		<title>My Work Time line</title>
		<link rel="alternate" type="text/html" href="https://ims.ut.ee/index.php?title=My_Work_Time_line&amp;diff=17049"/>
		<updated>2017-08-01T14:56:12Z</updated>

		<summary type="html">&lt;p&gt;Saqlian: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Welcome to my Activity Log!!!&lt;br /&gt;
My Research topic is &amp;quot; Co-operative mappingg by using a swarm of sensors&amp;quot;. The first target to achieve is to build up knowledge about using Ubuntu and ROS kinetics.&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
Ubuntu seems new to me as i always worked on window versions of operating systems. So for me task 1 was to install Ubuntu and make myself familiar to its working.&lt;br /&gt;
When i started Ubuntu installation, i had to face problem because my system was not ready to accept different operating system. It started screaming out loud to warn me but i keep going. After 3 failures i became successful in Ubuntu installation over the cost of data in my hard drive.&lt;br /&gt;
&lt;br /&gt;
[[https://www.ubuntu.com/ Ubuntu Official Website]]&lt;br /&gt;
&lt;br /&gt;
== Installing ROS ==&lt;br /&gt;
Next task was to install ROS kinetics.&lt;br /&gt;
Installing ROS Kinetics was not difficult after watching few tutorials on you tube.&lt;br /&gt;
&lt;br /&gt;
== Learning ROS==&lt;br /&gt;
Use ROS Tutorials&lt;br /&gt;
== How to add a new Package in workspace '''(27-06-2017)''' ==&lt;br /&gt;
Insert non-formatted text here&lt;br /&gt;
 $ cd catkin_ws // go in workspace&lt;br /&gt;
 $ cd src //go in source directory&lt;br /&gt;
 $ git clone https://github.com/ros-drivers/usb_cam.git  // download package&lt;br /&gt;
 /catkin_ws$ catkin_make //go in workspace and run catkin_make&lt;br /&gt;
 $ source devel/setup.bash   // run it&lt;br /&gt;
 $roslaunch usb_cam usb_cam-test.launch // to launch package&lt;br /&gt;
=='''(29-06-2017)'''==&lt;br /&gt;
==Interfacing 3D Camera==&lt;br /&gt;
 http://wiki.ros.org/realsense_camera&lt;br /&gt;
 https://01.org/developerjourney/recipe/intel-realsense-robotic-development-kit&lt;br /&gt;
==Working with Lidar==&lt;br /&gt;
Read this tutorial&lt;br /&gt;
 http://wiki.ros.org/hokuyo_node/Tutorials/UsingTheHokuyoNode&lt;br /&gt;
&lt;br /&gt;
 ==For Lidar==&lt;br /&gt;
first run roscore&amp;lt;br /&amp;gt;&lt;br /&gt;
then hokuyo_node&amp;lt;br /&amp;gt;&lt;br /&gt;
after it tf function&amp;lt;br /&amp;gt;&lt;br /&gt;
for tf function&amp;lt;br /&amp;gt;&lt;br /&gt;
rosrun tf static_transform_publisher 0.0 0.0 0.0 0.0 0.0 0.0 map my_frame 100&lt;br /&gt;
 http://answers.ros.org/question/195962/rviz-fixed-frame-world-does-not-exist/&lt;br /&gt;
Then run rviz&amp;lt;br /&amp;gt;&lt;br /&gt;
rosrun rviz rviz&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==For navigation stack==&lt;br /&gt;
 https://github.com/ut-ims-robotics/tutorials/wiki/Navigation-stack&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=='''Recording and playing bag file'''==&lt;br /&gt;
For this purpose Lidar scan was used and following steps were performed. &amp;lt;br /&amp;gt;&lt;br /&gt;
# roscore&amp;lt;br /&amp;gt;&lt;br /&gt;
#  '''hokuyo_node was run rosrun but lidar was connected''' rosrun hokuyo_node hokuyo_node &amp;lt;br /&amp;gt;&lt;br /&gt;
# '''rviz run by using this command''' rosrun rviz rviz&amp;lt;br /&amp;gt;&lt;br /&gt;
# '''laser''' was selected in fixed frame option menu in Display&amp;lt;br /&amp;gt;&lt;br /&gt;
# '''laser scan''' was added from '''add''' option&amp;lt;br /&amp;gt;&lt;br /&gt;
# Recording was started by using this command   rosbag record LaserScanner /scan&lt;br /&gt;
# For playing this bag file performed 6 steps again and use this command     rosbag play &amp;quot;2017-07-31-14-46-07&amp;quot;.bag&amp;lt;br /&amp;gt;&lt;br /&gt;
== Heading text ==&lt;/div&gt;</summary>
		<author><name>Saqlian</name></author>
	</entry>
	<entry>
		<id>https://ims.ut.ee/index.php?title=My_Work_Time_line&amp;diff=17034</id>
		<title>My Work Time line</title>
		<link rel="alternate" type="text/html" href="https://ims.ut.ee/index.php?title=My_Work_Time_line&amp;diff=17034"/>
		<updated>2017-07-31T12:35:57Z</updated>

		<summary type="html">&lt;p&gt;Saqlian: /* Recording and playing bag file */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Welcome to my Activity Log!!!&lt;br /&gt;
My Research topic is &amp;quot; Co-operative mappingg by using a swarm of sensors&amp;quot;. The first target to achieve is to build up knowledge about using Ubuntu and ROS kinetics.&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
Ubuntu seems new to me as i always worked on window versions of operating systems. So for me task 1 was to install Ubuntu and make myself familiar to its working.&lt;br /&gt;
When i started Ubuntu installation, i had to face problem because my system was not ready to accept different operating system. It started screaming out loud to warn me but i keep going. After 3 failures i became successful in Ubuntu installation over the cost of data in my hard drive.&lt;br /&gt;
&lt;br /&gt;
[[https://www.ubuntu.com/ Ubuntu Official Website]]&lt;br /&gt;
&lt;br /&gt;
== Installing ROS ==&lt;br /&gt;
Next task was to install ROS kinetics.&lt;br /&gt;
Installing ROS Kinetics was not difficult after watching few tutorials on you tube.&lt;br /&gt;
&lt;br /&gt;
== Learning ROS==&lt;br /&gt;
Use ROS Tutorials&lt;br /&gt;
== How to add a new Package in workspace '''(27-06-2017)''' ==&lt;br /&gt;
Insert non-formatted text here&lt;br /&gt;
 $ cd catkin_ws // go in workspace&lt;br /&gt;
 $ cd src //go in source directory&lt;br /&gt;
 $ git clone https://github.com/ros-drivers/usb_cam.git  // download package&lt;br /&gt;
 /catkin_ws$ catkin_make //go in workspace and run catkin_make&lt;br /&gt;
 $ source devel/setup.bash   // run it&lt;br /&gt;
 $roslaunch usb_cam usb_cam-test.launch // to launch package&lt;br /&gt;
=='''(29-06-2017)'''==&lt;br /&gt;
==Interfacing 3D Camera==&lt;br /&gt;
 http://wiki.ros.org/realsense_camera&lt;br /&gt;
 https://01.org/developerjourney/recipe/intel-realsense-robotic-development-kit&lt;br /&gt;
==Working with Lidar==&lt;br /&gt;
Read this tutorial&lt;br /&gt;
 http://wiki.ros.org/hokuyo_node/Tutorials/UsingTheHokuyoNode&lt;br /&gt;
&lt;br /&gt;
 ==For Lidar==&lt;br /&gt;
first run roscore&amp;lt;br /&amp;gt;&lt;br /&gt;
then hokuyo_node&amp;lt;br /&amp;gt;&lt;br /&gt;
after it tf function&amp;lt;br /&amp;gt;&lt;br /&gt;
for tf function&amp;lt;br /&amp;gt;&lt;br /&gt;
rosrun tf static_transform_publisher 0.0 0.0 0.0 0.0 0.0 0.0 map my_frame 100&lt;br /&gt;
 http://answers.ros.org/question/195962/rviz-fixed-frame-world-does-not-exist/&lt;br /&gt;
Then run rviz&amp;lt;br /&amp;gt;&lt;br /&gt;
rosrun rviz rviz&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==For navigation stack==&lt;br /&gt;
 https://github.com/ut-ims-robotics/tutorials/wiki/Navigation-stack&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=='''Recording and playing bag file'''==&lt;br /&gt;
For this purpose Lidar scan was used and following steps were performed. &amp;lt;br /&amp;gt;&lt;br /&gt;
# roscore&amp;lt;br /&amp;gt;&lt;br /&gt;
#  '''hokuyo_node was run rosrun but lidar was connected''' rosrun hokuyo_node hokuyo_node &amp;lt;br /&amp;gt;&lt;br /&gt;
# '''rviz run by using this command''' rosrun rviz rviz&amp;lt;br /&amp;gt;&lt;br /&gt;
# '''laser''' was selected in fixed frame option menu in Display&amp;lt;br /&amp;gt;&lt;br /&gt;
# '''laser scan''' was added from '''add''' option&amp;lt;br /&amp;gt;&lt;br /&gt;
# Recording was started by using this command   rosbag record LaserScanner /scan&lt;br /&gt;
# For playing this bag file performed 6 steps again and use this command     rosbag play &amp;quot;2017-07-31-14-46-07&amp;quot;.bag&lt;/div&gt;</summary>
		<author><name>Saqlian</name></author>
	</entry>
	<entry>
		<id>https://ims.ut.ee/index.php?title=My_Work_Time_line&amp;diff=17033</id>
		<title>My Work Time line</title>
		<link rel="alternate" type="text/html" href="https://ims.ut.ee/index.php?title=My_Work_Time_line&amp;diff=17033"/>
		<updated>2017-07-31T12:29:32Z</updated>

		<summary type="html">&lt;p&gt;Saqlian: /* Recording and playing bag file */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Welcome to my Activity Log!!!&lt;br /&gt;
My Research topic is &amp;quot; Co-operative mappingg by using a swarm of sensors&amp;quot;. The first target to achieve is to build up knowledge about using Ubuntu and ROS kinetics.&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
Ubuntu seems new to me as i always worked on window versions of operating systems. So for me task 1 was to install Ubuntu and make myself familiar to its working.&lt;br /&gt;
When i started Ubuntu installation, i had to face problem because my system was not ready to accept different operating system. It started screaming out loud to warn me but i keep going. After 3 failures i became successful in Ubuntu installation over the cost of data in my hard drive.&lt;br /&gt;
&lt;br /&gt;
[[https://www.ubuntu.com/ Ubuntu Official Website]]&lt;br /&gt;
&lt;br /&gt;
== Installing ROS ==&lt;br /&gt;
Next task was to install ROS kinetics.&lt;br /&gt;
Installing ROS Kinetics was not difficult after watching few tutorials on you tube.&lt;br /&gt;
&lt;br /&gt;
== Learning ROS==&lt;br /&gt;
Use ROS Tutorials&lt;br /&gt;
== How to add a new Package in workspace '''(27-06-2017)''' ==&lt;br /&gt;
Insert non-formatted text here&lt;br /&gt;
 $ cd catkin_ws // go in workspace&lt;br /&gt;
 $ cd src //go in source directory&lt;br /&gt;
 $ git clone https://github.com/ros-drivers/usb_cam.git  // download package&lt;br /&gt;
 /catkin_ws$ catkin_make //go in workspace and run catkin_make&lt;br /&gt;
 $ source devel/setup.bash   // run it&lt;br /&gt;
 $roslaunch usb_cam usb_cam-test.launch // to launch package&lt;br /&gt;
=='''(29-06-2017)'''==&lt;br /&gt;
==Interfacing 3D Camera==&lt;br /&gt;
 http://wiki.ros.org/realsense_camera&lt;br /&gt;
 https://01.org/developerjourney/recipe/intel-realsense-robotic-development-kit&lt;br /&gt;
==Working with Lidar==&lt;br /&gt;
Read this tutorial&lt;br /&gt;
 http://wiki.ros.org/hokuyo_node/Tutorials/UsingTheHokuyoNode&lt;br /&gt;
&lt;br /&gt;
 ==For Lidar==&lt;br /&gt;
first run roscore&amp;lt;br /&amp;gt;&lt;br /&gt;
then hokuyo_node&amp;lt;br /&amp;gt;&lt;br /&gt;
after it tf function&amp;lt;br /&amp;gt;&lt;br /&gt;
for tf function&amp;lt;br /&amp;gt;&lt;br /&gt;
rosrun tf static_transform_publisher 0.0 0.0 0.0 0.0 0.0 0.0 map my_frame 100&lt;br /&gt;
 http://answers.ros.org/question/195962/rviz-fixed-frame-world-does-not-exist/&lt;br /&gt;
Then run rviz&amp;lt;br /&amp;gt;&lt;br /&gt;
rosrun rviz rviz&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==For navigation stack==&lt;br /&gt;
 https://github.com/ut-ims-robotics/tutorials/wiki/Navigation-stack&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=='''Recording and playing bag file'''==&lt;br /&gt;
For this purpose Lidar scan was used and following steps were performed. &amp;lt;br /&amp;gt;&lt;br /&gt;
# roscore&amp;lt;br /&amp;gt;&lt;br /&gt;
#  '''hokuyo_node was run rosrun but lidar was connected''' rosrun hokuyo_node hokuyo_node &amp;lt;br /&amp;gt;&lt;br /&gt;
# '''rviz run by using this command''' rosrun rviz rviz&amp;lt;br /&amp;gt;&lt;br /&gt;
# '''laser''' was selected in fixed frame option menu in Display&amp;lt;br /&amp;gt;&lt;br /&gt;
# '''laser scan''' was added from '''add''' option&amp;lt;br /&amp;gt;&lt;br /&gt;
# Recording was started by using this command   rosbag record LaserScanner /scan&lt;br /&gt;
=== Playing bag file ===&lt;/div&gt;</summary>
		<author><name>Saqlian</name></author>
	</entry>
	<entry>
		<id>https://ims.ut.ee/index.php?title=My_Work_Time_line&amp;diff=17032</id>
		<title>My Work Time line</title>
		<link rel="alternate" type="text/html" href="https://ims.ut.ee/index.php?title=My_Work_Time_line&amp;diff=17032"/>
		<updated>2017-07-31T12:28:14Z</updated>

		<summary type="html">&lt;p&gt;Saqlian: /* Playing recoded bag file */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Welcome to my Activity Log!!!&lt;br /&gt;
My Research topic is &amp;quot; Co-operative mappingg by using a swarm of sensors&amp;quot;. The first target to achieve is to build up knowledge about using Ubuntu and ROS kinetics.&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
Ubuntu seems new to me as i always worked on window versions of operating systems. So for me task 1 was to install Ubuntu and make myself familiar to its working.&lt;br /&gt;
When i started Ubuntu installation, i had to face problem because my system was not ready to accept different operating system. It started screaming out loud to warn me but i keep going. After 3 failures i became successful in Ubuntu installation over the cost of data in my hard drive.&lt;br /&gt;
&lt;br /&gt;
[[https://www.ubuntu.com/ Ubuntu Official Website]]&lt;br /&gt;
&lt;br /&gt;
== Installing ROS ==&lt;br /&gt;
Next task was to install ROS kinetics.&lt;br /&gt;
Installing ROS Kinetics was not difficult after watching few tutorials on you tube.&lt;br /&gt;
&lt;br /&gt;
== Learning ROS==&lt;br /&gt;
Use ROS Tutorials&lt;br /&gt;
== How to add a new Package in workspace '''(27-06-2017)''' ==&lt;br /&gt;
Insert non-formatted text here&lt;br /&gt;
 $ cd catkin_ws // go in workspace&lt;br /&gt;
 $ cd src //go in source directory&lt;br /&gt;
 $ git clone https://github.com/ros-drivers/usb_cam.git  // download package&lt;br /&gt;
 /catkin_ws$ catkin_make //go in workspace and run catkin_make&lt;br /&gt;
 $ source devel/setup.bash   // run it&lt;br /&gt;
 $roslaunch usb_cam usb_cam-test.launch // to launch package&lt;br /&gt;
=='''(29-06-2017)'''==&lt;br /&gt;
==Interfacing 3D Camera==&lt;br /&gt;
 http://wiki.ros.org/realsense_camera&lt;br /&gt;
 https://01.org/developerjourney/recipe/intel-realsense-robotic-development-kit&lt;br /&gt;
==Working with Lidar==&lt;br /&gt;
Read this tutorial&lt;br /&gt;
 http://wiki.ros.org/hokuyo_node/Tutorials/UsingTheHokuyoNode&lt;br /&gt;
&lt;br /&gt;
 ==For Lidar==&lt;br /&gt;
first run roscore&amp;lt;br /&amp;gt;&lt;br /&gt;
then hokuyo_node&amp;lt;br /&amp;gt;&lt;br /&gt;
after it tf function&amp;lt;br /&amp;gt;&lt;br /&gt;
for tf function&amp;lt;br /&amp;gt;&lt;br /&gt;
rosrun tf static_transform_publisher 0.0 0.0 0.0 0.0 0.0 0.0 map my_frame 100&lt;br /&gt;
 http://answers.ros.org/question/195962/rviz-fixed-frame-world-does-not-exist/&lt;br /&gt;
Then run rviz&amp;lt;br /&amp;gt;&lt;br /&gt;
rosrun rviz rviz&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==For navigation stack==&lt;br /&gt;
 https://github.com/ut-ims-robotics/tutorials/wiki/Navigation-stack&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=='''Recording and playing bag file'''==&lt;br /&gt;
For this purpose Lidar scan was used and following steps were performed. &amp;lt;br /&amp;gt;&lt;br /&gt;
# roscore&amp;lt;br /&amp;gt;&lt;br /&gt;
#  '''hokuyo_node was run rosrun but lidar was connected''' rosrun hokuyo_node hokuyo_node &amp;lt;br /&amp;gt;&lt;br /&gt;
# '''rviz run by using this command''' rosrun rviz rviz&amp;lt;br /&amp;gt;&lt;br /&gt;
# '''laser''' was selected in fixed frame option menu in Display&amp;lt;br /&amp;gt;&lt;br /&gt;
# '''laser scan''' was added from '''add''' option&amp;lt;br /&amp;gt;&lt;br /&gt;
# Recording was started by using this command rosbag record LaserScanner /scan&lt;br /&gt;
==&lt;/div&gt;</summary>
		<author><name>Saqlian</name></author>
	</entry>
	<entry>
		<id>https://ims.ut.ee/index.php?title=My_Work_Time_line&amp;diff=17031</id>
		<title>My Work Time line</title>
		<link rel="alternate" type="text/html" href="https://ims.ut.ee/index.php?title=My_Work_Time_line&amp;diff=17031"/>
		<updated>2017-07-31T12:26:12Z</updated>

		<summary type="html">&lt;p&gt;Saqlian: /* Recording and playing bag file */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Welcome to my Activity Log!!!&lt;br /&gt;
My Research topic is &amp;quot; Co-operative mappingg by using a swarm of sensors&amp;quot;. The first target to achieve is to build up knowledge about using Ubuntu and ROS kinetics.&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
Ubuntu seems new to me as i always worked on window versions of operating systems. So for me task 1 was to install Ubuntu and make myself familiar to its working.&lt;br /&gt;
When i started Ubuntu installation, i had to face problem because my system was not ready to accept different operating system. It started screaming out loud to warn me but i keep going. After 3 failures i became successful in Ubuntu installation over the cost of data in my hard drive.&lt;br /&gt;
&lt;br /&gt;
[[https://www.ubuntu.com/ Ubuntu Official Website]]&lt;br /&gt;
&lt;br /&gt;
== Installing ROS ==&lt;br /&gt;
Next task was to install ROS kinetics.&lt;br /&gt;
Installing ROS Kinetics was not difficult after watching few tutorials on you tube.&lt;br /&gt;
&lt;br /&gt;
== Learning ROS==&lt;br /&gt;
Use ROS Tutorials&lt;br /&gt;
== How to add a new Package in workspace '''(27-06-2017)''' ==&lt;br /&gt;
Insert non-formatted text here&lt;br /&gt;
 $ cd catkin_ws // go in workspace&lt;br /&gt;
 $ cd src //go in source directory&lt;br /&gt;
 $ git clone https://github.com/ros-drivers/usb_cam.git  // download package&lt;br /&gt;
 /catkin_ws$ catkin_make //go in workspace and run catkin_make&lt;br /&gt;
 $ source devel/setup.bash   // run it&lt;br /&gt;
 $roslaunch usb_cam usb_cam-test.launch // to launch package&lt;br /&gt;
=='''(29-06-2017)'''==&lt;br /&gt;
==Interfacing 3D Camera==&lt;br /&gt;
 http://wiki.ros.org/realsense_camera&lt;br /&gt;
 https://01.org/developerjourney/recipe/intel-realsense-robotic-development-kit&lt;br /&gt;
==Working with Lidar==&lt;br /&gt;
Read this tutorial&lt;br /&gt;
 http://wiki.ros.org/hokuyo_node/Tutorials/UsingTheHokuyoNode&lt;br /&gt;
&lt;br /&gt;
 ==For Lidar==&lt;br /&gt;
first run roscore&amp;lt;br /&amp;gt;&lt;br /&gt;
then hokuyo_node&amp;lt;br /&amp;gt;&lt;br /&gt;
after it tf function&amp;lt;br /&amp;gt;&lt;br /&gt;
for tf function&amp;lt;br /&amp;gt;&lt;br /&gt;
rosrun tf static_transform_publisher 0.0 0.0 0.0 0.0 0.0 0.0 map my_frame 100&lt;br /&gt;
 http://answers.ros.org/question/195962/rviz-fixed-frame-world-does-not-exist/&lt;br /&gt;
Then run rviz&amp;lt;br /&amp;gt;&lt;br /&gt;
rosrun rviz rviz&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==For navigation stack==&lt;br /&gt;
 https://github.com/ut-ims-robotics/tutorials/wiki/Navigation-stack&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=='''Recording and playing bag file'''==&lt;br /&gt;
For this purpose Lidar scan was used and following steps were performed. &amp;lt;br /&amp;gt;&lt;br /&gt;
# roscore&amp;lt;br /&amp;gt;&lt;br /&gt;
#  '''hokuyo_node was run rosrun but lidar was connected''' rosrun hokuyo_node hokuyo_node &amp;lt;br /&amp;gt;&lt;br /&gt;
# '''rviz run by using this command''' rosrun rviz rviz&amp;lt;br /&amp;gt;&lt;br /&gt;
# '''laser''' was selected in fixed frame option menu in Display&amp;lt;br /&amp;gt;&lt;br /&gt;
# '''laser scan''' was added from '''add''' option&amp;lt;br /&amp;gt;&lt;br /&gt;
# Recording was started by using this command rosbag record LaserScanner /scan&lt;br /&gt;
== &lt;br /&gt;
=== Playing recoded bag file ===&lt;br /&gt;
 ==&lt;/div&gt;</summary>
		<author><name>Saqlian</name></author>
	</entry>
	<entry>
		<id>https://ims.ut.ee/index.php?title=My_Work_Time_line&amp;diff=17030</id>
		<title>My Work Time line</title>
		<link rel="alternate" type="text/html" href="https://ims.ut.ee/index.php?title=My_Work_Time_line&amp;diff=17030"/>
		<updated>2017-07-31T12:22:56Z</updated>

		<summary type="html">&lt;p&gt;Saqlian: /* Recording and playing bag file */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Welcome to my Activity Log!!!&lt;br /&gt;
My Research topic is &amp;quot; Co-operative mappingg by using a swarm of sensors&amp;quot;. The first target to achieve is to build up knowledge about using Ubuntu and ROS kinetics.&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
Ubuntu seems new to me as i always worked on window versions of operating systems. So for me task 1 was to install Ubuntu and make myself familiar to its working.&lt;br /&gt;
When i started Ubuntu installation, i had to face problem because my system was not ready to accept different operating system. It started screaming out loud to warn me but i keep going. After 3 failures i became successful in Ubuntu installation over the cost of data in my hard drive.&lt;br /&gt;
&lt;br /&gt;
[[https://www.ubuntu.com/ Ubuntu Official Website]]&lt;br /&gt;
&lt;br /&gt;
== Installing ROS ==&lt;br /&gt;
Next task was to install ROS kinetics.&lt;br /&gt;
Installing ROS Kinetics was not difficult after watching few tutorials on you tube.&lt;br /&gt;
&lt;br /&gt;
== Learning ROS==&lt;br /&gt;
Use ROS Tutorials&lt;br /&gt;
== How to add a new Package in workspace '''(27-06-2017)''' ==&lt;br /&gt;
Insert non-formatted text here&lt;br /&gt;
 $ cd catkin_ws // go in workspace&lt;br /&gt;
 $ cd src //go in source directory&lt;br /&gt;
 $ git clone https://github.com/ros-drivers/usb_cam.git  // download package&lt;br /&gt;
 /catkin_ws$ catkin_make //go in workspace and run catkin_make&lt;br /&gt;
 $ source devel/setup.bash   // run it&lt;br /&gt;
 $roslaunch usb_cam usb_cam-test.launch // to launch package&lt;br /&gt;
=='''(29-06-2017)'''==&lt;br /&gt;
==Interfacing 3D Camera==&lt;br /&gt;
 http://wiki.ros.org/realsense_camera&lt;br /&gt;
 https://01.org/developerjourney/recipe/intel-realsense-robotic-development-kit&lt;br /&gt;
==Working with Lidar==&lt;br /&gt;
Read this tutorial&lt;br /&gt;
 http://wiki.ros.org/hokuyo_node/Tutorials/UsingTheHokuyoNode&lt;br /&gt;
&lt;br /&gt;
 ==For Lidar==&lt;br /&gt;
first run roscore&amp;lt;br /&amp;gt;&lt;br /&gt;
then hokuyo_node&amp;lt;br /&amp;gt;&lt;br /&gt;
after it tf function&amp;lt;br /&amp;gt;&lt;br /&gt;
for tf function&amp;lt;br /&amp;gt;&lt;br /&gt;
rosrun tf static_transform_publisher 0.0 0.0 0.0 0.0 0.0 0.0 map my_frame 100&lt;br /&gt;
 http://answers.ros.org/question/195962/rviz-fixed-frame-world-does-not-exist/&lt;br /&gt;
Then run rviz&amp;lt;br /&amp;gt;&lt;br /&gt;
rosrun rviz rviz&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==For navigation stack==&lt;br /&gt;
 https://github.com/ut-ims-robotics/tutorials/wiki/Navigation-stack&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=='''Recording and playing bag file'''==&lt;br /&gt;
For this purpose Lidar scan was used and following steps were performed. &amp;lt;br /&amp;gt;&lt;br /&gt;
# roscore&amp;lt;br /&amp;gt;&lt;br /&gt;
#  '''hokuyo_node was run rosrun but lidar was connected''' rosrun hokuyo_node hokuyo_node &amp;lt;br /&amp;gt;&lt;br /&gt;
# '''rviz run by using this command''' rosrun rviz rviz&amp;lt;br /&amp;gt;&lt;br /&gt;
# '''laser''' was selected in fixed frame option menu in Display&amp;lt;br /&amp;gt;&lt;br /&gt;
# '''laser scan''' was added from '''add''' option&amp;lt;br /&amp;gt;&lt;/div&gt;</summary>
		<author><name>Saqlian</name></author>
	</entry>
	<entry>
		<id>https://ims.ut.ee/index.php?title=My_Work_Time_line&amp;diff=17029</id>
		<title>My Work Time line</title>
		<link rel="alternate" type="text/html" href="https://ims.ut.ee/index.php?title=My_Work_Time_line&amp;diff=17029"/>
		<updated>2017-07-31T12:12:17Z</updated>

		<summary type="html">&lt;p&gt;Saqlian: /* Recording and playing bag file */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Welcome to my Activity Log!!!&lt;br /&gt;
My Research topic is &amp;quot; Co-operative mappingg by using a swarm of sensors&amp;quot;. The first target to achieve is to build up knowledge about using Ubuntu and ROS kinetics.&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
Ubuntu seems new to me as i always worked on window versions of operating systems. So for me task 1 was to install Ubuntu and make myself familiar to its working.&lt;br /&gt;
When i started Ubuntu installation, i had to face problem because my system was not ready to accept different operating system. It started screaming out loud to warn me but i keep going. After 3 failures i became successful in Ubuntu installation over the cost of data in my hard drive.&lt;br /&gt;
&lt;br /&gt;
[[https://www.ubuntu.com/ Ubuntu Official Website]]&lt;br /&gt;
&lt;br /&gt;
== Installing ROS ==&lt;br /&gt;
Next task was to install ROS kinetics.&lt;br /&gt;
Installing ROS Kinetics was not difficult after watching few tutorials on you tube.&lt;br /&gt;
&lt;br /&gt;
== Learning ROS==&lt;br /&gt;
Use ROS Tutorials&lt;br /&gt;
== How to add a new Package in workspace '''(27-06-2017)''' ==&lt;br /&gt;
Insert non-formatted text here&lt;br /&gt;
 $ cd catkin_ws // go in workspace&lt;br /&gt;
 $ cd src //go in source directory&lt;br /&gt;
 $ git clone https://github.com/ros-drivers/usb_cam.git  // download package&lt;br /&gt;
 /catkin_ws$ catkin_make //go in workspace and run catkin_make&lt;br /&gt;
 $ source devel/setup.bash   // run it&lt;br /&gt;
 $roslaunch usb_cam usb_cam-test.launch // to launch package&lt;br /&gt;
=='''(29-06-2017)'''==&lt;br /&gt;
==Interfacing 3D Camera==&lt;br /&gt;
 http://wiki.ros.org/realsense_camera&lt;br /&gt;
 https://01.org/developerjourney/recipe/intel-realsense-robotic-development-kit&lt;br /&gt;
==Working with Lidar==&lt;br /&gt;
Read this tutorial&lt;br /&gt;
 http://wiki.ros.org/hokuyo_node/Tutorials/UsingTheHokuyoNode&lt;br /&gt;
&lt;br /&gt;
 ==For Lidar==&lt;br /&gt;
first run roscore&amp;lt;br /&amp;gt;&lt;br /&gt;
then hokuyo_node&amp;lt;br /&amp;gt;&lt;br /&gt;
after it tf function&amp;lt;br /&amp;gt;&lt;br /&gt;
for tf function&amp;lt;br /&amp;gt;&lt;br /&gt;
rosrun tf static_transform_publisher 0.0 0.0 0.0 0.0 0.0 0.0 map my_frame 100&lt;br /&gt;
 http://answers.ros.org/question/195962/rviz-fixed-frame-world-does-not-exist/&lt;br /&gt;
Then run rviz&amp;lt;br /&amp;gt;&lt;br /&gt;
rosrun rviz rviz&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==For navigation stack==&lt;br /&gt;
 https://github.com/ut-ims-robotics/tutorials/wiki/Navigation-stack&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=='''Recording and playing bag file'''==&lt;br /&gt;
For this purpose Lidar scan was used and following steps were performed. &amp;lt;br /&amp;gt;&lt;br /&gt;
# roscore&lt;/div&gt;</summary>
		<author><name>Saqlian</name></author>
	</entry>
	<entry>
		<id>https://ims.ut.ee/index.php?title=My_Work_Time_line&amp;diff=17028</id>
		<title>My Work Time line</title>
		<link rel="alternate" type="text/html" href="https://ims.ut.ee/index.php?title=My_Work_Time_line&amp;diff=17028"/>
		<updated>2017-07-31T12:11:35Z</updated>

		<summary type="html">&lt;p&gt;Saqlian: /* Recording and playing bag file */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Welcome to my Activity Log!!!&lt;br /&gt;
My Research topic is &amp;quot; Co-operative mappingg by using a swarm of sensors&amp;quot;. The first target to achieve is to build up knowledge about using Ubuntu and ROS kinetics.&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
Ubuntu seems new to me as i always worked on window versions of operating systems. So for me task 1 was to install Ubuntu and make myself familiar to its working.&lt;br /&gt;
When i started Ubuntu installation, i had to face problem because my system was not ready to accept different operating system. It started screaming out loud to warn me but i keep going. After 3 failures i became successful in Ubuntu installation over the cost of data in my hard drive.&lt;br /&gt;
&lt;br /&gt;
[[https://www.ubuntu.com/ Ubuntu Official Website]]&lt;br /&gt;
&lt;br /&gt;
== Installing ROS ==&lt;br /&gt;
Next task was to install ROS kinetics.&lt;br /&gt;
Installing ROS Kinetics was not difficult after watching few tutorials on you tube.&lt;br /&gt;
&lt;br /&gt;
== Learning ROS==&lt;br /&gt;
Use ROS Tutorials&lt;br /&gt;
== How to add a new Package in workspace '''(27-06-2017)''' ==&lt;br /&gt;
Insert non-formatted text here&lt;br /&gt;
 $ cd catkin_ws // go in workspace&lt;br /&gt;
 $ cd src //go in source directory&lt;br /&gt;
 $ git clone https://github.com/ros-drivers/usb_cam.git  // download package&lt;br /&gt;
 /catkin_ws$ catkin_make //go in workspace and run catkin_make&lt;br /&gt;
 $ source devel/setup.bash   // run it&lt;br /&gt;
 $roslaunch usb_cam usb_cam-test.launch // to launch package&lt;br /&gt;
=='''(29-06-2017)'''==&lt;br /&gt;
==Interfacing 3D Camera==&lt;br /&gt;
 http://wiki.ros.org/realsense_camera&lt;br /&gt;
 https://01.org/developerjourney/recipe/intel-realsense-robotic-development-kit&lt;br /&gt;
==Working with Lidar==&lt;br /&gt;
Read this tutorial&lt;br /&gt;
 http://wiki.ros.org/hokuyo_node/Tutorials/UsingTheHokuyoNode&lt;br /&gt;
&lt;br /&gt;
 ==For Lidar==&lt;br /&gt;
first run roscore&amp;lt;br /&amp;gt;&lt;br /&gt;
then hokuyo_node&amp;lt;br /&amp;gt;&lt;br /&gt;
after it tf function&amp;lt;br /&amp;gt;&lt;br /&gt;
for tf function&amp;lt;br /&amp;gt;&lt;br /&gt;
rosrun tf static_transform_publisher 0.0 0.0 0.0 0.0 0.0 0.0 map my_frame 100&lt;br /&gt;
 http://answers.ros.org/question/195962/rviz-fixed-frame-world-does-not-exist/&lt;br /&gt;
Then run rviz&amp;lt;br /&amp;gt;&lt;br /&gt;
rosrun rviz rviz&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==For navigation stack==&lt;br /&gt;
 https://github.com/ut-ims-robotics/tutorials/wiki/Navigation-stack&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=='''Recording and playing bag file'''==&lt;br /&gt;
For this purpose Lidar scan was used and following steps were performed. &amp;lt;br /&amp;gt;&lt;br /&gt;
# 1&lt;/div&gt;</summary>
		<author><name>Saqlian</name></author>
	</entry>
	<entry>
		<id>https://ims.ut.ee/index.php?title=My_Work_Time_line&amp;diff=17027</id>
		<title>My Work Time line</title>
		<link rel="alternate" type="text/html" href="https://ims.ut.ee/index.php?title=My_Work_Time_line&amp;diff=17027"/>
		<updated>2017-07-31T12:10:08Z</updated>

		<summary type="html">&lt;p&gt;Saqlian: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Welcome to my Activity Log!!!&lt;br /&gt;
My Research topic is &amp;quot; Co-operative mappingg by using a swarm of sensors&amp;quot;. The first target to achieve is to build up knowledge about using Ubuntu and ROS kinetics.&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
Ubuntu seems new to me as i always worked on window versions of operating systems. So for me task 1 was to install Ubuntu and make myself familiar to its working.&lt;br /&gt;
When i started Ubuntu installation, i had to face problem because my system was not ready to accept different operating system. It started screaming out loud to warn me but i keep going. After 3 failures i became successful in Ubuntu installation over the cost of data in my hard drive.&lt;br /&gt;
&lt;br /&gt;
[[https://www.ubuntu.com/ Ubuntu Official Website]]&lt;br /&gt;
&lt;br /&gt;
== Installing ROS ==&lt;br /&gt;
Next task was to install ROS kinetics.&lt;br /&gt;
Installing ROS Kinetics was not difficult after watching few tutorials on you tube.&lt;br /&gt;
&lt;br /&gt;
== Learning ROS==&lt;br /&gt;
Use ROS Tutorials&lt;br /&gt;
== How to add a new Package in workspace '''(27-06-2017)''' ==&lt;br /&gt;
Insert non-formatted text here&lt;br /&gt;
 $ cd catkin_ws // go in workspace&lt;br /&gt;
 $ cd src //go in source directory&lt;br /&gt;
 $ git clone https://github.com/ros-drivers/usb_cam.git  // download package&lt;br /&gt;
 /catkin_ws$ catkin_make //go in workspace and run catkin_make&lt;br /&gt;
 $ source devel/setup.bash   // run it&lt;br /&gt;
 $roslaunch usb_cam usb_cam-test.launch // to launch package&lt;br /&gt;
=='''(29-06-2017)'''==&lt;br /&gt;
==Interfacing 3D Camera==&lt;br /&gt;
 http://wiki.ros.org/realsense_camera&lt;br /&gt;
 https://01.org/developerjourney/recipe/intel-realsense-robotic-development-kit&lt;br /&gt;
==Working with Lidar==&lt;br /&gt;
Read this tutorial&lt;br /&gt;
 http://wiki.ros.org/hokuyo_node/Tutorials/UsingTheHokuyoNode&lt;br /&gt;
&lt;br /&gt;
 ==For Lidar==&lt;br /&gt;
first run roscore&amp;lt;br /&amp;gt;&lt;br /&gt;
then hokuyo_node&amp;lt;br /&amp;gt;&lt;br /&gt;
after it tf function&amp;lt;br /&amp;gt;&lt;br /&gt;
for tf function&amp;lt;br /&amp;gt;&lt;br /&gt;
rosrun tf static_transform_publisher 0.0 0.0 0.0 0.0 0.0 0.0 map my_frame 100&lt;br /&gt;
 http://answers.ros.org/question/195962/rviz-fixed-frame-world-does-not-exist/&lt;br /&gt;
Then run rviz&amp;lt;br /&amp;gt;&lt;br /&gt;
rosrun rviz rviz&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==For navigation stack==&lt;br /&gt;
 https://github.com/ut-ims-robotics/tutorials/wiki/Navigation-stack&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=='''Recording and playing bag file'''==&lt;/div&gt;</summary>
		<author><name>Saqlian</name></author>
	</entry>
	<entry>
		<id>https://ims.ut.ee/index.php?title=My_Work_Time_line&amp;diff=17018</id>
		<title>My Work Time line</title>
		<link rel="alternate" type="text/html" href="https://ims.ut.ee/index.php?title=My_Work_Time_line&amp;diff=17018"/>
		<updated>2017-07-27T15:35:16Z</updated>

		<summary type="html">&lt;p&gt;Saqlian: /* Working with Lidar */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Welcome to my Activity Log!!!&lt;br /&gt;
My Research topic is &amp;quot; Co-operative mappingg by using a swarm of sensors&amp;quot;. The first target to achieve is to build up knowledge about using Ubuntu and ROS kinetics.&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
Ubuntu seems new to me as i always worked on window versions of operating systems. So for me task 1 was to install Ubuntu and make myself familiar to its working.&lt;br /&gt;
When i started Ubuntu installation, i had to face problem because my system was not ready to accept different operating system. It started screaming out loud to warn me but i keep going. After 3 failures i became successful in Ubuntu installation over the cost of data in my hard drive.&lt;br /&gt;
&lt;br /&gt;
[[https://www.ubuntu.com/ Ubuntu Official Website]]&lt;br /&gt;
&lt;br /&gt;
== Installing ROS ==&lt;br /&gt;
Next task was to install ROS kinetics.&lt;br /&gt;
Installing ROS Kinetics was not difficult after watching few tutorials on you tube.&lt;br /&gt;
&lt;br /&gt;
== Learning ROS==&lt;br /&gt;
Use ROS Tutorials&lt;br /&gt;
== How to add a new Package in workspace '''(27-06-2017)''' ==&lt;br /&gt;
Insert non-formatted text here&lt;br /&gt;
 $ cd catkin_ws // go in workspace&lt;br /&gt;
 $ cd src //go in source directory&lt;br /&gt;
 $ git clone https://github.com/ros-drivers/usb_cam.git  // download package&lt;br /&gt;
 /catkin_ws$ catkin_make //go in workspace and run catkin_make&lt;br /&gt;
 $ source devel/setup.bash   // run it&lt;br /&gt;
 $roslaunch usb_cam usb_cam-test.launch // to launch package&lt;br /&gt;
=='''(29-06-2017)'''==&lt;br /&gt;
==Interfacing 3D Camera==&lt;br /&gt;
 http://wiki.ros.org/realsense_camera&lt;br /&gt;
 https://01.org/developerjourney/recipe/intel-realsense-robotic-development-kit&lt;br /&gt;
==Working with Lidar==&lt;br /&gt;
Read this tutorial&lt;br /&gt;
 http://wiki.ros.org/hokuyo_node/Tutorials/UsingTheHokuyoNode&lt;br /&gt;
&lt;br /&gt;
 ==For Lidar==&lt;br /&gt;
first run roscore&amp;lt;br /&amp;gt;&lt;br /&gt;
then hokuyo_node&amp;lt;br /&amp;gt;&lt;br /&gt;
after it tf function&amp;lt;br /&amp;gt;&lt;br /&gt;
for tf function&amp;lt;br /&amp;gt;&lt;br /&gt;
rosrun tf static_transform_publisher 0.0 0.0 0.0 0.0 0.0 0.0 map my_frame 100&lt;br /&gt;
 http://answers.ros.org/question/195962/rviz-fixed-frame-world-does-not-exist/&lt;br /&gt;
Then run rviz&amp;lt;br /&amp;gt;&lt;br /&gt;
rosrun rviz rviz&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==For navigation stack==&lt;br /&gt;
 https://github.com/ut-ims-robotics/tutorials/wiki/Navigation-stack&lt;/div&gt;</summary>
		<author><name>Saqlian</name></author>
	</entry>
	<entry>
		<id>https://ims.ut.ee/index.php?title=My_Work_Time_line&amp;diff=17017</id>
		<title>My Work Time line</title>
		<link rel="alternate" type="text/html" href="https://ims.ut.ee/index.php?title=My_Work_Time_line&amp;diff=17017"/>
		<updated>2017-07-27T15:33:15Z</updated>

		<summary type="html">&lt;p&gt;Saqlian: /* For Lidar */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Welcome to my Activity Log!!!&lt;br /&gt;
My Research topic is &amp;quot; Co-operative mappingg by using a swarm of sensors&amp;quot;. The first target to achieve is to build up knowledge about using Ubuntu and ROS kinetics.&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
Ubuntu seems new to me as i always worked on window versions of operating systems. So for me task 1 was to install Ubuntu and make myself familiar to its working.&lt;br /&gt;
When i started Ubuntu installation, i had to face problem because my system was not ready to accept different operating system. It started screaming out loud to warn me but i keep going. After 3 failures i became successful in Ubuntu installation over the cost of data in my hard drive.&lt;br /&gt;
&lt;br /&gt;
[[https://www.ubuntu.com/ Ubuntu Official Website]]&lt;br /&gt;
&lt;br /&gt;
== Installing ROS ==&lt;br /&gt;
Next task was to install ROS kinetics.&lt;br /&gt;
Installing ROS Kinetics was not difficult after watching few tutorials on you tube.&lt;br /&gt;
&lt;br /&gt;
== Learning ROS==&lt;br /&gt;
Use ROS Tutorials&lt;br /&gt;
== How to add a new Package in workspace '''(27-06-2017)''' ==&lt;br /&gt;
Insert non-formatted text here&lt;br /&gt;
 $ cd catkin_ws // go in workspace&lt;br /&gt;
 $ cd src //go in source directory&lt;br /&gt;
 $ git clone https://github.com/ros-drivers/usb_cam.git  // download package&lt;br /&gt;
 /catkin_ws$ catkin_make //go in workspace and run catkin_make&lt;br /&gt;
 $ source devel/setup.bash   // run it&lt;br /&gt;
 $roslaunch usb_cam usb_cam-test.launch // to launch package&lt;br /&gt;
=='''(29-06-2017)'''==&lt;br /&gt;
==Interfacing 3D Camera==&lt;br /&gt;
 http://wiki.ros.org/realsense_camera&lt;br /&gt;
 https://01.org/developerjourney/recipe/intel-realsense-robotic-development-kit&lt;br /&gt;
==Working with Lidar==&lt;br /&gt;
Read this tutorial&lt;br /&gt;
 http://wiki.ros.org/hokuyo_node/Tutorials/UsingTheHokuyoNode&lt;br /&gt;
==For navigation stack==&lt;br /&gt;
 https://github.com/ut-ims-robotics/tutorials/wiki/Navigation-stack&lt;/div&gt;</summary>
		<author><name>Saqlian</name></author>
	</entry>
	<entry>
		<id>https://ims.ut.ee/index.php?title=My_Work_Time_line&amp;diff=17016</id>
		<title>My Work Time line</title>
		<link rel="alternate" type="text/html" href="https://ims.ut.ee/index.php?title=My_Work_Time_line&amp;diff=17016"/>
		<updated>2017-07-27T15:29:18Z</updated>

		<summary type="html">&lt;p&gt;Saqlian: Created page with &amp;quot;Welcome to my Activity Log!!! My Research topic is &amp;quot; Co-operative mappingg by using a swarm of sensors&amp;quot;. The first target to achieve is to build up knowledge about using Ubunt...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Welcome to my Activity Log!!!&lt;br /&gt;
My Research topic is &amp;quot; Co-operative mappingg by using a swarm of sensors&amp;quot;. The first target to achieve is to build up knowledge about using Ubuntu and ROS kinetics.&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
Ubuntu seems new to me as i always worked on window versions of operating systems. So for me task 1 was to install Ubuntu and make myself familiar to its working.&lt;br /&gt;
When i started Ubuntu installation, i had to face problem because my system was not ready to accept different operating system. It started screaming out loud to warn me but i keep going. After 3 failures i became successful in Ubuntu installation over the cost of data in my hard drive.&lt;br /&gt;
&lt;br /&gt;
[[https://www.ubuntu.com/ Ubuntu Official Website]]&lt;br /&gt;
&lt;br /&gt;
== Installing ROS ==&lt;br /&gt;
Next task was to install ROS kinetics.&lt;br /&gt;
Installing ROS Kinetics was not difficult after watching few tutorials on you tube.&lt;br /&gt;
&lt;br /&gt;
== Learning ROS==&lt;br /&gt;
Use ROS Tutorials&lt;br /&gt;
== How to add a new Package in workspace '''(27-06-2017)''' ==&lt;br /&gt;
Insert non-formatted text here&lt;br /&gt;
 $ cd catkin_ws // go in workspace&lt;br /&gt;
 $ cd src //go in source directory&lt;br /&gt;
 $ git clone https://github.com/ros-drivers/usb_cam.git  // download package&lt;br /&gt;
 /catkin_ws$ catkin_make //go in workspace and run catkin_make&lt;br /&gt;
 $ source devel/setup.bash   // run it&lt;br /&gt;
 $roslaunch usb_cam usb_cam-test.launch // to launch package&lt;br /&gt;
=='''(29-06-2017)'''==&lt;br /&gt;
==Interfacing 3D Camera==&lt;br /&gt;
 http://wiki.ros.org/realsense_camera&lt;br /&gt;
 https://01.org/developerjourney/recipe/intel-realsense-robotic-development-kit&lt;br /&gt;
==Working with Lidar==&lt;br /&gt;
Read this tutorial&lt;br /&gt;
 http://wiki.ros.org/hokuyo_node/Tutorials/UsingTheHokuyoNode&lt;br /&gt;
==For navigation stack==&lt;br /&gt;
 https://github.com/ut-ims-robotics/tutorials/wiki/Navigation-stack&lt;br /&gt;
==For Lidar==&lt;br /&gt;
first run roscore&lt;br /&gt;
then hokuyo_node&lt;br /&gt;
after it tf function&lt;br /&gt;
for tf function&lt;br /&gt;
rosrun tf static_transform_publisher 0.0 0.0 0.0 0.0 0.0 0.0 map my_frame 100&lt;br /&gt;
 http://answers.ros.org/question/195962/rviz-fixed-frame-world-does-not-exist/&lt;br /&gt;
Then run rviz&lt;br /&gt;
rosrun rviz rviz&lt;/div&gt;</summary>
		<author><name>Saqlian</name></author>
	</entry>
	<entry>
		<id>https://ims.ut.ee/index.php?title=My_Work_Timeline&amp;diff=17015</id>
		<title>My Work Timeline</title>
		<link rel="alternate" type="text/html" href="https://ims.ut.ee/index.php?title=My_Work_Timeline&amp;diff=17015"/>
		<updated>2017-07-27T15:26:00Z</updated>

		<summary type="html">&lt;p&gt;Saqlian: /* For navigation stack */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Welcome to my Activity Log!!!&lt;br /&gt;
My Research topic is &amp;quot; Co-operative mappingg by using a swarm of sensors&amp;quot;. The first target to achieve is to build up knowledge about using Ubuntu and ROS kinetics.&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
Ubuntu seems new to me as i always worked on window versions of operating systems. So for me task 1 was to install Ubuntu and make myself familiar to its working.&lt;br /&gt;
When i started Ubuntu installation, i had to face problem because my system was not ready to accept different operating system. It started screaming out loud to warn me but i keep going. After 3 failures i became successful in Ubuntu installation over the cost of data in my hard drive.&lt;br /&gt;
&lt;br /&gt;
[[https://www.ubuntu.com/ Ubuntu Official Website]]&lt;br /&gt;
&lt;br /&gt;
== Installing ROS ==&lt;br /&gt;
Next task was to install ROS kinetics.&lt;br /&gt;
Installing ROS Kinetics was not difficult after watching few tutorials on you tube.&lt;br /&gt;
&lt;br /&gt;
== Learning ROS==&lt;br /&gt;
Use ROS Tutorials&lt;br /&gt;
== How to add a new Package in workspace '''(27-06-2017)''' ==&lt;br /&gt;
Insert non-formatted text here&lt;br /&gt;
 $ cd catkin_ws // go in workspace&lt;br /&gt;
 $ cd src //go in source directory&lt;br /&gt;
 $ git clone https://github.com/ros-drivers/usb_cam.git  // download package&lt;br /&gt;
 /catkin_ws$ catkin_make //go in workspace and run catkin_make&lt;br /&gt;
 $ source devel/setup.bash   // run it&lt;br /&gt;
 $roslaunch usb_cam usb_cam-test.launch // to launch package&lt;br /&gt;
=='''(29-06-2017)'''==&lt;br /&gt;
==Interfacing 3D Camera==&lt;br /&gt;
 http://wiki.ros.org/realsense_camera&lt;br /&gt;
 https://01.org/developerjourney/recipe/intel-realsense-robotic-development-kit&lt;br /&gt;
==Working with Lidar==&lt;br /&gt;
Read this tutorial&lt;br /&gt;
 http://wiki.ros.org/hokuyo_node/Tutorials/UsingTheHokuyoNode&lt;br /&gt;
==For navigation stack==&lt;br /&gt;
 https://github.com/ut-ims-robotics/tutorials/wiki/Navigation-stack&lt;br /&gt;
==For Lidar==&lt;br /&gt;
first run roscore&lt;br /&gt;
then hokuyo_node&lt;br /&gt;
after it tf function&lt;br /&gt;
for tf function&lt;br /&gt;
rosrun tf static_transform_publisher 0.0 0.0 0.0 0.0 0.0 0.0 map my_frame 100&lt;br /&gt;
 http://answers.ros.org/question/195962/rviz-fixed-frame-world-does-not-exist/&lt;br /&gt;
Then run rviz&lt;br /&gt;
rosrun rviz rviz&lt;/div&gt;</summary>
		<author><name>Saqlian</name></author>
	</entry>
	<entry>
		<id>https://ims.ut.ee/index.php?title=User:Saqlian&amp;diff=17014</id>
		<title>User:Saqlian</title>
		<link rel="alternate" type="text/html" href="https://ims.ut.ee/index.php?title=User:Saqlian&amp;diff=17014"/>
		<updated>2017-07-27T15:18:24Z</updated>

		<summary type="html">&lt;p&gt;Saqlian: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;engr.saqlian@gmail.com &lt;br /&gt;
&lt;br /&gt;
Skype: ranasaqi_1743&lt;br /&gt;
&lt;br /&gt;
Contact no. : +372-53828906&lt;br /&gt;
&lt;br /&gt;
Research Topic: Co-operative mapping by using a swarm sensors.&lt;br /&gt;
&lt;br /&gt;
Supervisor:  [[User:Karl|Karl Kruusamäe]]&lt;br /&gt;
&lt;br /&gt;
[[My Work Time line]]&lt;br /&gt;
&lt;br /&gt;
 [[Cheat Sheet]]&lt;/div&gt;</summary>
		<author><name>Saqlian</name></author>
	</entry>
	<entry>
		<id>https://ims.ut.ee/index.php?title=Error_Messages&amp;diff=17007</id>
		<title>Error Messages</title>
		<link rel="alternate" type="text/html" href="https://ims.ut.ee/index.php?title=Error_Messages&amp;diff=17007"/>
		<updated>2017-07-27T10:48:35Z</updated>

		<summary type="html">&lt;p&gt;Saqlian: /* cannot connect to X server */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=='''cannot connect to X server'''==&lt;br /&gt;
While trying to run rviz on youbot i got this error&lt;br /&gt;
=='''Solution'''==&lt;/div&gt;</summary>
		<author><name>Saqlian</name></author>
	</entry>
</feed>