FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
btcpp_sample/package.xml at main · BehaviorTree/btcpp_sample · GitHub
BehaviorTree
/
btcpp_sample
Public
Notifications
You must be signed in to change notification settings
Fork
11
Star
35
Code
Issues
1
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
btcpp_sample
/
package.xml
Copy path
More file actions
More file actions
Latest commit
History
History
History
21 lines (16 loc) · 667 Bytes
Breadcrumbs
btcpp_sample
/
package.xml
Copy path
File metadata and controls
21 lines (16 loc) · 667 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<
package
format
=
"
3
"
>
<
name
>btcpp_sample</
name
>
<
version
>0.1.0</
version
>
<
description
>Dummy project to check compiling</
description
>
<
maintainer
email
=
"
davide.faconti@gmail.com
"
>Davide Faconti</
maintainer
>
<
license
>MIT</
license
>
<
author
>Davide Faconti</
author
>
<
buildtool_depend
condition
=
"
$ROS_VERSION == 1
"
>catkin</
buildtool_depend
>
<
buildtool_depend
condition
=
"
$ROS_VERSION == 2
"
>ament_cmake</
buildtool_depend
>
<
depend
>rclcpp</
depend
>
<
depend
>behaviortree_cpp</
depend
>
<
export
>
<
build_type
condition
=
"
$ROS_VERSION == 1
"
>catkin</
build_type
>
<
build_type
condition
=
"
$ROS_VERSION == 2
"
>ament_cmake</
build_type
>
</
export
>
</
package
>
Back
|
FazBrowse Home
|
New Git URL