Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
Development_Environment
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
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
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Montaño Sarria, Andres Felipe
Development_Environment
Commits
e30b203a
Commit
e30b203a
authored
3 years ago
by
Montaño Sarria, Andres Felipe
Browse files
Options
Downloads
Patches
Plain Diff
ADD: descartes_capabilities_notes
parent
6262eb64
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
notes/descartes_capability_notes.md
+60
-0
60 additions, 0 deletions
notes/descartes_capability_notes.md
with
60 additions
and
0 deletions
notes/descartes_capability_notes.md
0 → 100644
+
60
−
0
View file @
e30b203a
# Descartes Notes
## descartes_capability package
Alternative to get a solution in the form descartes + moveit, being descartes a pluging, so it is possible to call compute cartesian path using the moveit interface.
*
Only works in melodic (Possible portability to noetic, but crash on execution)
## Examples
*
iiwa
*
doosan
*
abb
Terminal 1:
```
bash
roslaunch flexbotic_robots_iiwa iiwa_ikfast.launch
```
Terminal 2:
```
bash
rosrun descartes_examples example_cartesian_manipulator.py
```
## OPW
selfTest with jointVector = 0.1, -0.1, 0.2, -0.3, 0.5, -0.8
## move_group
iiwa_moveit (official iiwa_stack)
```
text
<!-- Load MoveGroup -->
<include file="$(find iiwa_moveit)/launch/move_group.launch">
<arg name="publish_monitored_planning_scene" value="true" />
<arg name="hardware_interface" value="$(arg hardware_interface)"/>
<arg name="robot_name" value="$(arg robot_name)"/>
<arg name="model" value="$(arg model)" />
</include>
```
iiwa7_moveit_config (custom ikfast)
```
text
<!-- Run the main MoveIt executable without trajectory execution (we do not have controllers configured by default) -->
<include file="$(find iiwa7_moveit_config)/launch/move_group.launch">
<arg name="allow_trajectory_execution" value="true"/>
<arg name="moveit_controller_manager" value="$(arg moveit_controller_manager)" />
<arg name="fake_execution_type" value="$(arg fake_execution_type)"/>
<arg name="info" value="true"/>
<arg name="debug" value="$(arg debug)"/>
<arg name="pipeline" value="$(arg pipeline)"/>
<arg name="load_robot_description" value="$(arg load_robot_description)"/>
<arg name="capabilities" value="descartes_capability/MoveGroupDescartesPathService"/>
<arg name="disable_capabilities" value="move_group/MoveGroupCartesianPathService"/>
</include>
```
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