[Bug 604] New: Another one of those annoying warnings

For more infomation about this bug, visit
Summary: Another one of those annoying warnings
Product: BFL
Version: trunk
Platform: All
OS/Version: All
Status: NEW
Severity: trivial
Priority: P3
Component: core
AssignedTo: bfl [..] ...
ReportedBy: wim [dot] meeussen [..] ...
CC: bfl [..] ...
Estimated Hours: 0.0

[meeussen@ads ~/ros/ros-pkg/3rdparty/bfl_latest/bfl-svn]
$ svn diff
Index: src/filter/particlefilter.cpp
===================================================================
--- src/filter/particlefilter.cpp (revision 29786)
+++ src/filter/particlefilter.cpp (working copy)
@@ -33,9 +33,9 @@
int resamplescheme)
: Filter(prior)
, _proposal(proposal)
+ , _sample(WeightedSample(prior->DimensionGet()))
, _resampleScheme(resamplescheme)
, _created_post(true)
- , _sample(WeightedSample(prior->DimensionGet()))
{
/* Initialize Post, at time = 0, post = prior
To be more clean, this should be done in the filter base class,

[Bug 604] Order of class member variables leads to annoying comp

For more infomation about this bug, visit

Klaas Gadeyne <klaas [dot] gadeyne [..] ...> changed:

What |Removed |Added
--------------------------------------------------------------------------
Summary|Another one of those |Order of class member
|annoying warnings |variables leads to annoying
| |compiler warnings

[Bug 604] Another one of those annoying warnings

For more infomation about this bug, visit

Klaas Gadeyne <klaas [dot] gadeyne [..] ...> changed:

What |Removed |Added
--------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED

--- Comment #1 from Klaas Gadeyne <klaas [dot] gadeyne [..] ...> 2008-12-09 20:26:06 ---
(In reply to comment #0)
> [meeussen@ads ~/ros/ros-pkg/3rdparty/bfl_latest/bfl-svn]
> $ svn diff
> Index: src/filter/particlefilter.cpp
> ===================================================================
> --- src/filter/particlefilter.cpp (revision 29786)
> +++ src/filter/particlefilter.cpp (working copy)
> @@ -33,9 +33,9 @@
> int resamplescheme)
> : Filter(prior)
> , _proposal(proposal)
> + , _sample(WeightedSample(prior->DimensionGet()))
> , _resampleScheme(resamplescheme)
> , _created_post(true)
> - , _sample(WeightedSample(prior->DimensionGet()))
> {
> /* Initialize Post, at time = 0, post = prior
> To be more clean, this should be done in the filter base class,

By accident I committed this one in the same commit as bug #602. Fixed in
r29787. Thx for the patch! If there would be other warnings of the same sort,
please file them under this bug report instead of opening a new one.