-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #32 from ethz-asl/integration
Integration
- Loading branch information
Showing
136 changed files
with
6,310 additions
and
778 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,3 +9,13 @@ | |
[submodule "realsense-ros"] | ||
path = submodules/realsense-ros | ||
url = [email protected]:IntelRealSense/realsense-ros.git | ||
[submodule "submodules/gpd"] | ||
path = submodules/gpd | ||
url = https://github.com/kekeblom/gpd | ||
[submodule "submodules/gpd_ros"] | ||
path = submodules/gpd_ros | ||
url = ssh://[email protected]/kekeblom/gpd_ros | ||
[submodule "submodules/yumi"] | ||
path = submodules/yumi | ||
url = [email protected]:ethz-asl/yumi.git | ||
branch = asl-devel |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
<?xml version="1.0" ?> | ||
<launch> | ||
|
||
<arg name="launch_rviz" default="true"/> | ||
|
||
<!-- Load robot description --> | ||
<param name="robot_description" command="$(find xacro)/xacro '$(find moma_description)/urdf/mobmi.urdf.xacro'" /> | ||
|
||
<!-- Launch Yumi drivers --> | ||
<include file="$(find yumi_support)/launch/robot_interface.launch"/> | ||
|
||
<!-- Launch MoveIt --> | ||
<include file="$(find mobmi_moveit_config)/launch/move_group.launch"> | ||
<arg name="load_robot_description" value="false" /> | ||
<arg name="allow_trajectory_execution" value="true" /> | ||
<arg name="fake_execution" value="false"/> | ||
<arg name="info" value="true"/> | ||
</include> | ||
|
||
<!-- Launch state publisher --> | ||
<node name="robot_state_publisher" pkg="robot_state_publisher" type="robot_state_publisher" respawn="true" output="screen"/> | ||
|
||
<!-- Launch rviz if requested --> | ||
<include if="$(arg launch_rviz)" file="$(find mobmi_moveit_config)/launch/moveit_rviz.launch"> | ||
<arg name="rviz_config" value="$(find mobmi_moveit_config)/launch/moveit.rviz" /> | ||
</include> | ||
|
||
</launch> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
<?xml version="1.0" ?> | ||
<launch> | ||
<arg name="launch_rviz" default="true" /> | ||
|
||
<!-- Launch the panda control node --> | ||
<include file="$(find panda_control)/launch/panda_control.launch"> | ||
<arg name="robot_description" value="$(find moma_description)/urdf/mopa.urdf.xacro"/> | ||
</include> | ||
|
||
<!-- Start a joint trajectory controller --> | ||
<node name="controller_spawner" pkg="controller_manager" type="spawner" respawn="false" output="screen" args="position_joint_trajectory_controller"/> | ||
|
||
<!-- Launch MoveIt --> | ||
<include file="$(find panda_moveit_config)/launch/move_group.launch"/> | ||
|
||
<!-- If desired, launch a preconfigured Rviz --> | ||
<include if="$(arg launch_rviz)" file="$(find panda_moveit_config)/launch/moveit_rviz.launch"> | ||
<arg name="rviz_config" value="$(find panda_moveit_config)/launch/moveit.rviz" /> | ||
</include> | ||
</launch> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# General settings: | ||
arm_velocity_scaling_search: 0.5 | ||
|
||
# Waypoints for the base to follow during search action: | ||
search_waypoints: | ||
initial: | ||
- [15.6757316589, -0.985509037971, -1.14762610015] | ||
- [18.4454135895, -1.62419974804, -0.293683380035] | ||
- [21.1538028717, -1.79279625416, 6.57794558821] | ||
|
||
loop: | ||
- [22.884, -0.478, 63.0] | ||
- [23.3571300507, 0.906202673912, 91.400792341] | ||
- [23.2464008331, 2.67486047745, 89.8622512493] | ||
- [23.2799835205, 4.79860496521, 107.616658638] | ||
|
||
drop_waypoints: | ||
retract_waypoint: [22.6979408264, -0.706754267216, -136.143811141] | ||
drop_waypoints: | ||
- [18.8157615662, -1.54435634613, 174.374674869] | ||
- [16.5263442993, -1.03566563129, -179.855710433] | ||
- [10.8428039551, -1.36035263538, 178.827247868] | ||
- [4.33228302002, -1.1852132082, 178.782756016] |
Oops, something went wrong.