(Ignition) Run the track example
I'm searching Ignition Gazebo's models which have tracked wheels like a tank, etc. and I could find some example sdf files with classes to enable its track, but it doesn't work in my test.
[class]
https://ignitionrobotics.org/api/gaze...
https://ignitionrobotics.org/api/gaze...
[example1]
conveyor.sdf
cmd : ign topic -t "/model/conveyor/link/base_link/track_cmd_vel" -m ignition.msgs.Double -p "data: 10.0"
C:\fakepath\conveyor.sdf
[example2]
tracked_vehicle_simple.sdf
cmd : ign topic -t "/model/simple_tracked/cmd_vel" -m ignition.msgs.Twist -p "linear: {x: 1.0}, angular: {z: 0.0}"
C:\fakepath\tracked_vehicle_simple.sdf
[other cloud model]
https://app.ignitionrobotics.org/Open...
Hey! This looks fun project!!
So, I have few questions before I start to work with you on this one. I can't seem to be able to read the sdf ( conveyor.sdf and tracked_vehicle_simple.sdf )
Do you mind to give us link to those sdf files?
It seems hard to find in github, so I will upload sdf files to my question. If you can not download these sdf files, please let me know, I will upload it to question content itself.
For some reason, gazebo answers does not notify me.
I see files now! I will try those files tonight after work.
I'm still checking my methods, but not yet mistakes.
Hey there! Sorry for the delay!
So, I got confused with your sdf file. You posted the command which is for diff_driver plugin. I checked and there is no diff_sensor, just parts like this:
Char limit reached anyway
that's for keyboard to control the model. What you want is
but you wanted track
Ah, garden! I have not try that one out, just fortress or citadel. Sorry! Ill check it out later this week
Thank you! I was able to control above three models just adding plugin named 'diff-drive' with command, but my intention is moving wheels with track like a tank.
It seems that track model has to use TrackedVehicle or TrackController.
Question, did you create those sdf out of air or were you following some example on site?