Package Summary

Tags No category tags.
Version 0.0.1
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/srv/srv_tools.git
VCS Type git
VCS Version indigo
Last Updated 2017-06-29
Dev Status MAINTAINED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

ROS tools and scripts related to bagfiles

Additional Links

Maintainers

  • Miquel Massot

Authors

  • Stephan Wirth
  • Miquel Massot
README
No README found. See repository README.
CHANGELOG

Changelog for package bag_tools

Forthcoming

  • typo on console_bridge dependency
  • added -this- to reference the same class
  • Of course, we must clear the tmp folder...
  • This is the \"intersting\" patch I did : Now extract_image works also with rosbag containing compressed images, if these images are decodable by opencv (this is the case for JPG and PNG compression).
  • In this python script, I added \"import rospy\" to be able to run this script in a Catkin environment. Then, I removed the option \"sameq\" of the ffmpeg process. In ubuntu 14.04, ffmpeg is now called avconv, on my computer I have a symlink from avconv to ffmpeg, so calling ffmpeg still work. But with this version of FFMPEG (avconv 9.16), there is nolonger the sameq argument. Maybe it could be interesting to call avconc and rather than ffmpeg is ffmpeg executable is not found...
  • Syntax error fixed in this script.
  • Changes for indigo
  • preparing for indigo. changed prints for ros logs
  • added gps_to_std_gt and services_timer from fuerte
  • added missing dependency
  • hydro catkinization changes
  • added python setup files and wet\'ed plot tools
  • wet repo
  • new script for topic extraction
  • remove_tf now removes child tfs as well
  • new script for changing a topic in a bagfile
  • added bag processor for single cameras
  • added export flags to manifest
  • made camera info optional
  • added batch processing script
  • new script for tf manipulation
  • improved help text
  • added script for making videos from bagfiles
  • removed unused method
  • new binary for image extraction
  • changed logging output
  • added param for file pattern
  • added link to boost signals
  • added some more processing
  • new executable for stereo processing inbag->outbag, some refactoring
  • added license for cut script
  • Merge branch \'master\' of github.com:srv/srv_tools
  • changed manifests
  • added BSD license
  • new script for cutting bagfiles
  • removed unused import
  • changed parameter handling for image sequence publisher node to use rosparams instead of command line arguments
  • added parsers to the python scripts
  • added main README and bag_tools README
  • fixed boost dependency for fuerte
  • removed extract_images script as now there is a better c++ code for that
  • new binary for extraction of stereo images from a bagfile
  • new image sequence publisher
  • added camera info parser as seperate script
  • fixed launch, added cv_bridge to manifest
  • added launch files for image extraction
  • fixed wrong package name
  • new script for header time modification
  • added median calc and support for /tf topic
  • added support for multiple bagfile input in check_delay
  • new script for delay check
  • new script for camera info changing
  • bugfix, output bagfile contained only changed topics before
  • bugfixes
  • added script: change frame id of topics in bagfile
  • added script: replaces bagfile message time with header timestamp
  • first working version of bag_add_time_offset.py
  • added missing packages in manifest
  • initial commit
  • Contributors: Miquel Massot, Stephan Wirth, aba

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Launch files

  • launch/extract_stereo_images.launch
    • launch file for image extraction from a bagfile this launch does a playback of a bagfile, runs image processing to get coloured rectified images from raw images, and saves the images to harddrive. To run the launch, type roslaunch extract_images.launch bagfile:=/your/absolute/path/to/bagfile.bag out_dir:=/your/absolute/path/to/output_dir Note that the paths have to be absolute!
      • bagfile
      • out_dir
      • camera [default: /stereo_down]
      • image [default: image_rect_color]
      • format [default: frame%06i.png]
      • rate [default: 1.0]
      • sec_per_frame [default: 0.0]
  • launch/extract_images.launch
    • launch file for image extraction from a bagfile this launch does a playback of a bagfile, runs image processing to get coloured rectified images from raw images, and saves the images to harddrive. The resulting images will typically be saved to ~/.ros To run the launch, type roslaunch extract_images.launch bagfile:=/your/absolute/path/to/bagfile.bag Note that the path has to be absolute! To extract the camera calibration file, run the following command while the playback is running: rostopic echo -n 1 /camera_flex_wide/left/camera_info
      • camera [default: /stereo_down/left]
      • image [default: image_rect_color]
      • format [default: frame%06i.png]
      • rate [default: 50.0]
      • bagfile [default: /home/plnegre/workspace/ros/data/bagfiles/2015_Valldemossa/06/2015-06-08-20-28-51_0.bag /home/plnegre/workspace/ros/data/bagfiles/2015_Valldemossa/06/2015-06-08-20-30-18_1.bag /home/plnegre/workspace/ros/data/bagfiles/2015_Valldemossa/06/2015-06-08-20-31-46_2.bag /home/plnegre/workspace/ros/data/bagfiles/2015_Valldemossa/06/2015-06-08-20-33-14_3.bag /home/plnegre/workspace/ros/data/bagfiles/2015_Valldemossa/06/2015-06-08-20-34-41_4.bag /home/plnegre/workspace/ros/data/bagfiles/2015_Valldemossa/06/2015-06-08-20-36-09_5.bag /home/plnegre/workspace/ros/data/bagfiles/2015_Valldemossa/06/2015-06-08-20-37-36_6.bag /home/plnegre/workspace/ros/data/bagfiles/2015_Valldemossa/06/2015-06-08-20-39-04_7.bag /home/plnegre/workspace/ros/data/bagfiles/2015_Valldemossa/06/2015-06-08-20-40-31_8.bag /home/plnegre/workspace/ros/data/bagfiles/2015_Valldemossa/06/2015-06-08-20-41-59_9.bag]

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged bag_tools at Robotics Stack Exchange

Package Summary

Tags No category tags.
Version 0.0.1
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/srv/srv_tools.git
VCS Type git
VCS Version hydro
Last Updated 2015-02-06
Dev Status MAINTAINED
CI status No Continuous Integration
Released UNRELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

ROS tools and scripts related to bagfiles

Additional Links

Maintainers

  • Miquel Massot

Authors

  • Stephan Wirth
  • Miquel Massot
README
No README found. See repository README.
CHANGELOG
No CHANGELOG found.

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Launch files

  • launch/extract_stereo_images.launch
    • launch file for image extraction from a bagfile this launch does a playback of a bagfile, runs image processing to get coloured rectified images from raw images, and saves the images to harddrive. To run the launch, type roslaunch extract_images.launch bagfile:=/your/absolute/path/to/bagfile.bag out_dir:=/your/absolute/path/to/output_dir Note that the paths have to be absolute!
      • bagfile
      • out_dir
      • camera [default: /stereo_down]
      • image [default: image_rect_color]
      • format [default: frame%06i.png]
      • rate [default: 1.0]
      • sec_per_frame [default: 0.0]
  • launch/extract_images.launch
    • launch file for image extraction from a bagfile this launch does a playback of a bagfile, runs image processing to get coloured rectified images from raw images, and saves the images to harddrive. The resulting images will typically be saved to ~/.ros To run the launch, type roslaunch extract_images.launch bagfile:=/your/absolute/path/to/bagfile.bag Note that the path has to be absolute! To extract the camera calibration file, run the following command while the playback is running: rostopic echo -n 1 /camera_flex_wide/left/camera_info
      • bagfile
      • camera [default: camera_flex_wide/left]
      • image [default: image_rect_color]
      • format [default: frame%06i.png]
      • rate [default: 1.0]

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged bag_tools at Robotics Stack Exchange

Package Summary

Tags No category tags.
Version 0.0.3
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/srv/srv_tools.git
VCS Type git
VCS Version kinetic
Last Updated 2021-08-13
Dev Status MAINTAINED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

ROS tools and scripts related to bagfiles

Additional Links

Maintainers

  • Miquel Massot

Authors

  • Stephan Wirth
  • Miquel Massot
README
No README found. See repository README.
CHANGELOG

Changelog for package bag_tools

0.0.3 (2017-02-24)

  • Fix release
  • Add missing changes
  • Forgot to remove extract_image_positions target
  • Fix #12: Remove old field from camera_info msg
  • Remove extract_image_positions and auv_msgs depencency
  • add auv_msgs deps in CMake
  • Fix #10
  • add extract_image_positions
  • Merge branch \'indigo\' of github.com:srv/srv_tools into indigo
  • Minnor changes
  • Merge branch \'indigo\' of github.com:srv/srv_tools into indigo
  • add missing rospy node init
  • Merge branch \'indigo\' of github.com:srv/srv_tools into indigo
  • Fix camera info tool
  • Fix bag_tools scripts install
  • Added stereo_sequence_publisher.py
  • fix seq publisher for indigo
  • Addapt the pointlcoud_to_webgl script to the new format of the website
  • Contributors: Enrique Fernandez, Miquel Massot, matlabbe, plnegre

0.0.2 (2017-02-23)

  • Add missing changes
  • Forgot to remove extract_image_positions target
  • Fix #12: Remove old field from camera_info msg
  • Remove extract_image_positions and auv_msgs depencency
  • add auv_msgs deps in CMake
  • Fix #10
  • add extract_image_positions
  • Merge branch \'indigo\' of github.com:srv/srv_tools into indigo
  • Minnor changes
  • Merge branch \'indigo\' of github.com:srv/srv_tools into indigo
  • add missing rospy node init
  • Merge branch \'indigo\' of github.com:srv/srv_tools into indigo
  • Fix camera info tool
  • Fix bag_tools scripts install
  • Added stereo_sequence_publisher.py
  • fix seq publisher for indigo
  • Addapt the pointlcoud_to_webgl script to the new format of the website
  • Contributors: Enrique Fernandez, Miquel Massot, matlabbe, plnegre
  • typo on console_bridge dependency
  • added -this- to reference the same class
  • Of course, we must clear the tmp folder...
  • This is the \"intersting\" patch I did : Now extract_image works also with rosbag containing compressed images, if these images are decodable by opencv (this is the case for JPG and PNG compression).
  • In this python script, I added \"import rospy\" to be able to run this script in a Catkin environment. Then, I removed the option \"sameq\" of the ffmpeg process. In ubuntu 14.04, ffmpeg is now called avconv, on my computer I have a symlink from avconv to ffmpeg, so calling ffmpeg still work. But with this version of FFMPEG (avconv 9.16), there is nolonger the sameq argument. Maybe it could be interesting to call avconc and rather than ffmpeg is ffmpeg executable is not found...
  • Syntax error fixed in this script.
  • Changes for indigo
  • preparing for indigo. changed prints for ros logs
  • added gps_to_std_gt and services_timer from fuerte
  • added missing dependency
  • hydro catkinization changes
  • added python setup files and wet\'ed plot tools
  • wet repo
  • new script for topic extraction
  • remove_tf now removes child tfs as well
  • new script for changing a topic in a bagfile
  • added bag processor for single cameras
  • added export flags to manifest
  • made camera info optional
  • added batch processing script
  • new script for tf manipulation
  • improved help text
  • added script for making videos from bagfiles
  • removed unused method
  • new binary for image extraction
  • changed logging output
  • added param for file pattern
  • added link to boost signals
  • added some more processing
  • new executable for stereo processing inbag->outbag, some refactoring
  • added license for cut script
  • Merge branch \'master\' of github.com:srv/srv_tools
  • changed manifests
  • added BSD license
  • new script for cutting bagfiles
  • removed unused import
  • changed parameter handling for image sequence publisher node to use rosparams instead of command line arguments
  • added parsers to the python scripts
  • added main README and bag_tools README
  • fixed boost dependency for fuerte
  • removed extract_images script as now there is a better c++ code for that
  • new binary for extraction of stereo images from a bagfile
  • new image sequence publisher
  • added camera info parser as seperate script
  • fixed launch, added cv_bridge to manifest
  • added launch files for image extraction
  • fixed wrong package name
  • new script for header time modification
  • added median calc and support for /tf topic
  • added support for multiple bagfile input in check_delay
  • new script for delay check
  • new script for camera info changing
  • bugfix, output bagfile contained only changed topics before
  • bugfixes
  • added script: change frame id of topics in bagfile
  • added script: replaces bagfile message time with header timestamp
  • first working version of bag_add_time_offset.py
  • added missing packages in manifest
  • initial commit
  • Contributors: Miquel Massot, Stephan Wirth, aba

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Launch files

  • launch/extract_stereo_images.launch
    • launch file for image extraction from a bagfile this launch does a playback of a bagfile, runs image processing to get coloured rectified images from raw images, and saves the images to harddrive. To run the launch, type roslaunch extract_images.launch bagfile:=/your/absolute/path/to/bagfile.bag out_dir:=/your/absolute/path/to/output_dir Note that the paths have to be absolute!
      • bagfile
      • out_dir
      • camera [default: /stereo_down]
      • image [default: image_rect_color]
      • format [default: frame%06i.png]
      • rate [default: 1.0]
      • sec_per_frame [default: 0.0]
  • launch/extract_images.launch
    • launch file for image extraction from a bagfile this launch does a playback of a bagfile, runs image processing to get coloured rectified images from raw images, and saves the images to harddrive. The resulting images will typically be saved to ~/.ros To run the launch, type roslaunch extract_images.launch bagfile:=/your/absolute/path/to/bagfile.bag Note that the path has to be absolute! To extract the camera calibration file, run the following command while the playback is running: rostopic echo -n 1 /camera_flex_wide/left/camera_info
      • camera [default: /stereo_down/left]
      • image [default: image_rect_color]
      • format [default: frame%06i.png]
      • rate [default: 50.0]
      • bagfile [default: /home/plnegre/workspace/ros/data/bagfiles/2015_Valldemossa/06/2015-06-08-20-28-51_0.bag /home/plnegre/workspace/ros/data/bagfiles/2015_Valldemossa/06/2015-06-08-20-30-18_1.bag /home/plnegre/workspace/ros/data/bagfiles/2015_Valldemossa/06/2015-06-08-20-31-46_2.bag /home/plnegre/workspace/ros/data/bagfiles/2015_Valldemossa/06/2015-06-08-20-33-14_3.bag /home/plnegre/workspace/ros/data/bagfiles/2015_Valldemossa/06/2015-06-08-20-34-41_4.bag /home/plnegre/workspace/ros/data/bagfiles/2015_Valldemossa/06/2015-06-08-20-36-09_5.bag /home/plnegre/workspace/ros/data/bagfiles/2015_Valldemossa/06/2015-06-08-20-37-36_6.bag /home/plnegre/workspace/ros/data/bagfiles/2015_Valldemossa/06/2015-06-08-20-39-04_7.bag /home/plnegre/workspace/ros/data/bagfiles/2015_Valldemossa/06/2015-06-08-20-40-31_8.bag /home/plnegre/workspace/ros/data/bagfiles/2015_Valldemossa/06/2015-06-08-20-41-59_9.bag]

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged bag_tools at Robotics Stack Exchange