RobotDescriptionFile: The XML description file of the robot that contains the wheel and motor information.
RobotName: The robot's ID.
To run a test, start the RTI and the following components:
~MSF/components/MSDE/*Platform*/test_WheeldeLocomotorComponent ~MSF/components/manager/*Platform*/SimManager 4 ~MSF/components/locomotor/*Platform*/WheeledLocomotorComponent atrvSteered.xml ATRV ~MSF/components/HLAB/COMv2-HLAB/*Platform*/H-Lab_COMv2
Select WheelLocomotor in the HLAB display and then commands form the new pop-up display. Enter values as shown in the image below.
HLAB GUI panel
WheeledLocomotorComponent.dox // this document WheeledLocomotorComponent.cpp // main program WheeledLocomotorImpl.[h, cpp] // implementation of WheelLocomotorInstance class WheelParser.h // utility to parse wheel and motor info from the robot descrition file LocomotorActivity.h // base class of all locomotor activities TranslateActivity.h // activity class for locomotion RotateActivity.h // activity class for rotation SteerMotorActivity.h // activity class for steering wheels WheelMotorActivity.h // activity class for locomotion MoveBaseToActivity.h // activity class for moveBaseTo command makefile // make file for building program
1.4.1