rosaria/Legacy/Aria/advanced
2021-12-16 14:07:59 +00:00
..
actsDemo.cpp Import docker from LAB15_OLD 2021-12-16 14:07:59 +00:00
actsDemoSimple.cpp Import docker from LAB15_OLD 2021-12-16 14:07:59 +00:00
amptuDemo.cpp Import docker from LAB15_OLD 2021-12-16 14:07:59 +00:00
amptuDemo.vcproj Import docker from LAB15_OLD 2021-12-16 14:07:59 +00:00
condition.cpp Import docker from LAB15_OLD 2021-12-16 14:07:59 +00:00
functorListsAndStdAlgorithms.cpp Import docker from LAB15_OLD 2021-12-16 14:07:59 +00:00
joydriveActionMod.cpp Import docker from LAB15_OLD 2021-12-16 14:07:59 +00:00
joydriveActionMod.vcproj Import docker from LAB15_OLD 2021-12-16 14:07:59 +00:00
joydriveActionModule.cpp Import docker from LAB15_OLD 2021-12-16 14:07:59 +00:00
joydriveActionModule.vcproj Import docker from LAB15_OLD 2021-12-16 14:07:59 +00:00
joydriveUserControl.cpp Import docker from LAB15_OLD 2021-12-16 14:07:59 +00:00
Makefile Import docker from LAB15_OLD 2021-12-16 14:07:59 +00:00
peoplebotDemo.cpp Import docker from LAB15_OLD 2021-12-16 14:07:59 +00:00
README.txt Import docker from LAB15_OLD 2021-12-16 14:07:59 +00:00
sickAutoLogger.cpp Import docker from LAB15_OLD 2021-12-16 14:07:59 +00:00
sickAutoLogger.vcproj Import docker from LAB15_OLD 2021-12-16 14:07:59 +00:00
sickSpinLogger.cpp Import docker from LAB15_OLD 2021-12-16 14:07:59 +00:00
sickSquareLogger.cpp Import docker from LAB15_OLD 2021-12-16 14:07:59 +00:00

This directory has various advanced demo applications, they are largely 
undocumented, but do some cool things. It also contains some examples 
using more obscure or less-used features or devices.
-------------------------------------------------------------------------------

actsDemo - This one picks up a block (channel 2) and carrys it back and forth
between two placards (channels 1 and 3) 

actsDemoSimple - Like the above but it picks up a block (channel 2) and simply
takes it to a placard (channel 1) then stops

condition - Example of how to use a condition variable (threading)

joydriveUserControl - A normal joydrive program, but where control remains in
the users hands instead of ARIAs

peoplebotDemo - Picks up a block (channel 2) from a table and takes it back 
and forth between two placards also sitting on tables (channels 1 and 3)

amptuDemo - Demo of the old AMPTU device.

sickSpinLogger, sickSquareLogger, sickAutoLogger - Variations of the sickLogger
example that drive the robot automatically rather than using user joystick
operation.

joydriveActionMod, joydriveActionModule - More examples of using ArModule to
load plugins at runtime.

functorListsAndStdAlgorithms - using the STL <algorithms> functions with lists
of ArFunctor objects.