|
How Tos are either code snippets, or executable example components. Compared to tutorials, they do not offer step-by-step instructions, but show how to achieve a specific functionality.
To use an example, look at the code and try to port it to your own project. Feel free to copy, paste and adapt the code to your needs, but do not use the component or its code directly in your project (e.g. as a library).
Try them in the scenario ArMemExample in RobotAPI.
Example usages of the ArmarX Python bindings can be found here.
armarx::armem::robot_state::VirtualRobotReader
.armarx::armem::robot_state::VirtualRobotWriter
.armarx::NJointCartesianWaypointController
to control the robot's TCP in task space.