@@ -7,38 +7,38 @@ source [file join $::env(HALLIB_DIR) hal_procs_lib.tcl]
77# 3) addf the moveoff component functions in required sequence
88# 4) reconnect the pos-cmd and pos-fb pins to use the component
99#
10- # Support for demo type ini files where the pos-cmd and pos-fb pins are
10+ # Support for demo type INI files where the pos-cmd and pos-fb pins are
1111# 'shortcircuit' connected together is included.
1212#
13- # The moveoff component may be initialized with settings from the ini file
13+ # The moveoff component may be initialized with settings from the INI file
1414#
1515# Usage:
16- # 1) Specify this file in the ini file as [HAL]HALFILE
16+ # 1) Specify this file in the INI file as [HAL]HALFILE
1717# Its position must follow halfiles that connect the pos-cmd and
1818# pos-fb pins.
1919# [HAL]
2020# ...
2121# HALFILE = hookup_moveoff.tcl
2222# ...
2323#
24- # 2) Include ini file entries for moveoff component settings:
24+ # 2) Include INI file entries for moveoff component settings:
2525# [MOVEOFF]
2626# EPSILON =
2727# WAYPOINT_SAMPLE_SECS =
2828# WAYPOINT_THRESHOLD =
2929# BACKTRACK_ENABLE =
3030#
31- # If these settings are not found in the ini file, the moveoff
31+ # If these settings are not found in the INI file, the moveoff
3232# component defaults will be used.
3333#
34- # 3) Include ini file entries for the per-joint settings
34+ # 3) Include INI file entries for the per-joint settings
3535# [MOVEOFF_n]
3636# MAX_VELOCITY =
3737# MAX_ACCELERATION =
3838# MAX_LIMIT =
3939# MIN_LIMIT =
4040#
41- # If settings are not found in the ini file, the items
41+ # If settings are not found in the INI file, the items
4242# [JOINT_n]
4343# MAX_VELOCITY =
4444# MAX_ACCELERATION =
@@ -48,7 +48,7 @@ source [file join $::env(HALLIB_DIR) hal_procs_lib.tcl]
4848# defaults are used.
4949#
5050# To use the (optional) demonstration gui named moveoff_gui,
51- # include an ini entry:
51+ # include an INI entry:
5252#
5353# [APPLICATIONS]
5454# APP = moveoff_gui option1 option2 ...
0 commit comments