joint_state_publisher icon indicating copy to clipboard operation
joint_state_publisher copied to clipboard

http://wiki.ros.org/joint_state_publisher

Results 16 joint_state_publisher issues
Sort by recently updated
recently updated
newest added

This is a quick hack to get rough sdformat support in joint_state_publisher. @scpeters @iantheengineer FYI Needed to support ros2/urdf#13

I noticed a similar issue in the `joint_state_publisher` that was fixed in https://github.com/RobotWebTools/rosbridge_suite/pull/794/files regarding graceful shutdown of the python node. Should the same fix be applied? Which is to move...

I'm using a robot that publishes joint_states with best_effort reliability. A best_effort subscriber can receive both best effort and reliable topics. See https://github.com/ros/robot_state_publisher/blob/72e73579d1ffe55e6d92c028d2b6bb311eed8770/src/robot_state_publisher.cpp#L146

You can tell by searching for `prismatic` here: https://github.com/ros/joint_state_publisher/blob/ros2/joint_state_publisher/joint_state_publisher/joint_state_publisher.py It's not a big deal but I wanted to raise the issue so others don't waste their time.

in my _.launch_ file I have this line: `` here is the error after calling my _.launch_ file: ``` Traceback (most recent call last): File "/opt/ros/melodic/lib/joint_state_publisher_gui/joint_state_publisher_gui", line 41, in from...

To use this all the normal joint_state_publisher settings, but run `joint_state_publisher_dr` instead, then use a dynamic reconfigure client (like the standard rqt one) to move joints around. Addresses #12 Do...

Right now, dependent joints can be set using a simple formula: joint = parent_joint * factor + offset However, in a lot of cases this relationship is not enough, especially...

The dynamic reconfigure option could use https://github.com/pal-robotics/ddynamic_reconfigure_python (`ros-kinetic-ddynamic-reconfigure-python`). If the user wanted a standalone gui they could use https://github.com/lucasw/dynamic_reconfigure_tools/tree/master/rqt_dr_single (which I could split out into a standalone repo and actually...

_From @Linkeway on November 4, 2016 4:3_ I think it would be nice that the joint_state_publisher support publishing velocity and position using GUI . _Copied from original issue: ros/robot_model#164_

enhancement

Hello I have a problem when running this command "roslaunch mobile_robot rviz.launch" and I think it is related to joint_state_publisher. Here is my launch file: and although I don't get...