Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
panda_simulation
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
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
CeTI
ROS
ROS Packages
panda_simulation
Commits
a566bc70
Commit
a566bc70
authored
4 years ago
by
Sebastian Ebert
Browse files
Options
Downloads
Patches
Plain Diff
first simulated grasping state
parent
cabb18c9
Branches
simulated_grasping
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
config/panda_control.yaml
+5
-1
5 additions, 1 deletion
config/panda_control.yaml
worlds/simulator.world
+3
-3
3 additions, 3 deletions
worlds/simulator.world
with
8 additions
and
4 deletions
config/panda_control.yaml
+
5
−
1
View file @
a566bc70
...
@@ -20,11 +20,15 @@
...
@@ -20,11 +20,15 @@
state_publish_rate
:
100
state_publish_rate
:
100
panda_hand_controller
:
panda_hand_controller
:
type
:
position
_controllers/JointTrajectoryController
type
:
effort
_controllers/JointTrajectoryController
joints
:
joints
:
-
panda_finger_joint1
-
panda_finger_joint1
-
panda_finger_joint2
-
panda_finger_joint2
gains
:
panda_finger_joint1
:
{
p
:
5
,
d
:
3.0
,
i
:
0
,
i_clamp
:
1
}
panda_finger_joint2
:
{
p
:
5
,
d
:
1.0
,
i
:
0
,
i_clamp
:
1
}
state_publish_rate
:
25
state_publish_rate
:
25
joint_position_controller
:
joint_position_controller
:
...
...
This diff is collapsed.
Click to expand it.
worlds/simulator.world
+
3
−
3
View file @
a566bc70
...
@@ -12,10 +12,10 @@
...
@@ -12,10 +12,10 @@
<physics
name=
'default_physics'
default=
'0'
type=
'ode'
>
<physics
name=
'default_physics'
default=
'0'
type=
'ode'
>
<!-- the max step size is set to 0.001 by default. -->
<!-- the max step size is set to 0.001 by default. -->
<!-- When increasing it, the simulation quality may suffer. -->
<!-- When increasing it, the simulation quality may suffer. -->
<max_step_size>
0.00
2
</max_step_size>
<max_step_size>
0.00
1
</max_step_size>
<!-- this factor actually is computed by multiplying the other two -->
<!-- this factor actually is computed by multiplying the other two -->
<real_time_factor>
0.2
</real_time_factor>
<real_time_factor>
1.0
</real_time_factor>
<real_time_update_rate>
100
</real_time_update_rate>
<real_time_update_rate>
100
0
</real_time_update_rate>
</physics>
</physics>
</world>
</world>
</sdf>
</sdf>
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