========================== Integrate with ros stack ========================== Subscription to ros topic in hrpsys-gazebo-simulator can be targeted to any of the topics. For example, we first setup a pipeline to apply image processing (image undistortion based on the camera parameter) to the original virtual camera input by using "image_proc" ros stack:: $ ROS_NAMESPACE=simple_vehicle_with_camera/VISION_SENSOR1/left rosrun image_proc image_proc Then modify the topic name defined in the previous project file from "image_raw" to "image_rect_color": .. code-block:: xml :linenos: ..snip.. ..snip.. Now, we have finished configuring our system. Let's open the project in hrpsys-gazebo-simulator:: $ hrpsys-gazebo-simulator mysimulation.xml $HOME/.gazebo/models/simple_vehicle_with_camera.world -endless