Skip to content

Watchpoint placing bugs #147

Description

@jfabry

Placing of watchpoints is broken in the code below, trying the code of the event:

  • JFROSUtility poseOZ: robot odom pose pose.
  • angle > target
(var target :=[0])
(machine rotateLeft
	(var angle := [nil])
	(state rotating)
	(state end)
	(on reached rotating -> end)
	(event reached [
		angle := JFROSUtility poseOZ: robot odom pose pose.
		angle > target
			ifTrue: [ (angle - target) < 10]
			ifFalse: [ (target - angle) < 10]])
)
(spawn rotateLeft rotating)
``

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions