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

Hello, I am working on a project using ROS 2 on a Windows machine and am interested in utilizing the `joint_state_publisher` package. Before proceeding further, I would like to confirm...

Hello When trying to use the joint states of the robot for a forward kinematic calculation, we noticed that the order of the joint positions seems to be published incorrectly....

Hello, I notice when I spawn `robot_state_publisher` and `robot_state_pub_node` with `SetParameter(name="use_sim_time", value="True")`. Nothing is publish on `/joint_states` topic. Any suggestion why is that?

immediately relaying the incoming messages is useful when the joints must update in sync with other things happening. One example where not having this option breaks things is [fssim](https://github.com/AMZ-Racing/fssim?tab=readme-ov-file#known-problems) where...

I have defined my revolute joint in SDF like this: ```xml base_link test_link 1 1 1 0 0 0 0 0 1 -inf inf ``` I get the following errors:...