-
Notifications
You must be signed in to change notification settings - Fork 9
Karthik Nayak daily progress report
Karthik Nayak edited this page May 29, 2018
·
5 revisions
- Started learning ROS from the following link http://wiki.ros.org/ROS/Tutorials
- Installed Indigo ROS by following the procedure as given in http://wiki.ros.org/indigo/Installation/Ubuntu
- Got familiar with ROS Topics like rqt_graph, rostopic and the various commands associated with it.
- Understood the overall flow of information in an ROS environment and to extract the information relevant for our study and analysis.
- Started with task 0 of Chaser Drone.
- Completed task 0 of chaser drone.
- Understood how whycon for efficient marker based localisation.
- Started task_1 of Chaser Drone.
- Understood how to carry out remapping in .launch file.
- Went through the details of Pluto Drone.
- Completed task_1 of chaser drone and completed the ROS tutorials.
- Started working on PID implementation for which I referred the following link http://brettbeauregard.com/blog/2011/04/improving-the-beginners-pid-introduction/
- Started task_1_2 of chaser drone.
- Simulated hit and error method of PID tuning for localisation of AR Drone on Gazebo.
- Started working on Ziegler-Nichols method of PID tuning.