Changelog for package gazebo_plugins
2.3.8 (2015-03-17)
- Merge pull request #252 from ros-simulation/pub_joint_trajectory_test_compile_fix
fix compile error due to missing dependency
- Merge pull request #239 from ayrton04/hydro-devel
Fixing handling of non-world frame velocities in setModelState.
- Update CMakeLists.txt
- Fixing set model state method and test
- Adding test for set_model_state
- fix compile error due to missing dependency
- fix compiler warning
- Merge pull request #225 from ros-simulation/update_header_license_hydro
update license to Apache 2.0 for hydro
- merging from pull request #192
- gazebo_plugins: moveit planning scene publisher
- Contributors: John Hsu, Jonathan Bohren, Jose Luis Rivero, Robert Codd-Downey, Tom Moore, hsu
2.3.7 (2014-09-01)
- Merge pull request #204 from fsuarez6/hydro-devel
gazebo_plugins: Adding ForceTorqueSensor Plugin
- Updated to Apache 2.0 license
- check deprecation of gazebo::Joint::SetAngle by SetPosition
- compatibility with gazebo 4.x
- Added Gaussian Noise generator
- publish organized pointcloud from openni plugin
- Changed measurement direction to "parent to child"
- gazebo_plugin: Added updateRate parameter to the gazebo_ros_imu plugin
- gazebo_plugins: Adding ForceTorqueSensor Plugin
- ros_camera_utils: Adding CameraInfoManager to satisfy full ROS camera API (relies on https://github.com/ros-perception/image_common/pull/20 )
ros_camera_utils: Adding CameraInfoManager to satisfy full ROS camera API (relies on https://github.com/ros-perception/image_common/pull/20 )
- Contributors: John Hsu, Jonathan Bohren, Ryohei Ueda, fsuarez6, gborque, hsu, Jon Binney
2.3.6 (2014-08-18)
- Fix build with gazebo4 and indigo
- gazebo_ros_diff_drive gazebo_ros_tricycle_drive encoderSource option names updated
- gazebo_ros_diff_drive is now able to use the wheels rotation of the optometry or the gazebo ground truth based on the 'odometrySource' parameter
- simple linear controller for the tricycle_drive added
- second robot for testing in tricycle_drive_scenario.launch added
- BDS licenses header fixed and tricycle drive plugin added
- Fix repo names in package.xml's
- ros diff drive supports now an acceleration limit
- Pioneer model: Diff_drive torque reduced
- GPU Laser test example added
- fixed gpu_laser to work with workspaces
- Merge pull request #139 from jbohren-forks/hand-of-god
Adding hand-of-god plugin
- HoG: adding install target
- hand_of_god: Adding hand-of-god plugin
ros_force: Fixing error messages to refer to the right plugin
- Remove unneeded dependency on pcl_ros
pcl_ros hasn't been released yet into indigo. I asked @wjwwood about
its status, and he pointed out that our dependency on pcl_ros
probably isn't necessary. Lo and behold, we removed it from the
header files, package.xml and CMakeLists.txt and gazebo_plugins
still compiles.
- minor fixes on relative paths in xacro for pioneer robot
- gazebo test model pionneer 3dx updated with xacro path variables
- pioneer model update for the multi_robot_scenario
- fixed camera to work with workspaces
- fixed links related to changed name
- diff drive name changed to multi robot scenario
- working camera added
- fix in pioneer xacro model for diff_drive
- Laser colour in rviz changed
- A test model for the ros_diff_drive ros_laser and joint_state_publisher added
- the ros_laser checkes now for the model name and adds it als prefix
- joint velocity fixed using radius instead of diameter
- ROS_INFO on laser plugin added to see if it starts
- gazebo_ros_diff_drive was enhanced to publish the wheels tf or the wheels joint state depending on two additinal xml options <publishWheelTF> <publishWheelJointState>
- Gazebo ROS joint state publisher added
- Contributors: Dave Coleman, Jon Binney, Jonathan Bohren, Markus Bader, Nate Koenig, Steven Peters
2.3.5 (2014-03-26)
- update test world for block laser
- this corrects the right orientation of the laser scan and improves on comparison between 2 double numbers
- Initialize depth_image_connect_count_ in openni_kinect plugin
- multicamera bad namespace. Fixes #161
There was a race condition between GazeboRosCameraUtils::LoadThread
creating the ros::NodeHandle and GazeboRosCameraUtils::Load
suffixing the camera name in the namespace
- Use function for accessing scene node in gazebo_ros_video
- readded the trailing whitespace for cleaner diff
- the parent sensor in gazebo seems not to be active
- Contributors: Dejan Pangercic, Ian Chen, John Hsu, Jordi Pages, Toni Oliver, Ugo Cupcic
2.3.4 (2013-11-13)
- Simplify gazebo_plugins/CMakeLists.txt
Replace cxx_flags and ld_flags variables with simpler cmake macros
and eliminate unnecessary references to SDFormat_LIBRARIES, since
they are already part of GAZEBO_LIBRARIES.
- Put some cmake lists on multiple lines to improve readability.
- Add dependencies on dynamic reconfigure files
Occasionally the build can fail due to some targets having an
undeclared dependency on automatically generated dynamic
reconfigure files (GazeboRosCameraConfig.h for example). This
commit declares several of those dependencies.
2.3.3 (2013-10-10)
- gazebo_plugins: use shared pointers for variables shared among cameras
It is not allowed to construct a shared_ptr from a pointer to a member
variable.
- gazebo_plugins: moved initialization of shared_ptr members of
GazeboRosCameraUtils to GazeboRosCameraUtils::Load()
This fixes segfaults in gazebo_ros_depth_camera and
gazebo_ros_openni_kinect as the pointers have not been initialized
there.
- Use RenderingIFace.hh
2.3.2 (2013-09-19)
- Make gazebo includes use full path
In the next release of gazebo, it will be required to use the
full path for include files. For example,
include <physics/physics.hh> will not be valid
include <gazebo/physics/physics.hh> must be done instead.
- Merge branch 'hydro-devel' of gazebo_ros_pkgs into synchronize_with_drcsim_plugins
- change includes to use brackets in headers for export
- per pull request comments
- Changed resolution for searchParam.
- Don't forget to delete the node!
- Removed info message on robot namespace.
- Retreive the tf prefix from the robot node.
- synchronize with drcsim plugins
2.3.1 (2013-08-27)
- Remove direct dependency on pcl, rely on the transitive dependency from pcl_ros
- Cleaned up template, fixes for header files
2.3.0 (2013-08-12)
- enable image generation when pointcloud is requested, as the generated image is used by the pointcloud
- gazebo_plugins: replace deprecated boost function
This is related to this gazebo issue #581
- gazebo_plugins: fix linkedit issues
Note: other linkedit errors were fixed upstream
in gazebo
- gazebo_ros_openni_kinect plugin: adds publishing of the camera info
again (fixes #95)
- Merge pull request #90 from piyushk/add_model_controller
added a simple model controller plugin that uses a twist message
- renamed plugin from model controller to planar move
- prevents dynamic_reconfigure from overwritting update rate param on start-up
- removed anonymizer from include guard
- fixed odometry publication for model controller plugin
- added a simple model controller plugin that uses a twist message to control models
2.2.1 (2013-07-29)
- Added prosilica plugin to install TARGETS
2.2.0 (2013-07-29)
- Switched to pcl_conversions instead of using compiler flags for Hydro/Groovy PCL support
- fixed node intialization conflict between gzserver and gzclient. better adherance to gazebo style guidelines
- Fixed template
- removed ros initialization from plugins
- Standardized the way ROS nodes are initialized in gazebo plugins
- Remove find_package(SDF) from CMakeLists.txt
It is sufficient to find gazebo, which will export the information about the SDFormat package.
- ROS Video Plugin for Gazebo - allows displaying an image stream in an OGRE texture inside gazebo. Also provides a fix for #85.
- patch a fix for prosilica plugin (startup race condition where rosnode_ might still be NULL).
- Added explanation of new dependency in gazebo_ros_pkgs
- switch Prosilica camera from type depth to regular camera (as depth data were not used).
- migrating prosilica plugin from pr2_gazebo_plugins
- Removed tbb because it was a temporary dependency for a Gazebo bug
- SDF.hh --> sdf.hh
- Added PCL to package.xml
2.1.5 (2013-07-18)
- Include <sdf/sdf.hh> instead of <sdf/SDF.hh>
The sdformat package recently changed the name of an sdf header
file from SDF.hh to SDFImpl.hh; this change will use the lower-case
header file which should work with old and new versions of sdformat
or gazebo.
2.1.4 (2013-07-14)
2.1.3 (2013-07-13)
- temporarily add tbb as a work around for #74
2.1.2 (2013-07-12)
- Fixed compatibility with new PCL 1.7.0
- Tweak to make SDFConfig.cmake
- Re-enabled dynamic reconfigure for camera utils - had been removed for Atlas
- Cleaned up CMakeLists.txt for all gazebo_ros_pkgs
- Removed SVN references
- 2.1.1
2.1.1 (2013-07-10 19:11)
- Small deprecated warning
- Fixed errors and deprecation warnings from Gazebo 1.9 and the sdformat split
- Source code formatting.
- Merge pull request #59 from ros-simulation/CMake_Tweak
Added dependency to prevent missing msg header, cleaned up CMakeLists
- export diff drive and skid steer for other catkin packages
- install diff_drive and skid_steer plugins
- Added dependency to prevent missing msg header, cleaned up CMakeLists
- Added ability to switch off publishing TF.
2.1.0 (2013-06-27)
- gazebo_plugins: always use gazebo/ path prefix in include directives
- gazebo_plugins: call Advertise() directly after initialization has
completed in gazebo_ros_openni_kinect and gazebo_ros_depth_camera
plugins, as the sensor will never be activated otherwise
- Merge pull request #41 from ZdenekM/hydro-devel
Added skid steering plugin (modified diff drive plugin).
- Merge pull request #35 from meyerj/fix_include_directory_installation_target
Header files of packages gazebo_ros and gazebo_plugins are installed to the wrong location
- Rotation fixed.
- Skid steering drive plugin.
- gazebo_plugins: added missing initialization of GazeboRosDepthCamera::advertised_
- gazebo_plugins: fixed depth and openni kinect camera plugin segfaults
- gazebo_plugins: terminate the service thread properly on destruction of a PubMutliQueue object without shuting down ros
- gazebo_plugins/gazebo_ros: fixed install directories for include files and gazebo scripts
- fix for terminating the service_thread_ in PubQueue.h
- added differential drive plugin to gazebo plugins
2.0.1 (2013-06-19)
- Incremented version to 2.0.1
- Fixed circular dependency, removed deprecated pkgs since its a stand alone pkg
- Check camera util is initialized before publishing - fix from Atlas
2.0.0 (2013-06-18)
- Changed version to 2.0.0 based on gazebo_simulator being 1.0.0
- Updated package.xml files for ros.org documentation purposes
- Combined updateSDFModelPose and updateSDFName, added ability to spawn SDFs from model database, updates SDF version to lastest in parts of code, updated the tests
- Created tests for various spawning methods
- Added debug info to shutdown
- Fixed gazebo includes to be in <gazebo/...> format
- Cleaned up file, addded debug info
- Merge branch 'groovy-devel' into plugin_updates
- Merged changes from Atlas ROS plugins, cleaned up headers
- Merged changes from Atlas ROS plugins, cleaned up headers
- fix curved laser issue
- Combining Atlas code with old gazebo_plugins
- Combining Atlas code with old gazebo_plugins
- Small fixes per ffurrer's code review
- Added the robot namespace to the tf prefix.
The tf_prefix param is published under the robot namespace and not the
robotnamespace/camera node which makes it non-local we have to use the
robot namespace to get it otherwise it is empty.
- findreplace ConnectWorldUpdateStart ConnectWorldUpdateBegin
- Fixed deprecated function calls in gazebo_plugins
- Deprecated warnings fixes
- Removed the two plugin tests that are deprecated
- Removed abandoned plugin tests
- All packages building in Groovy/Catkin
- Imported from bitbucket.org