ros-industrial / abb_libegm

A C++ library for interfacing with ABB robot controllers supporting Externally Guided Motion (689-1)
BSD 3-Clause "New" or "Revised" License
93 stars 53 forks source link

Example for controlling GoFa 15000 with C++ in Ubuntu #148

Closed YKK1024 closed 1 year ago

YKK1024 commented 1 year ago

Hello, I have seen your examples here. These days I am working on controlling the GoFa 15000 with C++ in Ubuntu. But our requirement is without using ROS. Until now I have not found any already existing interface that can control GoFa with C++ in Ubuntu but without ROS. Could you tell me if there is already one or do I need to write it by myself or could you give me an example that to show how to use egm library in C++ without using roscore?