Skip to content

Commit

Permalink
Fix issue with curl dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
fsuarez6 committed Jun 7, 2018
1 parent 752e231 commit 4541758
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# netft

This is a ROS metapackage for the ATI NET/FT box that is used to connect to ATI F/T sensor.
This is a ROS metapackage for the ATI NET/FT box that is used to connect to ATI F/T sensor.

## Compatibility

Expand All @@ -10,13 +10,21 @@ The `master` branch is compatible with:
* ROS Indigo
* ROS Kinetic

## Requirements

Install `curl` manually:

```
sudo apt-get install libcurl4-openssl-dev
```

## Usage

Use the ROS node in the package as a stand-alone node for publishing F/T information. E.g.:

```
rosrun netft_control netft_node --address 192.168.1.1
```
```

The NET/FT box defaults to 192.168.1.1 as its ip address but this can be changed using the browser-based interface.

Expand Down
1 change: 0 additions & 1 deletion netft_control/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@

<buildtool_depend>catkin</buildtool_depend>
<depend>controller_manager</depend>
<depend>curl</depend>
<depend>diagnostic_msgs</depend>
<depend>diagnostic_updater</depend>
<depend>force_torque_sensor_controller</depend>
Expand Down

0 comments on commit 4541758

Please sign in to comment.