-
Notifications
You must be signed in to change notification settings - Fork 97
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
Add panda robot #1543
Closed
Closed
Add panda robot #1543
Conversation
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
…rasp to change each parameter. Besides, changed default value of inner from 0.06 to 0.07
…s_publisher 'in dual_panda.launch
…d now use *ri* to get joint-states
… in dual_panda.launch
…ce connection The interface of our device is USB, so we do not need to run a command for FireWire. See http://fsuarez6.github.io/projects/geomagic-touch-in-ros/#allow-access-to-the-firewire-interface
@ykawamura96 says he used USB microphone in his experiments
Because one web camera has two device files
dual_panda_with_handeye.urdf.xacro is not committed. This is the robot having realsense meshes on both arms, but jsk_panda_teleop does not use realsense. Also, their positions are different from current dual_panda2. This seems unnecessary robot model. This is backed up on: https://github.com/pazeshun/jsk_robot/tree/add_panda_robot_amabe_220722
…217e86 Because frankaemika/franka_ros#270 is rebased on develop branch including that commit
…ed & add more comments
…ments Based on the changes @ykawamura96 forgot to commit. These changes are backed up on: https://github.com/pazeshun/jsk_robot/tree/add_panda_robot_200526 https://github.com/pazeshun/jsk_robot/tree/feature/truelly-refactor-panda-robot_220721
…ice Driver tolerant of 3D Systems page changes 3D Systems dropped installer for Ubuntu 18.04 even though 18.04 is not EOL. I asked 3D Systems to restore the installer, but no answer has been returned so far.
- panda_play.sh: unnecessary because it just shortens roslaunch call and is not used in @ykawamura96's code - dot.bash_byobu_function, start_franka_demo.sh, stop_franka_demo.sh: should be replaced by code using app_manager. TODO
… version of config/rviz/dual_panda.rviz
…der to work move_to_reset_pose.launch These changes are backed up on: https://github.com/pazeshun/jsk_robot/tree/add_panda_robot_200526
Merged
Either way is OK:
|
Based on jsk-ros-pkg@9f3648a not to increase dependencies such as six or future
…ot installed Especially on indigo, franka packages are not tested, so installing them from source on indigo may cause some troubles
…_eus successfully
I added |
Merged via #1544 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Includes #1343
This PR is updated version of #1343.
#1343 depends on some uncommitted diffs (some are stashed) and includes some unnecessary files.
I and @softyanija fixed them and confirmed all scripts work in the
git clone
ed state.cc @haraduka