forked from xArm-Developer/xarm_ros2
-
Notifications
You must be signed in to change notification settings - Fork 0
Version 1 shipping review #11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
lkm1321
wants to merge
33
commits into
multi-robot
Choose a base branch
from
cleanup
base: multi-robot
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
34f26fc
Robot position
NikolaRaicevic2001 5e6ac77
_robot_joint_state.launch.py fixed
NikolaRaicevic2001 e509cd3
moveit
NikolaRaicevic2001 55636ba
fix control launch
1c152a0
Merge pull request #8 from ExistentialRobotics/fix-control-launch
lkm1321 52aea05
propagate changes to gazebo
4f51fc3
Incorporating moveit in xarm6
NikolaRaicevic2001 efe8bb7
Merge branch 'cleanup' of github.com:ExistentialRobotics/xarm_ros2 in…
NikolaRaicevic2001 b7ff270
Moveit in besides_table world
NikolaRaicevic2001 ffd0489
Incorporating moveit
NikolaRaicevic2001 1153608
trying to revert namespacing
NikolaRaicevic2001 95d612b
works without namespace
e5b5a97
make single robot planning work
c3f273e
Merge pull request #9 from ExistentialRobotics/gazebo_control
lkm1321 b66c85e
Added camera and ros_gz_bridge node
NikolaRaicevic2001 80e3660
minor
NikolaRaicevic2001 1be6be9
minor
NikolaRaicevic2001 bb109f2
correct camera orientation
NikolaRaicevic2001 c58fd82
Adding gripper
NikolaRaicevic2001 eec73b1
minor
NikolaRaicevic2001 1138958
octomap
NikolaRaicevic2001 28a0b68
Fix TF tree (#10)
lkm1321 3361a3d
world_table.sdf changed
NikolaRaicevic2001 b2307cb
Added [200~# Software License Agreement (BSD License)
NikolaRaicevic2001 98462cb
use a simple timer for the moment
83236c0
minor
NikolaRaicevic2001 0766c78
updated real robot_ip
Niyas-A 9dea4a8
Gazebo velocity controller
dwaitbhatt bb8783d
Velocity controller
dwaitbhatt 5f8fcd9
Controller specifing robot description
NikolaRaicevic2001 2394a45
use different kinematics yaml between sim and real
NikolaRaicevic2001 02187cb
Offset handling
NikolaRaicevic2001 1c7f8df
add user/xarm6_kinematics_sim.yaml
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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
2 changes: 1 addition & 1 deletion
2
xarm_description/config/default_urdf_arguments/end_effector.yaml
This file contains hidden or 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 |
|---|---|---|
| @@ -1,5 +1,5 @@ | ||
| # end-effector | ||
| gripper: false | ||
| gripper: true | ||
| vacuum_gripper: false | ||
| bio_gripper: false | ||
| realsense_d435i: false | ||
|
|
||
This file contains hidden or 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 hidden or 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
43 changes: 43 additions & 0 deletions
43
xarm_description/config/kinematics/default/xarm6_kinematics_sim.yaml
This file contains hidden or 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,43 @@ | ||
| kinematics: | ||
| joint1: | ||
| x: 0 | ||
| y: 0 | ||
| z: 0.267 | ||
| roll: 0 | ||
| pitch: 0 | ||
| yaw: 0 | ||
| joint2: | ||
| x: 0 | ||
| y: 0 | ||
| z: 0 | ||
| roll: -1.5708 | ||
| pitch: -0.5 | ||
| yaw: 0 | ||
| joint3: | ||
| x: 0.0535 | ||
| y: -0.2845 | ||
| z: 0 | ||
| roll: 0 | ||
| pitch: 0 | ||
| yaw: -0.5 | ||
| joint4: | ||
| x: 0.0775 | ||
| y: 0.3425 | ||
| z: 0 | ||
| roll: -1.5708 | ||
| pitch: 0 | ||
| yaw: 0 | ||
| joint5: | ||
| x: 0 | ||
| y: 0 | ||
| z: 0 | ||
| roll: 1.5708 | ||
| pitch: -0.95 | ||
| yaw: 0 | ||
| joint6: | ||
| x: 0.076 | ||
| y: 0.097 | ||
| z: 0 | ||
| roll: -1.5708 | ||
| pitch: 0 | ||
| yaw: 0 |
43 changes: 43 additions & 0 deletions
43
xarm_description/config/kinematics/user/xarm6_kinematics_sim.yaml
This file contains hidden or 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,43 @@ | ||
| kinematics: | ||
| joint1: | ||
| x: 0 | ||
| y: 0 | ||
| z: 0.267 | ||
| roll: 0 | ||
| pitch: 0 | ||
| yaw: 0 | ||
| joint2: | ||
| x: 0 | ||
| y: 0 | ||
| z: 0 | ||
| roll: -1.5708 | ||
| pitch: -0.5 | ||
| yaw: 0 | ||
| joint3: | ||
| x: 0.0535 | ||
| y: -0.2845 | ||
| z: 0 | ||
| roll: 0 | ||
| pitch: 0 | ||
| yaw: -0.5 | ||
| joint4: | ||
| x: 0.0775 | ||
| y: 0.3425 | ||
| z: 0 | ||
| roll: -1.5708 | ||
| pitch: 0 | ||
| yaw: 0 | ||
| joint5: | ||
| x: 0 | ||
| y: 0 | ||
| z: 0 | ||
| roll: 1.5708 | ||
| pitch: -0.95 | ||
| yaw: 0 | ||
| joint6: | ||
| x: 0.076 | ||
| y: 0.097 | ||
| z: 0 | ||
| roll: -1.5708 | ||
| pitch: 0 | ||
| yaw: 0 |
This file contains hidden or 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 hidden or 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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.