-
Notifications
You must be signed in to change notification settings - Fork 196
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
Comments
From #732, it seems that the GZ_SIM_RESOURCE_PATH has to be set correctly. With the Without the How can I make Gazebo search for the files in the correct folder? |
@caguero Do you know if this can be accomplished? |
did you get it to work? |
Nope, I built my own Gazebo sim lol. VRX was too complex for my use case |
Really, was it good? I am building a USV to pick up trash autonomously (sensors, YOLO etc.) , and i want to simulate it on ROS2 before building and deploying , though im a complete beginner , any advice on how i can make my USV simulation? (no need for physics simulation, just need the USV behavior ) |
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:
colcon build
source install setup.bash
ros2 launch vrx_gz competition.launch.py world:=sydney_regatta
System Configuration:
Screenshots
The text was updated successfully, but these errors were encountered: