File tree 2 files changed +12
-6
lines changed
2 files changed +12
-6
lines changed Original file line number Diff line number Diff line change 9
9
~~~
10
10
11
11
- 2nd terminal:
12
+ - Update the ` GZ_SIM_RESOURCE_PATH ` environment variable to point to the ` tutorial ` folder:
12
13
13
- ~~~
14
- cd tutorial/basestate
15
- gz sim model.sdf
16
- ~~~
14
+ ~~~
15
+ export GZ_SIM_RESOURCE_PATH = $GZ_SIM_RESOURCE_PATH:<path-to-tutorial-folder>
16
+ ~~~
17
+
18
+ - Then, launch Gazebo:
19
+
20
+ ~~~
21
+ cd <path-to-tutorial-folder>/basestate
22
+ gz sim model.sdf
23
+ ~~~
17
24
18
25
- 3rd terminal:
19
26
Original file line number Diff line number Diff line change 87
87
<yarpConfigurationString >(yarpDeviceName basestate_plugin_device) (baseLink link_1)</yarpConfigurationString >
88
88
</plugin >
89
89
<plugin name =" gzyarp::RobotInterface" filename =" gz-sim-yarp-robotinterface-system" >
90
- <yarpRobotInterfaceConfigurationFile >basestate_nws.xml</yarpRobotInterfaceConfigurationFile >
90
+ <yarpRobotInterfaceConfigurationFile >model://basestate/ basestate_nws.xml</yarpRobotInterfaceConfigurationFile >
91
91
</plugin >
92
92
</model >
93
-
94
93
</world >
95
94
</sdf >
You can’t perform that action at this time.
0 commit comments