Skip to content

Commit

Permalink
Defined GiskardControllerNode. Depends on giskard_msgs.
Browse files Browse the repository at this point in the history
  • Loading branch information
mpomarlan committed Feb 19, 2016
1 parent 54406ff commit 84058a0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ find_package(catkin REQUIRED COMPONENTS
tf2_geometry_msgs
interactive_markers
geometry_msgs
giskard_msgs
kdl_conversions)

## Finding system dependencies which come without cmake
Expand All @@ -19,7 +20,8 @@ find_path(YAML_CPP_INCLUDE_DIRS yaml-cpp/yaml.h PATH_SUFFIXES include)
find_library(YAML_CPP_LIBRARIES NAMES yaml-cpp)

catkin_package(
CATKIN_DEPENDS roscpp roslib giskard tf2_ros tf2_geometry_msgs interactive_markers geometry_msgs kdl_conversions
INCLUDE_DIRS include
CATKIN_DEPENDS roscpp roslib giskard tf2_ros tf2_geometry_msgs interactive_markers geometry_msgs giskard_msgs kdl_conversions
DEPENDS yaml_cpp
)

Expand Down
2 changes: 2 additions & 0 deletions controller_specs/pr2_left_arm_position_control.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ scope:
- unit_x: {vector3: [1, 0, 0]}
- unit_y: {vector3: [0, 1, 0]}
- unit_z: {vector3: [0, 0, 1]}
- identity_rotation: {axis-angle: [unit-x, 0]}
- zero_vec: {vector3: [0, 0, 0]}


# definition of joint input variables
Expand Down
1 change: 1 addition & 0 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
<depend>roslib</depend>
<depend>interactive_markers</depend>
<depend>geometry_msgs</depend>
<depend>giskard_msgs</depend>
<depend>tf2_ros</depend>
<depend>tf2_geometry_msgs</depend>
<depend>kdl_conversions</depend>
Expand Down

0 comments on commit 84058a0

Please sign in to comment.