Gazebo | Ignition | Community
Ask Your Question
0

Joint Controller plugin not creating topic in ignition gazebo

asked 2022-12-02 08:31:46 -0600

vtr101 gravatar image

I've made a simple robot with 3 joints and I've applied the joint state publisher, pose publisher and joint controller plugins.

The joint state publisher and pose publisher plugins create their topics and I can interface them with ros_ign_bridge without issues. However, the joint controller plugin isn't creating a topic for the joint I specified.

Here is the SDF:

image description

Here is the ignition GUI showing all topics:

image description

As shown in the last figure, there is no joint control topic for the 'joint_shoulder2base' joint.

Can some one help me with this issue? Thanks :)

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2022-12-05 14:17:39 -0600

azeey gravatar image

The topics you see in that GUI are all topics being published by plugins or the core itself. Topics that are subscribed to are not listed there. You can look at the debug output on the console to find out what topic the joint controller has subscribed to.

edit flag offensive delete link more

Comments

Indeed the topics show up when i use the -v4 argument. Thank you

vtr101 gravatar imagevtr101 ( 2022-12-07 06:24:08 -0600 )edit

Question Tools

1 follower

Stats

Asked: 2022-12-02 08:31:46 -0600

Seen: 205 times

Last updated: Dec 05 '22