Name *
Email *
College * ---MNNIT AllahabadAVV CoimbatoreIGDTUW DelhiIIITM-K TrivandrumIIT (BHU) VaranasiTAT BhubaneswarOther
[group new-college] College Name (if other, enter your college name) [/group]
[group samecollege clear_on_hide][/group]
Webex Workshop Feedback
1. The workshop material was presented in a clear and organized manner. * [starratingawesome* material-organized min:1 max:5 step:1 icon_class:fa-star]
2. The presenter responded to questions in an informative, appropriate and satisfactory manner. * [starratingawesome* presenter-response min:1 max:5 step:1 icon_class:fa-star]
3. The workshop content was relevant and it met my expectations. * [starratingawesome* workshop-content min:1 max:5 step:1 icon_class:fa-star]
4. The portal www.tqb.li2.in was very helpful in understanding the concepts and applying them in the workshop. * [starratingawesome* portal-helpful min:1 max:5 step:1 icon_class:fa-star]
5. The session was conducted in a fun filled learning environment. * [starratingawesome* session-fun min:1 max:5 step:1 icon_class:fa-star]
6. I would like to attend more workshops of Cisco thingQbator. * [starratingawesome* attend-more min:1 max:5 step:1 icon_class:fa-star]
7. Overall, I had a wonderful learning experience in the workshop and I enjoyed it. * [starratingawesome* overall-experience min:1 max:5 step:1 icon_class:fa-star]
8. Specify the topics of workshops you would like to be part of in the future.
9. What could have been done better? How would you like to take this workshop experience further?
Questionnaire – Introduction to Robot Operating System
1. Robot Operating System can be best described as: * ---A stand-alone operating systemA collection of libraries and tools to create robot applicationsA meta-operating system used for software and hardware integrationBoth b and cCurrently not aware
2. A ROS package must consist of which of the following: * ---A catkin compliant package.xml file in its own folderA CMakeLists.txt fileAn executable nodeBoth a & bCurrently not aware
3. What is the purpose of roscore? * ---A process which is used to source environment variablesTo initiate a collection of nodes necessary for a ROS-based systemTo terminate a collection of nodes after completion of the applicationBoth b & cCurrently not aware
4. What is a ROS node? * ---A collection of prerequisite packages used by ROS ecosystemAlternate nomenclature for waypoints used by a robot during navigationAn executable process which performs some computationA program that uses processes all information available to a robotCurrently not aware
5. What are ROS topics? * ---A collection of prerequisite packages used by ROS ecosystemAmalgamation of concepts on top of which the ROS architecture is builtBoth a & bBuses over which various nodes can exchange informationCurrently not aware
6. What is the purpose of a publisher in the ROS architecture? * ---An author who publishes ROS related open-source contentA ROS node which broadcasts a messageA ROS topic which broadcasts a messageA ROS service which broadcasts a messageCurrently not aware
7. What is a ROS subscriber in the ROS architecture? * ---A user who consumes open-source ROS content using ROS WikiA ROS node which listens to a topic and the associated messageA ROS topic which listens to a messageA ROS service which listens a messageCurrently not aware
8. What is odometry? * ---The process of construction of a mapThe estimation of position & orientation of a robot using data from motion sensorsThe navigation of a path by dynamically avoiding obstaclesBoth b & cCurrently not aware
9. What is the purpose of the tf package? * ---Lets the user keep track of multiple coordinate frames over timeKeeps track of all transfer functions in the control architectureA tensorflow support library for ROSA dynamic map creation packageCurrently not aware
10. What is AMCL? * ---A probabilistic localization system for a robot moving in 2DA mapping support framework in ROSBoth a and brA path planning algorithm to traverse the shortest pathCurrently not aware