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

Build without --merge-install flag #746

Open
mvanlobensels opened this issue Oct 10, 2023 · 2 comments
Open

Build without --merge-install flag #746

mvanlobensels opened this issue Oct 10, 2023 · 2 comments

Comments

@mvanlobensels
Copy link

mvanlobensels commented Oct 10, 2023

Is it possible to build vrx without the --merge-install flag? This flag is not compatible with the rest of my ROS workspace, and mainly external sensor drivers. With the flag, other parts of my repo do not build.

When I build without the --merge-install flag, the following errors occur: see screenshots.

To Reproduce
List the steps to reproduce the problem:

  1. colcon build
  2. source install setup.bash
  3. ros2 launch vrx_gz competition.launch.py world:=sydney_regatta

System Configuration:

  • OS: PopOS 22.04
  • ROS Version: ROS2 Humble
  • Gazebo Version: Gazebo 7.6.0
  • Graphics Card: Nvidia 4060
  • Are you using VRX or VRX Classic? VRX

Screenshots
image

image

@mvanlobensels
Copy link
Author

From #732, it seems that the GZ_SIM_RESOURCE_PATH has to be set correctly. With the --merge-install flag, it points to vrx_ws/install/share/wamv_description/models, which is indeed where the files are installed.

Without the --merge-install flag, the wamv_description package is installed in vrx_ws/install/wamv_description/share/wamv_description/models. So I add this path to the GZ_SIM_RESOURCE_PATH environment variable, but Gazebo can still not find the files. If I manually move the files from vrx_ws/install/wamv_description/share/wamv_description/models to vrx_ws/install/share/wamv_description/models, Gazebo does find them.

How can I make Gazebo search for the files in the correct folder?

@mvanlobensels
Copy link
Author

@caguero Do you know if this can be accomplished?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant