Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
talos-data
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
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
Stack Of Tasks
talos-data
Commits
df379a49
Commit
df379a49
authored
8 years ago
by
Luca Marchionni
Browse files
Options
Downloads
Patches
Plain Diff
Fix imu tf and frame
parent
63804063
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
talos_bringup/config/talos_full_hardware.yaml
+1
-1
1 addition, 1 deletion
talos_bringup/config/talos_full_hardware.yaml
talos_description/urdf/torso/torso.urdf.xacro
+1
-1
1 addition, 1 deletion
talos_description/urdf/torso/torso.urdf.xacro
with
2 additions
and
2 deletions
talos_bringup/config/talos_full_hardware.yaml
+
1
−
1
View file @
df379a49
...
@@ -52,7 +52,7 @@ force_torque:
...
@@ -52,7 +52,7 @@ force_torque:
imu
:
imu
:
base_imu
:
base_imu
:
frame
:
base
_link
frame
:
imu
_link
raw_data
:
raw_data
:
orientation_port
:
orientation_base
orientation_port
:
orientation_base
linear_acceleration_port
:
linear_acceleration_base
linear_acceleration_port
:
linear_acceleration_base
...
...
This diff is collapsed.
Click to expand it.
talos_description/urdf/torso/torso.urdf.xacro
+
1
−
1
View file @
df379a49
...
@@ -138,7 +138,7 @@
...
@@ -138,7 +138,7 @@
</joint>
</joint>
<xacro:talos_imu
name=
"imu"
parent=
"${name}_2_link"
update_rate=
"100.0"
>
<xacro:talos_imu
name=
"imu"
parent=
"${name}_2_link"
update_rate=
"100.0"
>
<origin
xyz=
"0.04925 0 0.078"
rpy=
"${180.0*deg_to_rad} 0 ${
-
90.0*deg_to_rad}"
/>
<origin
xyz=
"0.04925 0 0.078"
rpy=
"${180.0*deg_to_rad} 0 ${90.0*deg_to_rad}"
/>
</xacro:talos_imu>
</xacro:talos_imu>
...
...
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