Using Orocos with Gazebo
I would like to use Orocos in combination with Gazebo i.e. the control/kinematics is in Orocos and I would like to use Gazebo for the simulation
So now I have the following:
* A ROS-node publishes the joint states and reads the control signal from topics.
* An Orocos-component publishes the control signal and reads the joint states from topics.
So basically I'm using the pr2_mechanism for the ROS-node. My Orocos components are running at 1 kHz in real time. The movement, according to the control signal, in Gazebo is also in real time but how does this relate to the simulation time of Gazebo. The simulation time is about 0.25 of the real time.
So what is the effect of this timing on the physics in simulation, if any?