command_types.h
Go to the documentation of this file.
1 // Copyright (c) 2017 Franka Emika GmbH
2 // Use of this source code is governed by the Apache-2.0 license, see LICENSE
3 #pragma once
4 
5 #include <array>
6 #include <cstdint>
7 
13 namespace franka {
14 
24  int32_t id;
25 
29  std::array<double, 3> object_world_size;
30 
34  std::array<double, 16> p_frame;
35 
39  bool active;
40 };
41 
42 } // namespace franka
bool active
True if this Cartesian limit is active, false otherwise.
Definition: command_types.h:39
Parameters of a cuboid used as virtual wall.
Definition: command_types.h:20
std::array< double, 16 > p_frame
4x4 transformation matrix, column-major.
Definition: command_types.h:34
int32_t id
ID of the virtual wall.
Definition: command_types.h:24
std::array< double, 3 > object_world_size
Corner point of the cuboid in world frame in .
Definition: command_types.h:29


libfranka
Author(s): Franka Emika GmbH
autogenerated on Tue Jul 9 2019 03:32:01