- Use NOT VERSION_LESS to simplify cmake logic
- Added an interface to gazebo's harness plugin
- Merge pull request #460 from furushchev/fix-camera-util [gazebo_plugins] bugfix: duplicated tf prefix resolution in gazebo_ros_camera plugin
- removed extra includes
- Fix gazebo7 deprecation warnings
- [gazebo_plugins] bugfix: duplicated tf prefix resolution
- Revert change. AdvertiseOption API is nothing related to latched mode
- Fix issue of passing a member class to Advertise instead of a boolean
- Fix gazebo_ros_joint_trajectory, whitespace Duplicate of #405 targeted to indigo-devel
- gazebo_packges/gazebo_ros_joint_pose_trajectory.cpp BUG that caused simulated trajectories to run fast The points in the class.points_ member never had their time_from_start set. This caused all the time_from_starts to be set to 0. This in turn caused all the trajectory points to be played instantly one after the other in Gazebo.
- use HasElement in if condition
- Set GAZEBO_PLUGIN_PATH for test
- Add rostest to accompany range plugin world
- Follow ROS documentation and depend on catkin_EXPORTED_TARGETS
- Remove all references to gazebo_msgs_gencpp (ghost)
- Fix row_step of openni_kinect plugin
- Publish organized point cloud from openni_kinect plugin
- missing link_directories()
- imu supports frameName
- Also accept "/world" as frameName parameter in gazebo_ros_p3d plugin
- Contributors: Bence Magyar, Benjamin Blumer, Jan Skoda, Jan Škoda, Johannes Meyer, John Hsu, Jose Luis Rivero, Kentaro Wada, Steven Peters, Yuki Furuta, nate koenig
- gazebo_ros_utils.h: include gazebo_config.h Make sure to include gazebo_config.h, which defines the GAZEBO_MAJOR_VERSION macro
- Fix compiler error with SetHFOV In gazebo7, the rendering::Camera::SetHFOV function is overloaded with a potential for ambiguity, as reported in the following issue: https://bitbucket.org/osrf/gazebo/issues/1830 This fixes the build by explicitly defining the Angle type.
- Add missing boost header Some boost headers were remove from gazebo7 header files and gazebo_ros_joint_state_publisher.cpp was using it implicitly.
- Fix gazebo7 build errors The SensorPtr types have changed from boost:: pointers to std:: pointers, which requires boost::dynamic_pointer_cast to change to std::dynamic_pointer_cast. A helper macro is added that adds a using statement corresponding to the correct type of dynamic_pointer_cast. This macro should be narrowly scoped to protect other code.
- Fix gazebo6 deprecation warnings Several RaySensor functions are deprecated in gazebo6 and are removed in gazebo7. The return type is changed to use ignition math and the function name is changed. This adds ifdef's to handle the changes.
- Added a missing initialization inside Differential Drive
- Contributors: Mirko Ferrati, Steven Peters
- Adds range plugin for infrared and ultrasound sensors from PAL Robotics
- Import changes from jade-branch
- Add range world and launch file
- Add ifdefs to fix build with gazebo2
- Use Joint::SetParam for joint velocity motors
- Set GAZEBO_CXX_FLAGS to fix c++11 compilation errors
- Contributors: Bence Magyar, Jose Luis Rivero, Steven Peters
- fixed mistake at calculation of joint velocity
- [gazebo_ros_diff_drive] force call SetMaxForce since this Joint::Reset in gazebo/physics/Joint.cc reset MaxForce to zero and ModelPlugin::Reset is called after Joint::Reset
- add PointCloudCutoffMax
- Contributors: Kei Okada, Michael Ferguson, Sabrina Heerklotz
- Merge pull request #276 from ros-simulation/gazebo_ogre_compile_flag_fix fix missing ogre flags: removed from gazebo default (5.x.x candidate) cmake config
- Merge pull request #238 from ayrton04/indigo-devel Fixing handling of non-world frame velocities in setModelState.
- fix missing ogre flags (removed from gazebo cmake config)
- change header to use opencv2/opencv.hpp issue #274
- Update Gazebo/ROS tutorial URL
- Merge pull request #237 from ros-simulation/update_header_license Update header license for Indigo
- Contributors: John Hsu, Jose Luis Rivero, Robert Codd-Downey, Tom Moore, hsu
- Update gazebo_ros_openni_kinect.cpp
- merging from hydro-devel into indigo-devel
- Merge pull request #204 from fsuarez6/hydro-devel gazebo_plugins: Adding ForceTorqueSensor Plugin
- Updated to Apache 2.0 license
- Merge pull request #180 from vrabaud/indigo-devel remove PCL dependency
- merging
- check deprecation of gazebo::Joint::SetAngle by SetPosition
- compatibility with gazebo 4.x
- Update changelogs for the upcoming release
- Fix build with gazebo4 and indigo
- 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
- remove PCL dependency
- ros_camera_utils: Adding CameraInfoManager to satisfy full ROS camera API (relies on ros-perception/image_common#20 ) ros_camera_utils: Adding CameraInfoManager to satisfy full ROS camera API (relies on ros-perception/image_common#20 )
- Contributors: John Hsu, Jonathan Bohren, Jose Luis Rivero, Nate Koenig, Ryohei Ueda, Vincent Rabaud, fsuarez6, gborque, John Binney
- Replace SetAngle with SetPosition for gazebo 4 and up
- Port fix_build branch for indigo-devel See pull request #221
- Contributors: Jose Luis Rivero, Steven Peters
- Merge branch 'hydro-devel' into indigo-devel
- 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
- Merge remote-tracking branch 'upstream/hydro-devel' into hydro-devel
- BDS licenses header fixed and tricycle drive plugin added
- format patch of hsu applied
- Updated package.xml
- 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
- 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
- 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
- Merge remote-tracking branch 'upstream/hydro-devel' into hydro-devel
- fixed camera to work with workspaces
- fixed links related to changed name
- diff drive name changed to multi robot scenario
- working camera added
- Merge remote-tracking branch 'upstream/hydro-devel' into hydro-devel
- 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
- fetched with upstream
- 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, John Hsu, Jon Binney, Jonathan Bohren, Markus Bader, Steven Peters
- gazebo_plugins: add run-time dependency on gazebo_ros
- Merge pull request #176 from ros-simulation/issue_175 Fix #175: dynamic reconfigure dependency error
- Remove unneeded dependency on pcl_ros
- Fix #175: dynamic reconfigure dependency error
- Contributors: Steven Peters
- merging from hydro-devel
- bump patch version for indigo-devel to 2.4.1
- merging from indigo-devel after 2.3.4 release
- "2.4.0"
- catkin_generate_changelog
- Contributors: John Hsu
- 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
- rerelease because sdformat became libsdformat, but we also based change on 2.3.4 in hydro-devel.
- Simplify
gazebo_plugins/CMakeLists.txt
Replacecxx_flags
andld_flags
variables with simpler cmake macros and eliminate unnecessary references toSDFormat_LIBRARIES
, since they are already part ofGAZEBO_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.
- 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
- 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
- Remove direct dependency on pcl, rely on the transitive dependency from pcl_ros
- Cleaned up template, fixes for header files
- 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
- Added prosilica plugin to install TARGETS
- 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
- 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.
- temporarily add tbb as a work around for #74
- 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
- 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.
- 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
- Added Gazebo dependency
- 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
- 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