libfranka | C++ library for Franka Emika research robots | Development Tools library
kandi X-RAY | libfranka Summary
kandi X-RAY | libfranka Summary
With this library, you can control research versions of Franka Emika robots. See the Franka Control Interface (FCI) documentation for more information about what libfranka can do and how to set it up. The generated API documentation also gives an overview of its capabilities.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of libfranka
libfranka Key Features
libfranka Examples and Code Snippets
Community Discussions
Trending Discussions on libfranka
QUESTION
I am using a library provided by a robot manufacturer to read the numerical robot model and control it in real time. There are two cpp (1, 2) files and a header in order to be able to read the robot numerical model.
In one of the examples provided by the company, the object robot
of the class franka::Robot
is defined at the beginning of the try
block. My guess is that this object is updated with the numerical robot model in the control loop (robot.control([=, &time] ...
) every millisecond. The control loop (the loop that is being called every millisecond) is defined as a lambda function of the object robot:
ANSWER
Answered 2020-May-17 at 09:18The answer to this question is that the object robot
is constant and therefore, its methods can not be accessed in the control loop. Instead, we can define a static variable and call the methods inside the loop.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install libfranka
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page