ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
You can checkout the rosbag package into a catkin workspace, make arbitrary changes to it and than build the workspace with "catkin_make". After that you source the setup.bash from that workspace instead of /opt/ros/groovy and your version of rosbag overlays the installed one.
This is how you can override any catkin package in ROS.