[ros-users] smach userdata access

Top Page
Attachments:
Message as email
+ (text/plain)
+ (text/html)
Delete this message
Reply to this message
Author: Bill Smart
Date:  
To: ros-users
Subject: [ros-users] smach userdata access
With the new smach API, how do I get access to the userdata in functions
other than execute()? Specifically, I'd like to get hold of it in the
__init__ call for a state, and in subscription callbacks.

-- Bill