i don't have vel_cmd topic in my gztopic list
all my dear friends, hello,
I run the gzserver and gzclient alone and without any parameter and after that i insert a pioneer3at robot with laser scanner in field, i want to drive robot in the field and based on my search i need to vel_cmd topic, but when i enter the gztopic lists, i get this output
root@vahid:/home/vahid# gztopic list
/gazebo/default/pose/info
/gazebo/default/gui
/gazebo/default/response
/gazebo/default/world_stats
/gazebo/default/selection
/gazebo/default/model/info
/gazebo/default/light
/gazebo/default/physics/contacts
/gazebo/default/visual
/gazebo/default/request
/gazebo/default/joint
/gazebo/world/modify
/gazebo/default/log/status
/gazebo/default/diagnostics
/gazebo/default/factory
/gazebo/default/model/modify
/gazebo/default/scene
/gazebo/default/physics
/gazebo/default/world_control
/gazebo/server/control
/gazebo/default/sensor
/gazebo/default/pioneer3at/hokuyo/link/laser/scan
why vel_cmd topic is not availability in my list ?! i don't want to use ros, just i want to work with standalone version of gazebo, any one can help me?
this problem solved for me, as i understand this topic is not exist by default, so we should write a publisher for it like this and change (~/pos_example ) to ( ~/pioneer3at/vel_cmd )and now this topic is exist in my topic list.
How do you control the robot without using ROS? I'm getting crazy figuring out how to publish to topic vel_cmd of this plugin (DiffDrivePlugin).