Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
wolf
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mobile_robotics
wolf_projects
wolf_lib
wolf
Commits
1caed57c
Commit
1caed57c
authored
5 years ago
by
Joan Solà Ortega
Browse files
Options
Downloads
Patches
Plain Diff
rename namespace threeD to SE3
parent
5125f088
No related branches found
No related tags found
1 merge request
!311
Se2
Pipeline
#4123
passed
5 years ago
Stage: build
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
include/core/math/SE3.h
+1
-1
1 addition, 1 deletion
include/core/math/SE3.h
test/gtest_SE3.cpp
+1
-1
1 addition, 1 deletion
test/gtest_SE3.cpp
with
2 additions
and
2 deletions
include/core/math/SE3.h
+
1
−
1
View file @
1caed57c
...
...
@@ -35,7 +35,7 @@
namespace
wolf
{
namespace
three_D
{
namespace
SE3
{
using
namespace
Eigen
;
template
<
typename
D1
,
typename
D2
>
...
...
This diff is collapsed.
Click to expand it.
test/gtest_SE3.cpp
+
1
−
1
View file @
1caed57c
...
...
@@ -13,7 +13,7 @@
using
namespace
Eigen
;
using
namespace
wolf
;
using
namespace
three_D
;
using
namespace
SE3
;
TEST
(
SE3
,
exp_0
)
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment