Skip to content
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

[naoqieus/cross] use $ROS_DISTRO instead of melodic when installing pepper_meshes to allow us to use ROS noetic for build cross environment #1847

Merged

Conversation

kochigami
Copy link
Contributor

Related commit:
kochigami@1a0cfe0
#1583

When I used ubuntu 20.04 + ROS noetic PC, ./build_user.sh of pepper cross failed.
That is because this script tries to copy /opt/ros/melodic/share/pepper_meshes/meshes/ forcefully.

kochigami@kochigami-pc:~/catkin_ws/src/jsk_robot/jsk_naoqi_robot/cross$ ./build_user.sh

.......

+ vcs import i386_User/src
.........
=== i386_User/src/app_manager (git) ===
Cloning into '.'...
=== i386_User/src/nao_interaction (git) ===
Cloning into '.'...
=== i386_User/src/nao_robot (git) ===
Cloning into '.'...
=== i386_User/src/naoqi_bridge (git) ===
Cloning into '.'...
=== i386_User/src/naoqi_bridge_msgs (git) ===
Cloning into '.'...
=== i386_User/src/naoqi_dashboard (git) ===
Cloning into '.'...
=== i386_User/src/naoqi_driver (git) ===
Cloning into '.'...
=== i386_User/src/pepper_meshes (git) ===
Cloning into '.'...
=== i386_User/src/pepper_robot (git) ===
Cloning into '.'...
+ '[' '!' -e i386_User/src/pepper_meshes/meshes ']'
+ '[' '!' -e /opt/ros/melodic/share/pepper_meshes/meshes/ ']'
+ set +x
ERROR: You need /opt/ros/melodic/share/pepper_meshes/meshes/ 

Therefore, I changed melodic to $ROS_DISTRO in https://github.com/jsk-ros-pkg/jsk_robot/blob/master/jsk_naoqi_robot/cross/build_user.sh#L45-L52.
When I checked cross/i386_User/src/pepper_meshes/package.xml, version 0.2.5 was installed.

…epper_meshes to allow us to use ROS noetic for build cross environment
@kochigami kochigami added the naoqi label Aug 4, 2023
@k-okada k-okada merged commit d6bf03c into jsk-ros-pkg:master Aug 6, 2023
8 checks passed
@kochigami kochigami deleted the update-pepper-cross-to-use-rosdistro branch August 7, 2023 09:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants