Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
iri_dynamixel_pan_tilt_msgs
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
ros
devices
dynamixel_pan_tilt
iri_dynamixel_pan_tilt_msgs
Commits
4daf4f1e
Commit
4daf4f1e
authored
5 years ago
by
Alejandro Lopez Gestoso
Browse files
Options
Downloads
Patches
Plain Diff
Update README.md
parent
dc70068d
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
+37
-0
37 additions, 0 deletions
README.md
with
37 additions
and
0 deletions
README.md
+
37
−
0
View file @
4daf4f1e
# Description
The iri
\_
dynamixel
\_
pan
\_
tilt
\_
msgs ROS package contains specific messages definitions for the
[
iri\_dynamixel\_pan\_tilt\_driver
](
https://gitlab.iri.upc.edu/labrobotica/ros/devices/dynamixel_pan_tilt/iri_dynamixel_pan_tilt_driver
)
.
### ROS services provided
-
[
getPose
](
https://gitlab.iri.upc.edu/labrobotica/ros/devices/dynamixel_pan_tilt/iri_dynamixel_pan_tilt_msgs/blob/master/srv/getPosition.srv
)
:
To get the current pose of both servos.
-
[
setMode
](
https://gitlab.iri.upc.edu/labrobotica/ros/devices/dynamixel_pan_tilt/iri_dynamixel_pan_tilt_msgs/blob/master/srv/setMode.srv
)
:
To set the servos controller's mode.
### ROS actions provided
-
[
scan
](
https://gitlab.iri.upc.edu/labrobotica/ros/devices/dynamixel_pan_tilt/iri_dynamixel_pan_tilt_msgs/blob/master/action/scan.action
)
:
To perform an horizontal scan with a tilt angle.
# Dependencies
This node has the following dependencies:
*
[
message_generation
](
http://wiki.ros.org/message_generation
)
*
[
std_msgs
](
http://wiki.ros.org/std_msgs
)
*
[
sensor_msgs
](
http://wiki.ros.org/sensor_msgs
)
*
[
actionlib_msgs
](
http://wiki.ros.org/actionlib_msgs
)
# Install
-
Move to workspace:
`roscd && cd ../src`
-
Clone the repository:
`git clone https://gitlab.iri.upc.edu/labrobotica/ros/devices/dynamixel_pan_tilt/iri_dynamixel_pan_tilt_msgs.git`
-
Compile:
`roscd && cd .. && catkin_make -DCMAKE_BUILD_TYPE=Release`
However, this package is normally used as part of a wider installation (i.e. a
robot, an experiment or a demosntration) which will normally include a complete
rosinstall file to be used with the
[
wstool
](
http://wiki.ros.org/wstool
)
tool.
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