I have encountered a problem when using ros bridge to control a kuka robotic arm. It works perfectly when I add the robot usd and create the action graph from the interface. But when I create everything in python from “examples” it turns out that the topic joint_states that it subscribes to is incorrect even though I can’t find any difference.
Working example:
Hello, I managed to solve the error. It seems I was subscribing and publishing to /joint_states topic. This somehow worked when loading the robot manually but was so bad when running it from a standalone example.