Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
rolker committed Mar 17, 2021
0 parents commit 454ea84
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
cmake_minimum_required(VERSION 3.0.2)
project(project11_simulation)

find_package(catkin REQUIRED
)

catkin_package(
)
17 changes: 17 additions & 0 deletions config/repos/project11_simulation.repos
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
repositories:
asv_helm:
type: git
url: [email protected]:rolker/asv_helm.git
version: noetic
asv_sim:
type: git
url: [email protected]:rolker/asv_sim.git
version: noetic
mbes_sim:
type: git
url: [email protected]:rolker/mbes_sim.git
version: noetic
traffic_sim:
type: git
url: [email protected]:rolker/traffic_sim.git
version: noetic
21 changes: 21 additions & 0 deletions package.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<?xml version="1.0"?>
<package format="2">
<name>project11_simulation</name>
<version>0.0.0</version>
<description>
Project11 packages related robot simulation
</description>

<author email="[email protected]">Roland Arsenault</author>
<maintainer email="[email protected]">Roland Arsenault</maintainer>

<license>BSD</license>

<buildtool_depend>catkin</buildtool_depend>
<exec_depend>project11</exec_depend>
<exec_depend>asv_helm</exec_depend>
<exec_depend>asv_sim</exec_depend>
<exec_depend>mbes_sim</exec_depend>
<exec_depend>traffic_sim</exec_depend>

</package>

0 comments on commit 454ea84

Please sign in to comment.