-
Notifications
You must be signed in to change notification settings - Fork 485
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue with libSimpleTrackedVehicalPlugin and urdf model #3391
Comments
To debug, you can manually transform the |
Thank you so much for answering my question!
But in the output sdf file, the joint is:
The parent link is not Finally, thanks again for your response! |
Unless you share the full URDF/SDF, it is difficult to help you. My guess is that somewhere there is some fixed link somewhere in your model and so the |
Thank you so much for answering my question! You are right, the
model.txt
So that it can be seen in Gazebo. Then I add gazebo plugin into the urdf file, it seems that the Thanks again for your help! |
Can you put the link before the joints in your URDF? Just to exclude that there is a bug related to the order in which the elements are parsed. |
Hi,
I'm currently working on the simulation of a tracked vehicle using ROS Noetic and Gazebo 11. I want to use a URDF file to load the robot into Gazebo because I also need to use Rviz in my future work. I see the tracked_vehicle_simple.world in Gazebo 11. I tested it by launching the following launch file
It appears that the plugin libSimpleTrackedVehiclePlugin can work correctly (I can see the topics /gazebo/default/simple_tracked/cmd_vel and /gazebo/default/simple_tracked/cmd_vel_twist through the command gz topic list, and the robot will move when I select the robot model and press the directional keys on my keyboard).
Then, I transformed the SDF file into a URDF file and added the libSimpleTrackedVehiclePlugin into the URDF file like this
And I wrote the launch file like this:
When I launch the file, I can't see the two topics subscribed by the libSimpleTrackedVehiclePlugin through gz topic list. It seems that the plugin didn't work properly, but I don't know why.
I would appreciate it if you could help me find the reason why the plugin didn't work properly in my URDF file or give me some advice. Thank you very much!
The text was updated successfully, but these errors were encountered: