![]() | 1 | initial version |
So you have a node that will call a service to make a robot move , am I right ?
You probably have to write a plugin that will receive the call of your service and make your robot move : gazebo_ros plugin tutorial
And in a launch file, you will start your node, gazebo and spawn your robot model(which will include a plugin tag with your plugin):
![]() | 2 | No.2 Revision |
So you have a node that will call a service to make a robot move , am I right ?
You probably have to write a plugin that will receive the call of your service and make your robot move :
:
And in a launch file, you will start your node, gazebo and spawn your robot model(which will include a plugin tag with your plugin):