Skip to content

Commit 7a09d7b

Browse files
author
Sammy Pfeiffer
committed
Merge pull request #4 from ros-simulation/indigo-devel
Indigo devel
2 parents ff99a25 + 604a474 commit 7a09d7b

File tree

112 files changed

+6091
-1045
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

112 files changed

+6091
-1045
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Wrappers, tools and additional API's for using ROS with the Gazebo simulator. Fo
66
[Installing gazebo_ros_pkgs](http://gazebosim.org/wiki/Tutorials/1.9/Installing_gazebo_ros_Packages)
77

88
### Documentation and Tutorials
9-
[On gazebosim.org](http://gazebosim.org/wiki/Tutorials#ROS_Integration)
9+
[On gazebosim.org](http://gazebosim.org/tutorials?cat=connect_ros)
1010

1111
### Develop and Contribute
1212

gazebo_msgs/CHANGELOG.rst

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,42 @@
22
Changelog for package gazebo_msgs
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
2.4.6 (2014-09-01)
6+
------------------
7+
8+
2.4.5 (2014-08-18)
9+
------------------
10+
11+
2.4.4 (2014-07-18)
12+
------------------
13+
* Fix repo names in package.xml's
14+
* Contributors: Jon Binney
15+
16+
2.4.3 (2014-05-12)
17+
------------------
18+
19+
2.4.2 (2014-03-27)
20+
------------------
21+
* merging from hydro-devel
22+
* bump patch version for indigo-devel to 2.4.1
23+
* merging from indigo-devel after 2.3.4 release
24+
* "2.4.0"
25+
* catkin_generate_changelog
26+
* Contributors: John Hsu
27+
28+
2.4.1 (2013-11-13)
29+
------------------
30+
* rerelease because sdformat became libsdformat, but we also based change on 2.3.4 in hydro-devel.
31+
532
2.4.0 (2013-10-14)
633
------------------
734

35+
2.3.5 (2014-03-26)
36+
------------------
37+
38+
2.3.4 (2013-11-13)
39+
------------------
40+
841
2.3.3 (2013-10-10)
942
------------------
1043

gazebo_msgs/package.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package>
33
<name>gazebo_msgs</name>
4-
<version>2.4.0</version>
4+
<version>2.4.6</version>
55
<description>
66
Message and service data structures for interacting with Gazebo from ROS.
77
</description>
@@ -11,8 +11,8 @@
1111
<license>BSD</license>
1212

1313
<url type="website">http://gazebosim.org/wiki/Tutorials#ROS_Integration</url>
14-
<url type="bugtracker">https://github.com/osrf/gazebo_ros_pkgs/issues</url>
15-
<url type="repository">https://github.com/osrf/gazebo_ros_pkgs</url>
14+
<url type="bugtracker">https://github.com/ros-simulation/gazebo_ros_pkgs/issues</url>
15+
<url type="repository">https://github.com/ros-simulation/gazebo_ros_pkgs</url>
1616

1717
<author>John Hsu</author>
1818

gazebo_plugins/CHANGELOG.rst

Lines changed: 119 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,125 @@
22
Changelog for package gazebo_plugins
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
2.4.6 (2014-09-01)
6+
------------------
7+
* Update gazebo_ros_openni_kinect.cpp
8+
* merging from hydro-devel into indigo-devel
9+
* Merge pull request `#204 <https://github.com/ros-simulation/gazebo_ros_pkgs/issues/204>`_ from fsuarez6/hydro-devel
10+
gazebo_plugins: Adding ForceTorqueSensor Plugin
11+
* Updated to Apache 2.0 license
12+
* Merge pull request `#180 <https://github.com/ros-simulation/gazebo_ros_pkgs/issues/180>`_ from vrabaud/indigo-devel
13+
remove PCL dependency
14+
* merging
15+
* check deprecation of gazebo::Joint::SetAngle by SetPosition
16+
* compatibility with gazebo 4.x
17+
* Update changelogs for the upcoming release
18+
* Fix build with gazebo4 and indigo
19+
* Added Gaussian Noise generator
20+
* publish organized pointcloud from openni plugin
21+
* Changed measurement direction to "parent to child"
22+
* gazebo_plugin: Added updateRate parameter to the gazebo_ros_imu plugin
23+
* gazebo_plugins: Adding ForceTorqueSensor Plugin
24+
* remove PCL dependency
25+
* ros_camera_utils: Adding CameraInfoManager to satisfy full ROS camera API (relies on https://github.com/ros-perception/image_common/pull/20 )
26+
ros_camera_utils: Adding CameraInfoManager to satisfy full ROS camera API (relies on https://github.com/ros-perception/image_common/pull/20 )
27+
* Contributors: John Hsu, Jonathan Bohren, Jose Luis Rivero, Nate Koenig, Ryohei Ueda, Vincent Rabaud, fsuarez6, gborque, John Binney
28+
29+
2.4.5 (2014-08-18)
30+
------------------
31+
* Replace SetAngle with SetPosition for gazebo 4 and up
32+
* Port fix_build branch for indigo-devel
33+
See pull request `#221 <https://github.com/ros-simulation/gazebo_ros_pkgs/issues/221>`_
34+
* Contributors: Jose Luis Rivero, Steven Peters
35+
36+
2.4.4 (2014-07-18)
37+
------------------
38+
* Merge branch 'hydro-devel' into indigo-devel
39+
* gazebo_ros_diff_drive gazebo_ros_tricycle_drive encoderSource option names updated
40+
* 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
41+
* simple linear controller for the tricycle_drive added
42+
* second robot for testing in tricycle_drive_scenario.launch added
43+
* Merge remote-tracking branch 'upstream/hydro-devel' into hydro-devel
44+
* BDS licenses header fixed and tricycle drive plugin added
45+
* format patch of hsu applied
46+
* Updated package.xml
47+
* Fix repo names in package.xml's
48+
* ros diff drive supports now an acceleration limit
49+
* Pioneer model: Diff_drive torque reduced
50+
* GPU Laser test example added
51+
* fixed gpu_laser to work with workspaces
52+
* hand_of_god: Adding hand-of-god plugin
53+
ros_force: Fixing error messages to refer to the right plugin
54+
* Remove unneeded dependency on pcl_ros
55+
* minor fixes on relative paths in xacro for pioneer robot
56+
* gazebo test model pionneer 3dx updated with xacro path variables
57+
* pioneer model update for the multi_robot_scenario
58+
* Merge remote-tracking branch 'upstream/hydro-devel' into hydro-devel
59+
* fixed camera to work with workspaces
60+
* fixed links related to changed name
61+
* diff drive name changed to multi robot scenario
62+
* working camera added
63+
* Merge remote-tracking branch 'upstream/hydro-devel' into hydro-devel
64+
* fix in pioneer xacro model for diff_drive
65+
* Laser colour in rviz changed
66+
* A test model for the ros_diff_drive ros_laser and joint_state_publisher added
67+
* the ros_laser checkes now for the model name and adds it als prefix
68+
* joint velocity fixed using radius instead of diameter
69+
* ROS_INFO on laser plugin added to see if it starts
70+
* fetched with upstream
71+
* gazebo_ros_diff_drive was enhanced to publish the wheels tf or the wheels joint state depending on two additinal xml options <publishWheelTF> <publishWheelJointState>
72+
* Gazebo ROS joint state publisher added
73+
* Contributors: Dave Coleman, John Hsu, Jon Binney, Jonathan Bohren, Markus Bader, Steven Peters
74+
75+
2.4.3 (2014-05-12)
76+
------------------
77+
* gazebo_plugins: add run-time dependency on gazebo_ros
78+
* Merge pull request `#176 <https://github.com/ros-simulation/gazebo_ros_pkgs/issues/176>`_ from ros-simulation/issue_175
79+
Fix `#175 <https://github.com/ros-simulation/gazebo_ros_pkgs/issues/175>`_: dynamic reconfigure dependency error
80+
* Remove unneeded dependency on pcl_ros
81+
* Fix `#175 <https://github.com/ros-simulation/gazebo_ros_pkgs/issues/175>`_: dynamic reconfigure dependency error
82+
* Contributors: Steven Peters
83+
84+
2.4.2 (2014-03-27)
85+
------------------
86+
* merging from hydro-devel
87+
* bump patch version for indigo-devel to 2.4.1
88+
* merging from indigo-devel after 2.3.4 release
89+
* "2.4.0"
90+
* catkin_generate_changelog
91+
* Contributors: John Hsu
92+
93+
2.4.1 (2013-11-13)
94+
------------------
95+
96+
2.3.5 (2014-03-26)
97+
------------------
98+
* update test world for block laser
99+
* this corrects the right orientation of the laser scan and improves on comparison between 2 double numbers
100+
* Initialize ``depth_image_connect_count_`` in openni_kinect plugin
101+
* multicamera bad namespace. Fixes `#161 <https://github.com/ros-simulation/gazebo_ros_pkgs/issues/161>`_
102+
There was a race condition between GazeboRosCameraUtils::LoadThread
103+
creating the ros::NodeHandle and GazeboRosCameraUtils::Load
104+
suffixing the camera name in the namespace
105+
* Use function for accessing scene node in gazebo_ros_video
106+
* readded the trailing whitespace for cleaner diff
107+
* the parent sensor in gazebo seems not to be active
108+
* Contributors: Dejan Pangercic, Ian Chen, John Hsu, Jordi Pages, Toni Oliver, Ugo Cupcic
109+
110+
2.3.4 (2013-11-13)
111+
------------------
112+
* rerelease because sdformat became libsdformat, but we also based change on 2.3.4 in hydro-devel.
113+
* Simplify ``gazebo_plugins/CMakeLists.txt``
114+
Replace ``cxx_flags`` and ``ld_flags`` variables with simpler cmake macros
115+
and eliminate unnecessary references to ``SDFormat_LIBRARIES``, since
116+
they are already part of ``GAZEBO_LIBRARIES``.
117+
* Put some cmake lists on multiple lines to improve readability.
118+
* Add dependencies on dynamic reconfigure files
119+
Occasionally the build can fail due to some targets having an
120+
undeclared dependency on automatically generated dynamic
121+
reconfigure files (GazeboRosCameraConfig.h for example). This
122+
commit declares several of those dependencies.
123+
5124
2.4.0 (2013-10-14)
6125
------------------
7126

0 commit comments

Comments
 (0)