Skip to content

Commit

Permalink
Added:
Browse files Browse the repository at this point in the history
* visualisation of sensor data
* position mode with raw position data
* Enabled effort mode for reactive grapsing
  • Loading branch information
destogl committed Jul 26, 2016
1 parent 7f2dd4c commit d6ded84
Show file tree
Hide file tree
Showing 3 changed files with 271 additions and 61 deletions.
2 changes: 1 addition & 1 deletion schunk_sdh/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 2.8.3)
project(schunk_sdh)

find_package(catkin REQUIRED COMPONENTS actionlib cob_srvs control_msgs diagnostic_msgs libntcan libpcan message_generation roscpp roslint sensor_msgs std_msgs std_srvs trajectory_msgs urdf)
find_package(catkin REQUIRED COMPONENTS actionlib cob_srvs control_msgs diagnostic_msgs libntcan libpcan message_generation roscpp roslint sensor_msgs std_msgs std_srvs trajectory_msgs urdf visualization_msgs)

find_package(Boost REQUIRED)

Expand Down
1 change: 1 addition & 0 deletions schunk_sdh/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,6 @@
<depend>std_srvs</depend>
<depend>trajectory_msgs</depend>
<depend>urdf</depend>
<depend>visualization_msgs</depend>

</package>
Loading

0 comments on commit d6ded84

Please sign in to comment.