Tags:
create new tag
view all tags

Recent Changes in Main Web retrieved at 18:49 (GMT)

My Links WelcomeGuest starting points on TWiki TWikiUsersGuide complete TWiki documentation, Quick Start to Reference WebHome try out TWiki on...
My Links WelcomeGuest starting points on TWiki TWikiUsersGuide complete TWiki documentation, Quick Start to Reference WebHome try out TWiki on...
My Links WelcomeGuest starting points on TWiki TWikiUsersGuide complete TWiki documentation, Quick Start to Reference WebHome try out TWiki on...
My Links WelcomeGuest starting points on TWiki TWikiUsersGuide complete TWiki documentation, Quick Start to Reference WebHome try out TWiki on...
Necessary additional packages we need for the lab: sudo apt get install build essential emacs openssh server cmake setserial git subversion imagemagick libdc1394...
Welcome to the Fordham University Robotics Computer Vision Laboratory Goto the Main Lab Home Page Persons/group who can change the list: Set ALLOWTOPICCHANGE...
FRCVLabGroup Use this group for access control of webs and topics. Member list: Set GROUP TWikiAdminUser, DamianLyons, LabTech, MaggieGates...
My Links WelcomeGuest starting points on TWiki TWikiUsersGuide complete TWiki documentation, Quick Start to Reference WebHome try out TWiki on...
Watchlist Return to: DamianLyons
My Links WelcomeGuest starting points on TWiki TWikiUsersGuide complete TWiki documentation, Quick Start to Reference WebHome try out TWiki on...
Fordham Robotics and Computer Vision Laboratory Demos and Software Rotational Legged Locomotion Pictures, Videos for novel triped robot. Robot `imagination` Pictures...
Local customizations of site wide preferences Site level preferences are located in 1 , however this 2 prefs topic has override priority and should be used for...
My Links WelcomeGuest starting points on TWiki TWikiUsersGuide complete TWiki documentation, Quick Start to Reference WebHome try out TWiki on...
My Links WelcomeGuest starting points on TWiki TWikiUsersGuide complete TWiki documentation, Quick Start to Reference WebHome try out TWiki on...
TWiki Administrator Group This is a super user group that has access to all content, regardless of access control. This group has also access to the configure script...
COMPLETED 1. SPIE Defense and Security Symposium 2012, April 23 27 Baltimore MD; Abstract due Oct 10th 2011. Abstract Submitted. Accepted. Paper Submitted. Minor formatting...
My Links WelcomeGuest starting points on TWiki TWikiUsersGuide complete TWiki documentation, Quick Start to Reference WebHome try out TWiki on...
My Links WelcomeGuest starting points on TWiki TWikiUsersGuide complete TWiki documentation, Quick Start to Reference WebHome try out TWiki on...
Watchlist Return to: TWikiAdminUser
NameGroup Use this group for access control of webs and topics. Member list: Set GROUP TWikiAdminUser Purpose of this group: Set DESCRIPTION...
My Links WelcomeGuest starting points on TWiki TWikiUsersGuide complete TWiki documentation, Quick Start to Reference WebHome try out TWiki on...
My Links WelcomeGuest starting points on TWiki TWikiUsersGuide complete TWiki documentation, Quick Start to Reference WebHome try out TWiki on...
My Links WelcomeGuest starting points on TWiki TWikiUsersGuide complete TWiki documentation, Quick Start to Reference WebHome try out TWiki on...
My Links WelcomeGuest starting points on TWiki TWikiUsersGuide complete TWiki documentation, Quick Start to Reference WebHome try out TWiki on...
Top Menu of Main Web This topic defines the menu structure of the Main web, used by the TopMenuSkin. 1 Web` Users Groups...
/Main The web for users, groups and offices. TWiki is an Enterprise Collaboration Platform.
Main Web Preferences The following settings are web preferences of the Main web. These preferences override the site level preferences in . and...
1 Web Create New Topic Index Search Changes Notifications RSS Feed Statistics Preferences
TWiki`s Main web The web for users, groups and offices. TWiki is an Enterprise Collaboration Platform.
Related topics:
User List sorted by location
User List sorted by date joined / updated
TWiki User List Filter: Clear Total:
The UnknownUser User UnknownUser is a reserved name in TWiki. If the UnknownUser appears, it is probably because author information for a topic could not be recovered...
The TWikiRegistrationAgent User This is a TWiki user used by TWiki when it registers new users. This user has special access to write to , and does not have...
The TWikiGuest User A guest of this TWiki site, or a user who is not logged in. Register create an account to participate in this TWiki site Starting points...
TWiki Groups Use these groups to define fine grained access control in TWiki: New Group: ^ A group topic name must be a WikiWord and must end in...
Use this group for access control of webs and topics. Member list: Set GROUP Purpose of this group: Set DESCRIPTION Persons...
TWiki Contributor Not an actual user of this site, but a person devoting some of his/her time to contribute to the Open Source TWiki project. TWikiContributor lists...
Nobody Group Member list: Set GROUP Persons/group who can change the list: Set ALLOWTOPICCHANGE TWikiAdminGroup Used to prevent dangerous...
Change Profile Picture of 1 ` .profileBox { border: solid #dddddd 1px; moz box shadow: 2px 2px 3px #e8e8e8; webkit box shadow: 2px 2px 3px #e8e8e8; box...
All Users Group This is a special group literally all users belong. The main use of this group is to lift a web level restriction at the topic level. This is close...
All Authenticated Users Group This is a special group all authenticated users belong. The main use of this group is to lift a web level restriction at the topic level...
Using VirtualBox Fullscreen or Seamless Mode When using VirtualBox to run a virtual Windows session, you will probably prefer to use either Fullscreen Mode or Seamless...
User List showing all photographs If TWiki:Plugins.ImageGalleryPlugin is installed this page will show photos and names of all registered users.
Header of User Homepages Note: This is a maintenance topic, used by the TWiki administrator. The part between the horizontal rules gets included at the top of...
My links: My home page edit
Measurement requirements: meta name `robots` content `noindex` / Measurement requirements: Measurement Set 1: 1. Measure the dimensions of the Tumbler...
Here is the Rotopod Control Center: a Windows XP equipped Dell computer with an Intel Processor, and two DC power supplies, running at 12 volts each. The bottom power...
A useful set of software compiled by Dr. Lyons to fully test the functionality of each robot based on the hardware it has. The following programs are in the testing...
#pragma config(Motor, port2, LeftForward, tmotorServoContinuousRotation, openLoop, reversed) #pragma config(Motor, port3, RightForward, tmotorServoContinuous...
(sdf 7/15) rcv2pcdPCL function.tar.bz2 New version with features below wrapped into a function. Includes the CMakeLists.txt file and a test rcv cloud for converting...
This paper highlights the basics of implementing Optimal Paths for Autonomous Mobile Robots. The authors use an Agent based approach towards finding an optimal...
StephenFox 2010 09 02
Bookmarks of PengTang Link: Web.Topic or URL Link Label http://twiki.org/ TWiki.org Return to: PengTang
Exercise: Write a process WR that reads a value on its input port and that writes that same value to its output port forever. WR(ip)(op) IN ; OUT ; WR . (c)...
Exercise: Use tail recursion and PASS to build a process that raises its first argument to the power of the second, assuming that the first is a real number and the...
Exercise: Write a recursive process that (a) never terminates and (b) terminates after 1 iteration of its body. T EQ ; T . Since n n always, this will recursive...
Exercise: Write a PARS process that has two process variables, and will do P if the first variable is the larger and Q if the second is the larger, but nothing if...
Exercise: Write a process definition for a process Z with four arguments, which consists of a sequential composition of an instance of P given the first two arguments...
There are many ways to pick variable and process names, and specify values for them. Here is a correct example. TYPE REAL x TYPE REAL y TYPE REAL z Q. Q Q (c) Fordham...
P (c) Fordham University Robotics and Computer Vision
Process A process is the basic unit of computation in PARS; everything is about processes. A process is written by convention with a capital letter, e.g., P or Q...
Multiple Systems In a situation where the SYS process is defined for a mission that has has sensor processes that may trigger different behaviors, verification proceeds...
1. PASS results are not echoed to a raw flow function. For example T PASS ; T will produce a flow function f(a) b, but no flow function for b. 2. A system composed...
Obstacles An obstacle is represented by a MOG. Each member is a possible location for the obstacle. First Approach to representing obstacle If there is a cylindrical...
meta name `robots` content `noindex` / Main difference between old and new CNL, mission files. New CNL changed two main features compared to old CNL, namely, move...
meta name `robots` content `noindex` / Main difference between old and new CNL, mission files. New CNL changed two main features compared to old CNL, namely, move...
meta name `robots` content `noindex` / Main difference between old and new CNL, mission files. New CNL changed two main features compared to old CNL, namely, move...
meta name `robots` content `noindex` / Main difference between old and new CNL, mission files. New CNL changed two main features compared to old CNL, namely, move...
meta name `robots` content `noindex` / Multirobot Waypoint mission with obstacle avoidance August 2014 dml This version modified from multirobot w OBSTACLE...
meta name `robots` content `noindex` / Multirobot Waypoint mission with obstacle avoidance 1/17 peng, using cnl V2.0 August 2014 dml This version modified...
meta name `robots` content `noindex` / peng 1/14/2014 TSS Result variables and parameters Definition here has highest precedence (can be specified here or via...
meta name `robots` content `noindex` / peng 1/14/2014 TSS Result variables and parameters Definition here has highest precedence (can be specified here or via...
meta name `robots` content `noindex` / singlerobot goes a straight line peng 1/14/2014 TSS Result variables and parameters Definition here has highest precedence...
meta name `robots` content `noindex` / singlerobot, one move with OBSTACLE AVOIDANCE uses CNL V2.0 peng 1/14/2014 TSS Result variables and parameters Definition...
Installing OpenCV 2.3.1 I found this website that gives a detailed walk through of a complete (including ffmpeg) installation of OpenCV 2.3.1. I`ve tried it on Bot...
Multi Robot Exploration Using Potential Field A continuation of James` Multi robot Fast Map Construction. Our goal is , building on James` project, to improve the...
Since we run Debian and Ubuntu based platforms, we must use the Fedora VM image. I followed these steps for installation. 1. Download MissionLab FC4 VMWare image from...
Damian M. Lyons; Promotion Materials Resume pdf. List of Publications pdf. Selected Publications (22 papers) This document contains a list of my selected publications...
This paper focuses on the program model checking and the effects of D4V (Design for Verification) on the model checkers efficiency. The paper analyses NASAs Java...
LAB #1 Before beginning the lab, we noticed the motors were once again loose. It was decided that we to provide additional supports between the frames in order to...
This is the first of the Kress Gazit papers, while she was still at UPenn. It introduces the key steps in her approach to a temporal logic method for motion planning...
Introduction to JAUS Installation Download the latest source and build it, including ojNodeManager and ojVehicleSim. Install to /usr/local/jaus, or some place that...
Instructions for maintaining the help documentation This page is for users who are responsible for updating the help documentation. I recommend reading the TWikiTutorial...
igvc2010 Member list (comma separated list): Set GROUP StephenFox Persons/group who can change the list: Set ALLOWTOPICCHANGE igvc...
The GyroTCM2 software inital version was incorrect as it failed to call the tcm2 continuousCommandPackets() routine to start TCM transmission. The TCMtest program...
Serial Installation of the GPS Units (Stereo Camera Models only See USB installation instructions below for Laser models) 1 Connect the GPS 1 Boot into the...
This is based on the serial.c program that reads the GPS serial port as text and extracts the North and West data. The program serial.c was very ineffective and I...
Background A representation that combines depth and image information is Birchfield and Rangarajan (2007)`s spatial histogram or spatiogram. The image spatiogram...
Rotational Legged Locomotion The Rotopod is a novel robot mechanism which combines the features of wheeled and legged locomotion in an unusual way. This robot...
GPS Wifi Mods to R118 Robot 118 is a P3 AT equipped with Gyro, TCM2, DPPU PT unit, and Bumblebee stereohead. Robot 118 was modified to carry a GPS on a tripod mounted...
GPS # SERIAL # LOCATION GPS 1 418949 GPS 2 418953 GPS 3 419328 GPS 4 418855 GPS 5 418954 GPS 6 418866...

«Previous   1  2  3  4  5   Next»

Show 10, 20, 50, 100, 500, 1000 results per page, or show all.

Related topics: RSS feed, rounded corners RSS feed, ATOM feed, WebNotify, site changes, site map

Edit | Attach | Watch | Print version | History: r5 < r4 < r3 < r2 < r1 | Backlinks | Raw View | Raw edit | More topic actions
Topic revision: r5 - 2006-11-15 - TWikiContributor
 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback