Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
osi-traffic-participant
Manage
Activity
Members
Labels
Plan
Issues
2
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Eclipse Projects
Eclipse openpass
osi-traffic-participant
Merge requests
!7
Add missing dependency to open_simulation_interface
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Add missing dependency to open_simulation_interface
mkellerer/osi-traffic-participant:fix_missing_osi_dependency
into
main
Overview
1
Commits
1
Changes
1
Merged
Mathias Kellerer
requested to merge
mkellerer/osi-traffic-participant:fix_missing_osi_dependency
into
main
1 month ago
Overview
1
Commits
1
Changes
1
Expand
1
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
b98743c1
1 commit,
1 month ago
1 file
+
1
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
BUILD.bazel
+
1
−
0
Options
@@ -3,4 +3,5 @@ cc_library(
hdrs
=
[
"
include/OsiTrafficParticipant/i_traffic_participant_model.h
"
],
includes
=
[
"
include
"
],
visibility
=
[
"
//visibility:public
"
],
deps
=
[
"
@open_simulation_interface
"
],
)
Loading