ros / joint_state_publisher

http://wiki.ros.org/joint_state_publisher
50 stars 81 forks source link

Fix use of joint_state_publisher on Ubuntu Jammy. #78

Closed clalancette closed 2 years ago

clalancette commented 2 years ago

In particular, the newer version of PyQt is much more finicky about types, so make sure to pass in ints where required.

Signed-off-by: Chris Lalancette clalancette@openrobotics.org

This is a ROS 2 version of #77