Skip to content

Commit

Permalink
[sdf8] Changelog links to BitBucket backup
Browse files Browse the repository at this point in the history
* [sdf8] Changelog links to BitBucket backup

Signed-off-by: Louise Poubel <[email protected]>

* more fixes, new version of script

Signed-off-by: Louise Poubel <[email protected]>

* [sdf7] Changelog links to BitBucket backup (#238)

Signed-off-by: Louise Poubel <[email protected]>

* Update some more bitbucket issue references

Signed-off-by: Steven Peters <[email protected]>

Co-authored-by: Steven Peters <[email protected]>
  • Loading branch information
chapulina and scpeters committed May 7, 2020
1 parent 07d1d5e commit da18e01
Show file tree
Hide file tree
Showing 12 changed files with 150 additions and 151 deletions.
1 change: 0 additions & 1 deletion .hgignore → .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
syntax: glob

build
build_*
Expand Down
232 changes: 116 additions & 116 deletions Changelog.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ but with improved human-readability..

1. **Lump:: prefix in link names**
+ Changed to `_fixed_joint_lump__` to avoid confusion with scoped names
+ [BitBucket pull request 245](https://osrf-migration.github.io/sdformat-gh-pages/#!/osrf/sdformat/pull-request/245)
+ [BitBucket pull request 245](https://osrf-migration.github.io/sdformat-gh-pages/#!/osrf/sdformat/pull-requests/245)

## SDF protocol 1.6 to 1.7

Expand Down Expand Up @@ -395,7 +395,7 @@ but with improved human-readability..
+ [BitBucket pull request 495](https://osrf-migration.github.io/sdformat-gh-pages/#!/osrf/sdformat/pull-requests/495)

1. **state.sdf** allow `light` tags within `insertions` element
* [BitBucket pull request 325](https://osrf-migration.github.io/sdformat-gh-pages/#!/osrf/sdformat/pull-request/325)
* [BitBucket pull request 325](https://osrf-migration.github.io/sdformat-gh-pages/#!/osrf/sdformat/pull-requests/325)

1. **surface.sdf** `category_bitmask` element
+ description: Bitmask for category of collision filtering.
Expand Down
2 changes: 1 addition & 1 deletion sdf/1.4/physics.sdf
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@
<description>
Flag to enable dynamic rescaling of moment of inertia in constrained directions.
See gazebo pull request 1114 for the implementation of this feature.
https://bitbucket.org/osrf/gazebo/pull-request/1114
https://osrf-migration.github.io/gazebo-gh-pages/#!/osrf/gazebo/pull-request/1114
</description>
</element>
</element> <!-- End Solver -->
Expand Down
4 changes: 2 additions & 2 deletions sdf/1.5/joint.sdf
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<description>
Flag to interpret the axis xyz element in the parent model frame instead
of joint frame. Provided for Gazebo compatibility
(see https://bitbucket.org/osrf/gazebo/issue/494 ).
(see https://github.com/osrf/gazebo/issue/494 ).
</description>
</element>
<element name="dynamics" required="0">
Expand Down Expand Up @@ -114,7 +114,7 @@
<description>
Flag to interpret the axis xyz element in the parent model frame instead
of joint frame. Provided for Gazebo compatibility
(see https://bitbucket.org/osrf/gazebo/issue/494 ).
(see https://github.com/osrf/gazebo/issue/494 ).
</description>
</element>
<element name="dynamics" required="0">
Expand Down
2 changes: 1 addition & 1 deletion sdf/1.5/physics.sdf
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@
<description>
Flag to enable dynamic rescaling of moment of inertia in constrained directions.
See gazebo pull request 1114 for the implementation of this feature.
https://bitbucket.org/osrf/gazebo/pull-request/1114
https://osrf-migration.github.io/gazebo-gh-pages/#!/osrf/gazebo/pull-request/1114
</description>
</element>
</element> <!-- End Solver -->
Expand Down
4 changes: 2 additions & 2 deletions sdf/1.6/joint.sdf
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
<description>
Flag to interpret the axis xyz element in the parent model frame instead
of joint frame. Provided for Gazebo compatibility
(see https://bitbucket.org/osrf/gazebo/issue/494 ).
(see https://github.com/osrf/gazebo/issue/494 ).
</description>
</element>
<element name="dynamics" required="0">
Expand Down Expand Up @@ -125,7 +125,7 @@
<description>
Flag to interpret the axis xyz element in the parent model frame instead
of joint frame. Provided for Gazebo compatibility
(see https://bitbucket.org/osrf/gazebo/issue/494 ).
(see https://github.com/osrf/gazebo/issue/494 ).
</description>
</element>
<element name="dynamics" required="0">
Expand Down
6 changes: 3 additions & 3 deletions sdf/1.6/physics.sdf
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@
<description>
Flag to enable dynamic rescaling of moment of inertia in constrained directions.
See gazebo pull request 1114 for the implementation of this feature.
https://bitbucket.org/osrf/gazebo/pull-request/1114
https://osrf-migration.github.io/gazebo-gh-pages/#!/osrf/gazebo/pull-request/1114
</description>
</element>
<element name="friction_model" type="string" default="pyramid_model" required="0">
Expand All @@ -213,8 +213,8 @@
cone_model: friction force magnitude limited in proportion to normal force.

See gazebo pull request 1522 for the implementation of this feature.
https://bitbucket.org/osrf/gazebo/pull-request/1522
https://bitbucket.org/osrf/gazebo/commits/8c05ad64967c
https://osrf-migration.github.io/gazebo-gh-pages/#!/osrf/gazebo/pull-request/1522
https://github.com/osrf/gazebo/commit/968dccafdfbfca09c9b3326f855612076fed7e6f
</description>
</element>
</element> <!-- End Solver -->
Expand Down
30 changes: 15 additions & 15 deletions sdf/Migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@ but with improved human-readability.
+ type: unsigned int
+ default: 2
+ required: 0
+ [pull request 293](https://bitbucket.org/osrf/sdformat/pull-requests/293)
+ [Bitbucket pull request 293](https://osrf-migration.github.io/sdformat-gh-pages/#!/osrf/sdformat/pull-requests/293)

1. **link.sdf** `enable_wind` element
+ description: If true, the link is affected by the wind
+ type: bool
+ default: false
+ required: 0
+ [pull request 240](https://bitbucket.org/osrf/sdformat/pull-requests/240)
+ [Bitbucket pull request 240](https://osrf-migration.github.io/sdformat-gh-pages/#!/osrf/sdformat/pull-requests/240)

1. **model.sdf** `enable_wind` element
+ description: If set to true, all links in the model
Expand All @@ -42,54 +42,54 @@ but with improved human-readability.
+ type: bool
+ default: false
+ required: 0
+ [pull request 240](https://bitbucket.org/osrf/sdformat/pull-requests/240)
+ [Bitbucket pull request 240](https://osrf-migration.github.io/sdformat-gh-pages/#!/osrf/sdformat/pull-requests/240)

1. **model_state.sdf** `scale` element
+ description: Scale for the 3 dimensions of the model.
+ type: vector3
+ default: "1 1 1"
+ required: 0
+ [pull request 246](https://bitbucket.org/osrf/sdformat/pull-requests/246)
+ [Bitbucket pull request 246](https://osrf-migration.github.io/sdformat-gh-pages/#!/osrf/sdformat/pull-requests/246)

1. **physics.sdf** `friction_model` element
+ description: Name of ODE friction model to use. Valid values include:
+ pyramid_model: (default) friction forces limited in two directions
in proportion to normal force.
+ box_model: friction forces limited to constant in two directions.
+ cone_model: friction force magnitude limited in proportion to normal force.
See [gazebo pull request 1522](https://bitbucket.org/osrf/gazebo/pull-request/1522)
(merged in [gazebo 8c05ad64967c](https://bitbucket.org/osrf/gazebo/commits/8c05ad64967c))
See [gazebo pull request 1522](https://osrf-migration.github.io/gazebo-gh-pages/#!/osrf/gazebo/pull-request/1522)
(merged in [gazebo 8c05ad64967c](https://github.com/osrf/gazebo/commit/968dccafdfbfca09c9b3326f855612076fed7e6f))
for the implementation of this feature.
+ type: string
+ default: "pyramid_model"
+ required: 0
+ [pull request 294](https://bitbucket.org/osrf/sdformat/pull-requests/294)
+ [Bitbucket pull request 294](https://osrf-migration.github.io/sdformat-gh-pages/#!/osrf/sdformat/pull-requests/294)

1. **world.sdf** `wind` element
+ description: The wind tag specifies the type and properties of the wind.
+ required: 0
+ [pull request 240](https://bitbucket.org/osrf/sdformat/pull-requests/240)
+ [Bitbucket pull request 240](https://osrf-migration.github.io/sdformat-gh-pages/#!/osrf/sdformat/pull-requests/240)

1. **world.sdf** `wind::linear_velocity` element
+ description: Linear velocity of the wind.
+ type: vector3
+ default: "0 0 0"
+ required: 0
+ [pull request 240](https://bitbucket.org/osrf/sdformat/pull-requests/240)
+ [Bitbucket pull request 240](https://osrf-migration.github.io/sdformat-gh-pages/#!/osrf/sdformat/pull-requests/240)

### Modifications

1. `gravity` and `magnetic_field` elements are moved
from `physics` to `world`
+ [pull request 247](https://bitbucket.org/osrf/sdformat/pull-requests/247)
+ [gazebo pull request 2090](https://bitbucket.org/osrf/gazebo/pull-requests/2090)
+ [Bitbucket pull request 247](https://osrf-migration.github.io/sdformat-gh-pages/#!/osrf/sdformat/pull-requests/247)
+ [gazebo pull request 2090](https://osrf-migration.github.io/gazebo-gh-pages/#!/osrf/gazebo/pull-requests/2090)

1. A new style for representing the noise properties of an `imu` was implemented
in [pull request 199](https://bitbucket.org/osrf/sdformat/pull-requests/199)
in [Bitbucket pull request 199](https://osrf-migration.github.io/sdformat-gh-pages/#!/osrf/sdformat/pull-requests/199)
for sdf 1.5 and the old style was declared as deprecated.
The old style has been removed from sdf 1.6 with the conversion script
updating to the new style.
+ [pull request 199](https://bitbucket.org/osrf/sdformat/pull-requests/199)
+ [pull request 243](https://bitbucket.org/osrf/sdformat/pull-requests/243)
+ [pull request 244](https://bitbucket.org/osrf/sdformat/pull-requests/244)
+ [Bitbucket pull request 199](https://osrf-migration.github.io/sdformat-gh-pages/#!/osrf/sdformat/pull-requests/199)
+ [Bitbucket pull request 243](https://osrf-migration.github.io/sdformat-gh-pages/#!/osrf/sdformat/pull-requests/243)
+ [Bitbucket pull request 244](https://osrf-migration.github.io/sdformat-gh-pages/#!/osrf/sdformat/pull-requests/244)

4 changes: 2 additions & 2 deletions src/Param.cc
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ using namespace sdf;
// comma. To avoid that the SDF parsing is influenced by the current
// global C or C++ locale, we define a custom std::stringstream variant
// that always uses the std::locale::classic() locale.
// See issues https://bitbucket.org/osrf/sdformat/issues/60
// and https://bitbucket.org/osrf/sdformat/issues/207 for more details.
// See issues https://github.com/osrf/sdformat/issues/60
// and https://github.com/osrf/sdformat/issues/207 for more details.
namespace sdf
{
inline namespace SDF_VERSION_NAMESPACE {
Expand Down
4 changes: 2 additions & 2 deletions src/Param_TEST.cc
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ TEST(Param, HexUInt)
TEST(Param, HexFloat)
{
// Microsoft does not parse hex values properly.
// https://bitbucket.org/osrf/sdformat/issues/114
// https://github.com/osrf/sdformat/issues/114
#ifndef _MSC_VER
sdf::Param floatParam("key", "float", "0", false, "description");
float value;
Expand Down Expand Up @@ -192,7 +192,7 @@ TEST(Param, HexDouble)
EXPECT_DOUBLE_EQ(value, 0.0);

// Microsoft does not parse hex values properly.
// https://bitbucket.org/osrf/sdformat/issues/114
// https://github.com/osrf/sdformat/issues/114
#ifndef _MSC_VER
EXPECT_TRUE(doubleParam.SetFromString("0x01"));
EXPECT_TRUE(doubleParam.Get<double>(value));
Expand Down
8 changes: 4 additions & 4 deletions src/SDF_TEST.cc
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ TEST(SDF, UpdateElement)
EXPECT_EQ(flagCheck, fixture.flag);
poseParam->Get(poseCheck);
// test fails on homebrew see issue 202
// https://bitbucket.org/osrf/sdformat/issues/202
// https://github.com/osrf/sdformat/issues/202
#ifndef __APPLE__
EXPECT_EQ(poseCheck, fixture.pose);
#endif
Expand Down Expand Up @@ -420,7 +420,7 @@ TEST(SDF, GetAny)
catch(std::bad_any_cast &/*_e*/)
{
// test fails on homebrew see issue 202
// https://bitbucket.org/osrf/sdformat/issues/202
// https://github.com/osrf/sdformat/issues/202
#ifndef __APPLE__
FAIL();
#endif
Expand All @@ -438,7 +438,7 @@ TEST(SDF, GetAny)
catch(std::bad_any_cast &/*_e*/)
{
// test fails on homebrew see issue 202
// https://bitbucket.org/osrf/sdformat/issues/202
// https://github.com/osrf/sdformat/issues/202
#ifndef __APPLE__
FAIL();
#endif
Expand Down Expand Up @@ -482,7 +482,7 @@ TEST(SDF, GetAny)
catch(std::bad_any_cast &/*_e*/)
{
// test fails on homebrew see issue 202
// https://bitbucket.org/osrf/sdformat/issues/202
// https://github.com/osrf/sdformat/issues/202
#ifndef __APPLE__
FAIL();
#endif
Expand Down

0 comments on commit da18e01

Please sign in to comment.