We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4041181 commit 5328887Copy full SHA for 5328887
README.md
@@ -1,2 +1,16 @@
1
# experiments-loop-functions-ros
2
Prototypes of ARGoS loop functions that enable importing or exporting data to ROS
3
+
4
+Requires:
5
6
+Tested with ROS Noetic and Ubuntu 20.04
7
8
+To compile, enter the following commands
9
10
+`cd experiments-loop-functions-ros`
11
+`catkin_make`
12
13
+Experiment files are provided in the scenario directory. To run an experiment
14
15
+`roscore` -> if it was not running before
16
+`argos3 -c experiment_file.argos`
0 commit comments