Skip to content

Commit 0318312

Browse files
committed
Remove more old cruft
1 parent 47c9468 commit 0318312

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

src/atomic-dbg.py

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -123,16 +123,3 @@ def ros_is_running():
123123
# if (rospy.is_shutdown())
124124
# return TruthValue(0, 1)
125125
return TruthValue(1, 1)
126-
127-
### Define an executable pattern
128-
##satisfaction_handle = SatisfactionLink(
129-
## SequentialAndLink(
130-
## EvaluationLink(
131-
## # GroundedPredicateNode("py: evl.look_right"),
132-
## # GroundedPredicateNode("py: do_look_right"),
133-
## GroundedPredicateNode("py: do_look_left"),
134-
## ListLink()))).h
135-
##
136-
### See if the pattern can be satsified. This should result
137-
### in a ROS message being sent.
138-
##result = satisfaction_link(atomspace, satisfaction_handle)

0 commit comments

Comments
 (0)