Skip to content

Commit

Permalink
fix namespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
nim65s committed Jul 23, 2020
1 parent 7028c14 commit 6b52d22
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 8 deletions.
1 change: 1 addition & 0 deletions include/sot/talos_balance/qualisys-client.hh
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@

namespace dynamicgraph {
namespace sot {
namespace dg = dynamicgraph;
namespace talos_balance {

/* --------------------------------------------------------------------- */
Expand Down
1 change: 1 addition & 0 deletions include/sot/talos_balance/robot/fwd.hh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
#define __invdyn_robots_fwd_hpp__
namespace dynamicgraph {
namespace sot {
namespace dg = dynamicgraph;
namespace talos_balance {
namespace robots {
class RobotWrapper;
Expand Down
1 change: 1 addition & 0 deletions include/sot/talos_balance/talos-control-manager.hh
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@

namespace dynamicgraph {
namespace sot {
namespace dg = dynamicgraph;
namespace talos_balance {

/* --------------------------------------------------------------------- */
Expand Down
2 changes: 0 additions & 2 deletions src/ft-calibration.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@

#define CALIB_ITER_TIME 1000 // Iteration needed for sampling and averaging the FT sensors while calibrating

using namespace sot::talos_balance;

namespace dynamicgraph {
namespace sot {
namespace talos_balance {
Expand Down
2 changes: 0 additions & 2 deletions src/ft-wrist-calibration.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@

#define CALIB_ITER_TIME 1000 // Iteration needed for sampling and averaging the FT sensors while calibrating

using namespace sot::talos_balance;

namespace dynamicgraph {
namespace sot {
namespace talos_balance {
Expand Down
2 changes: 0 additions & 2 deletions src/qualisys-client.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
// #include "RTProtocol.h"
// #include "RTPacket.h"

using namespace sot::talos_balance;

namespace dynamicgraph {
namespace sot {
namespace talos_balance {
Expand Down
3 changes: 1 addition & 2 deletions src/talos-control-manager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,11 @@
#include <sot/core/stop-watch.hh>
#include <sot/talos_balance/utils/statistics.hh>

using namespace sot::talos_balance;

namespace dynamicgraph {
namespace sot {
namespace talos_balance {
namespace dynamicgraph = ::dynamicgraph;
namespace dg = dynamicgraph;
using namespace dynamicgraph;
using namespace dynamicgraph::command;
using namespace std;
Expand Down

0 comments on commit 6b52d22

Please sign in to comment.