Skip to content

Commit 6766017

Browse files
committed
update behavior models
1 parent e96987b commit 6766017

3 files changed

Lines changed: 13 additions & 13 deletions

File tree

BehaviorNavigationScenario/model/BehaviorNavigationScenario.smartTcl

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,8 +173,18 @@
173173
; (execute '(nav1.tcb-joystick-navigation))
174174
; (execute '(nav1.tcb-stop-joystick-navigation))
175175
;;
176+
; (execute '(localizationModInst.tcb-activate-localization))
176177
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
177178

179+
;;
180+
;; (execute '(cameraInst.activateCameraPush))
181+
;; (execute '(cameraInst.activateCameraQuery))
182+
;; (execute '(cameraInst.deactivateCamera))
183+
184+
;; (execute '(laserfromrgbdInst.activateLaserGenaration))
185+
;; (execute '(laserfromrgbdInst.dectivateLaserGenaration))
186+
187+
178188

179189
(realize-tcb (navigationTestTask)
180190
(action (

BehaviorSLAMRGBdLaserCompare/.project

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,6 @@
99
<project>DomainVision</project>
1010
</projects>
1111
<buildSpec>
12-
<buildCommand>
13-
<name>org.eclipse.cdt.managedbuilder.core.genmakebuilder</name>
14-
<triggers>clean,full,incremental,</triggers>
15-
<arguments>
16-
</arguments>
17-
</buildCommand>
1812
<buildCommand>
1913
<name>org.eclipse.jdt.core.javabuilder</name>
2014
<arguments>
@@ -25,12 +19,6 @@
2519
<arguments>
2620
</arguments>
2721
</buildCommand>
28-
<buildCommand>
29-
<name>org.eclipse.cdt.managedbuilder.core.ScannerConfigBuilder</name>
30-
<triggers>full,incremental,</triggers>
31-
<arguments>
32-
</arguments>
33-
</buildCommand>
3422
</buildSpec>
3523
<natures>
3624
<nature>org.eclipse.cdt.core.cnature</nature>

BehaviorSLAMRGBdLaserCompare/model/BehaviorSLAMRGBdLaserCompare.taskRealization

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,6 @@ TaskRealizationModel BehaviorSLAMRGBdLaserCompare {
1313

1414
//this task realization is a dummy (see smartTCL file)
1515
//TaskRealization CommNavigationObjects.testTask { }
16-
}
16+
//(visLaser.startVisualizationOf 'laser1 "ComponentRobotinoLaserServer" "pushNewestServer")
17+
18+
}

0 commit comments

Comments
 (0)