## page was renamed from continuous_ops_bak/Tutorials/Schedule your task ## page was renamed from continuous_ops/Tutorials/Schedule your task ## For instruction on writing tutorials ## http://www.ros.org/wiki/WritingTutorials #################################### ##FILL ME IN #################################### ## for a custom note with links: ## note = ## for the canned note of "This tutorial assumes that you have completed the previous tutorials:" just add the links ## note.0= ## descriptive title for the tutorial ## title =Schedule your own task on the robot ## multi-line description to be displayed in search ## description = ## the next tutorial description (optional) ## next = ## links to next tutorial (optional) ## next.0.link= ## next.1.link= ## what level user is this tutorial for ## level= (BeginnerCategory, IntermediateCategory, AdvancedCategory) ## keywords = #################################### <<IncludeCSTemplate(TutorialCSHeaderTemplate)>> <<TableOfContents(4)>> === Getting your task in the task manager === The task manager will search the ROS_PACKAGE_PATH for all packages that contain .task files. On the robot, we added the /tmp/tasks folder to the package path. So simply copy the package that contains your task into that folder, and the task manager will be able to find your task. === Starting up your task === Go to the web interface, and look for the continuous operation app. Click the 'refresh tasks' button, and your task should show up. Now simply drag your task to the task list on the right, and your task is scheduled! {{attachment:manager.png||width="500"}} ## AUTOGENERATED DO NOT DELETE ## TutorialCategory ## FILL IN THE STACK TUTORIAL CATEGORY HERE