Skip to content

Conversation

@k-okada
Copy link
Contributor

@k-okada k-okada commented Feb 19, 2025

Test code and temporary fixes? Ignore? code.
#59 (comment)

I think the root cause is that roseus_samch pickle.l does not understand that nil is a list.

-   (cond ((listp obj)
+   (cond ((and (listp obj) (not (null obj)))

Also, the initial value of userdata of roseus_smach/src/state-machine-utils.l is incorrect.

-(defun exec-state-machine (sm &optional (mydata '(nil))
+(defun exec-state-machine (sm &optional (mydata '((nil)))

@k-okada k-okada force-pushed the add_test branch 6 times, most recently from ff9854d to 28b6a46 Compare February 20, 2025 08:35
@k-okada k-okada merged commit f34810d into ros-visualization:melodic-devel Feb 20, 2025
7 checks passed
@k-okada k-okada deleted the add_test branch February 20, 2025 10:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant