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
bccc5ac0
Commit
bccc5ac0
authored
5 years ago
by
Olivier Stasse
Browse files
Options
Downloads
Patches
Plain Diff
Fix README.md
parent
54e6b2ef
No related branches found
No related tags found
No related merge requests found
Pipeline
#6259
failed
5 years ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+4
-4
4 additions, 4 deletions
README.md
with
4 additions
and
4 deletions
README.md
+
4
−
4
View file @
bccc5ac0
...
...
@@ -22,7 +22,7 @@ To start the flexibilities:
roslaunch talos_data talos_gazebo.launch enable_leg_passive:=true
```
You should see in the robot model two new
jo
in
t
s:
You should see in the robot model two new
l
in
k
s:
```
leg_left_1_link_passive
leg_right_1_link_passive
...
...
@@ -57,9 +57,9 @@ You can create new joints by expanding the robot kinematic tree
and adding the same lines in the xacro files.
The spring constants are modified by the associated fields
*kp*
and
*kd*
*kp*
and
*kd*
.
The name of the joint to which this apply is specified by the field
*joint_spring*
*joint_spring*
.
The plugin is generating a torque based on the actuator state using:
$$
\t
au = - kp q - kd
\d
ot{q}$$ where $q$ is the actuator position and $
\d
ot{q}$
...
...
@@ -67,7 +67,7 @@ is the actuator velocity.
This might be changed in the future to cope with a different equilibrium point.
Finally to have the state of the joint you need to add the following lines:
Finally to have the state of the joint
in the topic
*/joint_states*
you need to add the following lines:
```
<transmission name="leg_${prefix}_1_passive_trans">
<type>transmission_interface/SimpleTransmission</type>
...
...
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