forked from jsk-ros-pkg/jsk_robot
-
Notifications
You must be signed in to change notification settings - Fork 3
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
[jsk_spot_robot] add noetic version rosinstall #112
Open
sktometometo
wants to merge
2
commits into
k-okada:spot_arm
Choose a base branch
from
sktometometo:PR/spot_arm/add-noetic-rosinstall
base: spot_arm
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
2 commits
Select commit
Hold shift + click to select a range
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 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,63 @@ | ||
# spot-ros is required for spot | ||
# This is a develop branch for jsk version. | ||
# We need to use it until it is merged to master | ||
# - git: | ||
# local-name: spot-ros | ||
# uri: https://github.com/sktometometo/spot_ros.git | ||
# version: develop/spot | ||
## use https://github.com/clearpathrobotics/spot_ros/pull/67 (Commands for the Arm and gripper, and URDF and simulation of the arm added) | ||
# - git: | ||
# local-name: spot-ros | ||
# uri: https://github.com/estherRay/spot_ros.git | ||
# version: b5fe5e5c4a732c1a724e4f86abc2be6395088d02 | ||
## use https://github.com/cst0/spot_ros/pull/4 for Arm and gripper | ||
- git: | ||
local-name: spot-ros | ||
uri: https://github.com/k-okada/spot_ros-arm.git | ||
version: 0a8c4b29768ae946d7c84aec9a2ae2d185ed97a9 | ||
## to support custom limb name, we need https://github.com/jsk-ros-pkg/jsk_model_tools/pull/249 | ||
- git: | ||
local-name: jsk_model_tools | ||
uri: https://github.com/k-okada/jsk_model_tools.git | ||
version: custom_limb | ||
# | ||
# use robot_upstart to install supervisor (https://github.com/clearpathrobotics/robot_upstart/pull/113) | ||
- git: | ||
local-name: robot_upstart | ||
uri: https://github.com/k-okada/robot_upstart.git | ||
version: develop | ||
# aques_talk needs to be compiled from source | ||
- tar: | ||
local-name: aques_talk | ||
uri: https://github.com/tork-a/jsk_3rdparty-release/archive/refs/tags/release/melodic/aques_talk/2.1.24-2.tar.gz | ||
# use parallel app_manager | ||
- git: | ||
local-name: app_manager | ||
uri: https://github.com/PR2/app_manager.git | ||
version: kinetic-devel | ||
# wait for https://github.com/jsk-ros-pkg/jsk_pr2eus/pull/443 (add volume key arg for robot-interface :speak) to be released | ||
- git: | ||
local-name: jsk_pr2eus | ||
uri: https://github.com/jsk-ros-pkg/jsk_pr2eus.git | ||
version: master | ||
# | ||
# | ||
# need to add following code to ublox_gps/config/zed_f9p.yaml | ||
#config_on_startup: true | ||
# | ||
#rate: 0.016 | ||
## TMODE3 Config | ||
#tmode3: 1 # Survey-In Mode | ||
#sv_in: | ||
# reset: false # True: disables and re-enables survey-in (resets) | ||
# # False: Disables survey-in only if TMODE3 is | ||
# # disabled | ||
# min_dur: 300 # Survey-In Minimum Duration [s] | ||
# acc_lim: 3.0 # Survey-In Accuracy Limit [m] | ||
- git: | ||
local-name: ublox | ||
uri: https://github.com/KumarRobotics/ublox.git | ||
# Panoram image recognition need coral_usb, which is not release as apt package. | ||
- git: | ||
local-name: jsk-ros-pkg/coral_usb_ros | ||
uri: https://github.com/jsk-ros-pkg/coral_usb_ros.git |
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
coral_usb does not have apt for melodic too. So how do we setup the environment on melodic https://github.com/k-okada/jsk_robot/blob/spot_arm/jsk_spot_robot/SetupInternalPCAndSpotUser.md#prerequities ?
I prefer to maintain one document for both 18.04/20.04, to keep system with less resources.