Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
ptu_d46
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
labrobotica
drivers
ptu_d46
Commits
96d3cd35
Commit
96d3cd35
authored
6 years ago
by
Alejandro Lopez Gestoso
Browse files
Options
Downloads
Patches
Plain Diff
Update ReadMe.md
parent
7e2b1a04
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ReadMe.md
+6
-5
6 additions, 5 deletions
ReadMe.md
with
6 additions
and
5 deletions
ReadMe.md
+
6
−
5
View file @
96d3cd35
...
@@ -13,7 +13,8 @@ This driver offers a c++ wrapper to control a pan&tilt [PTU-D46](https://www.sus
...
@@ -13,7 +13,8 @@ This driver offers a c++ wrapper to control a pan&tilt [PTU-D46](https://www.sus
*
Get any feedback that the pna-tilt offers.
*
Get any feedback that the pna-tilt offers.
On the following image is shown a pan&tilt and his controller:
On the following image is shown a pan&tilt and his controller:

<img
src=
"doc/images/ptu_d46.png"
alt=
"ptu_d46"
height=
"150"
>
## Dependencies
## Dependencies
...
@@ -60,8 +61,8 @@ To do that, execute
...
@@ -60,8 +61,8 @@ To do that, execute
```
make install
```
```
make install
```
as root and the shared libraries will be copied to */usr/local/lib/iri
drivers
* directory
as root and the shared libraries will be copied to */usr/local/lib/iri
/ptu_d46
* directory
and the header files will be copied to */usr/local/include/iri
drivers
* dierctory. At
and the header files will be copied to */usr/local/include/iri
/ptu_d46
* dierctory. At
this point, the library may be used by any user.
this point, the library may be used by any user.
To remove the library from the system, exceute
To remove the library from the system, exceute
...
@@ -82,11 +83,11 @@ To use this library in an other library or application, in the CMakeLists.txt fi
...
@@ -82,11 +83,11 @@ To use this library in an other library or application, in the CMakeLists.txt fi
In the case that the package is present, it is necessary to add the header files directory to the include directory path by using
In the case that the package is present, it is necessary to add the header files directory to the include directory path by using
```
INCLUDE_DIRECTORIES(${
<librray
name
>
_INCLUDE_
DIR})
```
```
INCLUDE_DIRECTORIES(${
<librray
name
>
_INCLUDE_
DIR
S
})
```
and it is also necessary to link with the desired libraries by using the following command
and it is also necessary to link with the desired libraries by using the following command
```
TARGET_LINK_LIBRARIES(
<executable
name
>
${
<library
name
>
_LIBRAR
Y
})
```
```
TARGET_LINK_LIBRARIES(
<executable
name
>
${
<library
name
>
_LIBRAR
IES
})
```
## Disclaimer
## Disclaimer
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment