1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59
|
Source: ros-joint-state-publisher
Priority: optional
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders:
Johannes 'josch' Schauer <josch@debian.org>,
Jochen Sprickerhof <jspricke@debian.org>,
Leopold Palomo-Avellaneda <leo@alaxarxa.net>,
Timo Röhling <roehling@debian.org>,
Build-Depends:
catkin,
debhelper-compat (= 13),
dh-ros,
dh-sequence-python3,
librostest-dev,
python3-rostest,
python3-sensor-msgs,
Standards-Version: 4.7.0
Section: utils
Rules-Requires-Root: no
Homepage: https://wiki.ros.org/joint_state_publisher
Vcs-Browser: https://salsa.debian.org/science-team/ros-joint-state-publisher
Vcs-Git: https://salsa.debian.org/science-team/ros-joint-state-publisher.git
Package: joint-state-publisher
Architecture: all
Depends:
python3-rospy,
python3-sensor-msgs,
${misc:Depends},
${python3:Depends},
Recommends:
joint-state-publisher-gui,
ros-robot-state-publisher,
Description: ROS joint_state_publisher
This package contains a tool for setting and publishing joint state values for
a given URDF. It publishes sensor_msgs/JointState messages for a robot. The
package reads the robot_description parameter, finds all of the non-fixed
joints and publishes a JointState message with all those joints defined.
.
It can be used in conjunction with the robot_state_publisher node to
also publish transforms for all joint states.
Package: joint-state-publisher-gui
Architecture: all
Depends:
joint-state-publisher,
python3-pyqt5,
${misc:Depends},
${python3:Depends},
Description: ROS joint_state_publisher_gui
This package contains a tool for setting and publishing joint state values for
a given URDF. It publishes sensor_msgs/JointState messages for a robot. The
package reads the robot_description parameter, finds all of the non-fixed
joints and publishes a JointState message with all those joints defined.
.
It can be used in conjunction with the robot_state_publisher node to
also publish transforms for all joint states.
.
This package contains the Qt GUI
|