Skip to content

Commit

Permalink
format cpm access functions and improve comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jpbusch committed Oct 10, 2024
1 parent d542112 commit 5feb424
Show file tree
Hide file tree
Showing 7 changed files with 427 additions and 406 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ SOFTWARE.
#include <tf2_geometry_msgs/tf2_geometry_msgs.h>

namespace etsi_its_cpm_ts_msgs {
namespace gm = geometry_msgs;
namespace gm = geometry_msgs;
}

// Implementation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ SOFTWARE.
#include <tf2_geometry_msgs/tf2_geometry_msgs.hpp>

namespace etsi_its_cpm_ts_msgs {
using namespace msg;
namespace gm = geometry_msgs::msg;
}
using namespace msg;
namespace gm = geometry_msgs::msg;
} // namespace etsi_its_cpm_ts_msgs

// Implementation
#include <etsi_its_msgs_utils/impl/cpm/cpm_ts_access.h>
43 changes: 0 additions & 43 deletions etsi_its_msgs_utils/include/etsi_its_msgs_utils/cpm_ts_acess.h

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ SOFTWARE.

namespace etsi_its_cpm_ts_msgs::access {
#include <etsi_its_msgs_utils/impl/cpm/cpm_ts_utils.h>
} // namespace etsi_its_cpm_ts_msgs::access
} // namespace etsi_its_cpm_ts_msgs::access
Loading

0 comments on commit 5feb424

Please sign in to comment.