-
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
use pepper.rosinstall for development environment setup #1124
base: master
Are you sure you want to change the base?
Changes from 1 commit
fa59949
102f74f
3c6dfdf
fa9b8fc
70ad649
12a9d0a
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,4 +2,41 @@ | |
local-name: jsk_robot | ||
uri: https://github.com/jsk-ros-pkg/jsk_robot.git | ||
version: master | ||
# fix qt> 5 (https://github.com/ros-naoqi/naoqi_dashboard/pull/3) | ||
- git: | ||
local-name: naoqi_dashboard | ||
uri: https://github.com/kochigami/naoqi_dashboard | ||
version: kochigami-develop | ||
# wait for 0.5.16 release | ||
- git: | ||
local-name: nao_robot | ||
uri: https://github.com/ros-naoqi/nao_robot | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. In fact, I also use kochigami-develop for There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
# wait for 0.1.11 | ||
- git: | ||
local-name: pepper_robot | ||
uri: https://github.com/ros-naoqi/pepper_robot | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. In fact, I also use kochigami-develop for There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The difference is ros-naoqi/pepper_robot@master...kochigami:kochigami-develop
And this is default behavior of |
||
# add service to get/set volumes (https://github.com/ros-naoqi/naoqi_driver/pull/110) | ||
# add play audio file service (https://github.com/ros-naoqi/naoqi_driver/pull/109) | ||
# add fading/resetting leds services (https://github.com/ros-naoqi/naoqi_driver/pull/100) | ||
# [ALChestButton] add chest button topic (pressed or not) (https://github.com/ros-naoqi/naoqi_driver/pull/99) | ||
# for more info https://github.com/kochigami/naoqi_driver/issues/2 | ||
- git: | ||
local-name: naoqi_driver | ||
uri: https://github.com/kochigami/naoqi_driver | ||
version: kochigami-develop | ||
# add many nodes..... wait for 0.5.6 | ||
- git: | ||
local-name: naoqi_bridge | ||
uri: https://github.com/kochigami/naoqi_bridge | ||
version: kochigami-develop | ||
# add fade leds srv (https://github.com/ros-naoqi/naoqi_bridge_msgs/pull/41) | ||
# [ALChestButton] add msg for ChestButtonPressed (https://github.com/ros-naoqi/naoqi_bridge_msgs/pull/40) | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. below "[ALChestButton] ..." this should be added: |
||
- git: | ||
local-name: naoqi_bridge_msgs | ||
uri: https://github.com/kochigami/naoqi_bridge_msgs | ||
version: kochigami-develop | ||
# wait for 0.1.6 (https://github.com/ros-naoqi/nao_interaction/issues/12) | ||
- git: | ||
local-name: nao_interaction | ||
uri: https://github.com/ros-naoqi/nao_interaction | ||
|
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.
I think
catkin build naoqi_driver
is also required because this package is based on roscpp.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.
I think
peppereus
depends onpepper_bringup
andpepper_bringup
depends onnaoqi_driver
. Please double checkThere 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.
catkin b jsk_pepper_startup
seems to be also required.(
catkin b jsk_pepper(nao)_startup
andcatkin b pepper(nao)eus
)Should I add
pepper(nao)eus
dependency tojsk_pepper(nao)_startup
?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.
In addition, I thought
.rosinstall
file name can benaoqi.rosinstall
or something because this environment setup is also for NAO.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.
if
pepepreus
itself depends onjsk_pepper_startup
we need this. I'am not sure, but in my understanding, suppose we program pepper with groups, like 少人数ゼミ.Someone need to runjsk_pepper_startup
to bringup necessary ROS nodes for pepper, and others who just usepeppereus
does not need to use `jsk_pepper_startup, just to update the documentwould be ok
that's good idea. can you create PR against k-okada:rosinstall?
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.
I sent a PR (k-okada#3). Could you please check this?