You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Specifically, we are interested in the list of position values. Ideally, each being published as their own OPCUA tag.
Does anyone have any guidance on how to accomplish this?
We haven't been successful after following the tutorial and are still new to OPCUA servers as well.
Attempts Thus Far
Our first attempt was to launch the sample OPCUA server using the below command. The issue with this is that we could not read the list values from 'position'. The reported value in the OPCUA server was 0.
After some troubleshooting, we thought the next best approach would be to build off the above created OPCUA server and publish our own OPCUA tag using the ros_opcua_impl_freeopcua package OPCUA client. (Don't know how to launch OPCUA ourselves) We successfully launched the connection to the already running OPCUA server (above).
Hi @acbuynak, thanks for your interest into library. The functionality you are searching for is implemented in #15. There you should be able to specify the exact topic or namespace to open-up through OPC UA server. On the interactive_ros there is README file with short description. Would you like to try this?
Hello! Working with @AustinMotz to use this metapackage and running into some issues.
Our goal is to
1 - Launch OPCUA server
2 - Connect to server
3 - Push a ROS MoveIt topic to the server
The MoveIt topic (
joint_states
) we are trying to publish has a more complex message type that looks like the following...Specifically, we are interested in the list of
position
values. Ideally, each being published as their own OPCUA tag.Does anyone have any guidance on how to accomplish this?
We haven't been successful after following the tutorial and are still new to OPCUA servers as well.
Attempts Thus Far
Our first attempt was to launch the sample OPCUA server using the below command. The issue with this is that we could not read the list values from 'position'. The reported value in the OPCUA server was
0
.After some troubleshooting, we thought the next best approach would be to build off the above created OPCUA server and publish our own OPCUA tag using the
ros_opcua_impl_freeopcua
package OPCUA client. (Don't know how to launch OPCUA ourselves) We successfully launched the connection to the already running OPCUA server (above).... And attempted to create a new tag using the below. This is where we ran into issues.
Any guidance?
The text was updated successfully, but these errors were encountered: