-
Notifications
You must be signed in to change notification settings - Fork 0
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
added lines to the track #38
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Derek Servin <[email protected]>
Signed-off-by: Derek Servin <[email protected]>
Please add the home Depot box back, it's useful for testing collision avoidance (which we do have already). The proto is in our repo. |
@@ -9,9 +9,13 @@ EXTERNPROTO "https://raw.githubusercontent.com/cyberbotics/webots/R2023b/project | |||
EXTERNPROTO "https://raw.githubusercontent.com/cyberbotics/webots/R2023b/projects/objects/trees/protos/SimpleTree.proto" | |||
EXTERNPROTO "https://raw.githubusercontent.com/cyberbotics/webots/R2023b/projects/objects/trees/protos/Forest.proto" | |||
EXTERNPROTO "https://raw.githubusercontent.com/cyberbotics/webots/R2023b/projects/objects/traffic/protos/PedestrianCrossing.proto" | |||
EXTERNPROTO "../protos/Phoenix.proto" |
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.
Pretty sure you need to keep this, since the webots Ros launch file launches a robot called Phoenix. If this externproto is gone then it can't find phnx.
translation 43.3829 39.3433 0.01 | ||
rotation 0 0 1 2.85387e-06 | ||
} | ||
homedepotbox { |
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.
Keep these boxes
8ee60fe
to
08ce280
Compare
No description provided.