-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
39f6a70
commit df589d9
Showing
14 changed files
with
327 additions
and
166 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,83 +1,4 @@ | ||
# srv_tools | ||
|
||
ROS stack with some tools. Separated in bagfile related tools and tf related tools. | ||
ROS stack with some tools. For more information, see http://www.ros.org/wiki/srv_tools | ||
|
||
## bag_tools | ||
|
||
### extract_stereo_images | ||
|
||
* Description | ||
|
||
Extracts images from a list of bagfiles to a folder. The images extracted are rectified and syncronized. | ||
|
||
### bag_add_time_offset | ||
|
||
* Description | ||
|
||
Adds a defined offset time to the topics you require. | ||
|
||
### change_camera_info | ||
|
||
* Description | ||
|
||
Changes camera info messages in a bagfile | ||
|
||
### check_delay | ||
|
||
* Description | ||
|
||
Checks the delay in a bagfile between publishing (recording) time and the time | ||
stamp in the header (if exists). Prints out min, max and mean delays. | ||
|
||
### replace_msg_time_with_hdr | ||
|
||
* Description | ||
|
||
Replaces the timestamp of the messages in a bagfile for the timestamp in the headers. | ||
|
||
### add_header_time_offset | ||
|
||
* Description | ||
|
||
Changes header timestamps using given offset, can change/tf as well. | ||
|
||
### camera_info_parser | ||
|
||
* Description | ||
|
||
Parses camera info yaml files and returns them as sensor_msgs.msg.CameraInfo. | ||
|
||
### change_frame_id | ||
|
||
* Description | ||
|
||
Changes the frame_id of the selected topics to the desired frame_id | ||
|
||
### image_sequence_publisher | ||
|
||
* Description | ||
|
||
Publishes a folder full of images as if it was a normal camera topic and it's related camera info topic. Works with jpg images. | ||
|
||
|
||
## tf_tools | ||
|
||
### tf_logger | ||
|
||
* Description | ||
|
||
tf_logger will record the changes of two frames published in tf each with respect to its own reference and dump it as text into an output file. | ||
|
||
* Usage | ||
|
||
Run: | ||
|
||
$ rosrun extrinsic_calibration tf_logger | ||
|
||
Parameters: | ||
|
||
* ~/baseLinkFrame (string, default: "/base_link"): First reference frame to log. | ||
* ~/odomFrame (string, default: "/odom"): Parent frame for the first reference frame. | ||
* ~/kinectFrame (string, default: "/openni_rgb_optical_frame"): Second reference frame to log. | ||
* ~/worldFrame (string, default: "/world"): Parent frame for the second reference frame. | ||
* ~/outputFileName (string, default: "output.txt") |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.