Virtual vehicle simulates a robot movement on a map fulfilling orders from Fleet Management.
It also serves as a backup autonomy. It sends GPS location from a GPS device to Fleet Management. In this case, it doesn't drive but still can fulfill orders, if it is at the target station.
Functionality:
- GPS location reporting
- Non-trivial set of cars. Each of them has its own route
- Each car reacts to orders from Fleet Management
Use cases:
- Backup autonomy
- Testing of Fleet Management
- Load testing of Fleet Management
- Presentation purposes
-
cxxopts >= 3.0.0
-
protobuf = 3.17.3
-
balogger >= 1.2.0
-
statesmurf >= 2.0.1
-
modbuspp >= 0.3.1
-
libosmium >= 2.17.3
sudo apt install libosmium2-dev
- cmlib, need to export CMLIB_DIR
--config=<string>
path to JSON configuration file--map=<string>
full path to .osm file containing map--default-route=<string>
- name of the route that will be set as default--module-gateway-ip=<string>
IPv4 or hostname of ba daemon--module-gateway-port=<int>
ba daemon port-h | --help
print help--wait-at-stop-s=<int>
how many seconds will the car wait in a stop, default is 10s (simulation)--period-ms=<int>
maximum time period between two status messages sent to Module Gateway--speed-override=<int>
override map speed--fleet-provider-type=<string>
choose fleet provider,internal-protocol
to use of Internal Fleet Protocolno-connection
to use of dummy connection--vehicle-provider-type=<string>
choose vehicle provider,simulation
for use of OSM mapgps
for use of GPS provider--gps-provider-type=<string>
choose GPS provider,rutx09
orublox
--rutx-ip=<int>
IP address to Modbus server on rutx09--rutx-port=<int>
port of Modbus server on rutx09--rutx-slave-id=<int>
slave id of Modbus server on rutx09--stop-radius-m=<int>
distance from a stop that will be determined as arrival at the stop--in-stop-delay-s=<int>
how many seconds will the car wait in a stop, default is 10s (gps)
JSON file is used for setting all parameters of the program. Those settings can be overwritten by command line arguments.
examples in ./config/*.json
period
- the time period between two status messages sent to Module Gateway, int
level
- console logging level (DEBUG, INFO, WARNING, ERROR, CRITICAL)use
- if logs will be printed to console, bool
level
- file logging level (DEBUG, INFO, WARNING, ERROR, CRITICAL)use
- if logs will be printed to files, boolpath
- logs will be saved to provided folder, path can be both relative and absolute, string
Note: at least one logging sink needs to be used
vehicle-provider-type
- vehicle provider,simulation
for use of OSM map orgps
for use of GPS provider, stringprovider-simulation-settings
- simulation provider settings objectprovider-gps-settings
- gps provider settings object
gps-provider-type
- gps provider,rutx09
,ublox
, ormap
(serving for testing purposes), stringstop-radius
- distance from a stop that will be determined as arrival to the stop, intrutx09-settings
- rutx09 settings objectmap-settings
- map settings object
rutx-ip
- IP address to Modbus server on rutx09, stringrutx-port
- port of Modbus server on rutx09, intrutx-slave-id
- slave id of Modbus server on rutx09, int
map
- full path to .osm file containing map, stringdefault-route
- the name of the route that will be set as default, string
speed-override
- override map speed enable, boolmap-override-mps
- override map speed, intwait-at-stop
- how many seconds will car wait in stop, intmap
- full path to .osm file containing map, stringdefault-route
- the name of the route that will be set as default, string
fleet-provider-type
- fleet provider,internal-protocol
for use of internal protocolno-connection
for use of dummy connection, stringprovider-internal-protocol-settings
- internal protocol provider settings object - module 1, device type 1 is hardcoded
module-gateway-ip
- IPv4 or hostname of module gateway, stringmodule-gateway-port
- ba module gateway port, intdevice-role
- device role, string - part of device identificationdevice-name
- device name, string - part of device identificationdevice-priority
- device priority, int - part of device identificationreconnect-period-s
- period of reconnection to module gateway, int
Virtual vehicle provides the ability to choose a fleet communication provider with --fleet-provider-type=<string>
argument. The
options are:
internal-protocol
- connection to Module Gateway by Internal Client will be established, requires--ip=<string>
and--port=<int>
arguments to specify module gateway connectionno-connection
- no connection will be established, statuses will be discarded and the default command will be returned, for testing purposes
Virtual vehicle provides the ability to choose different simulation implementation with --vehicle-provider-type=<string>
argument. The options are:
simulation
- car movement will be simulated and position will be based on the given map file (.osm format). Required parameters:--map=<string>
,--route=<string>
, optional arguments:--speed-override=<int>
,--wait=<int>
gps
- virtual vehicle will report position based on external GPS source, no mission logic is implemented. Required parameters:--gps-provider-type=<string>
Provider used for GPS-based position reporting. The options are:
rutx09
- position is obtained from RUTX09 router from Teltonika. Required parameters:--rutx-ip=<string>
,--rutx-port=<int>
,rutx-slave-id=<int>
ublox
- position is obtained from ublox device, NOT IMPLEMENTEDmap
- position is obtained from the map, for testing purposes. It is always driving on the route gained from settings. Required parameters:--map=<string>
and--default-route=<string>
BRINGAUTO_TESTS
- if set to ON, tests will also be compiled, tests can be run with command ctest after successful build buildBRINGAUTO_PACKAGE
- if set to ON creates a package of vvuBRINGAUTO_INSTALL
- if set to ON enables make install commandBRINGAUTO_SYSTEM_DEP
- if set to ON cmake will use system dependencies instead of CMlib storage packagesBRINGAUTO_SAMPLES
- if set to ON sample app will be compiledSTATE_SMURF
- enable state smurf compilationCMLIB_DIR
- specify the path to cmakelib
git clone https://github.com/bringauto/virtual-vehicle.git
git submodule update --init --recursive
mkdir _build && cd _build
cmake .. -DCMAKE_BUILD_TYPE=Release
make -j 8
Documentation for tests is in test/README.md
Smurf integration tests are used to test Virtual vehicle integration with who Fleet Protocol stack using Etna.
Details and usage are described in StateSmurf documentation.
For creating maps we use openstreet map editor. Maps are saved in open street map format (.osm). Each map contains a list of nodes (points on the route), a list of ways (parts of routes, connecting points), and a list of routes (composed of ways). One .osm file can contain multiple routes and they have to be named. Routes can share points and ways. A point can represent a stop and if it is a stop, it has to be named.
- Install java openstreet map editor (https://josm.openstreetmap.de/wiki/Cs:WikiStart)
- Under Imagery choose map source to visualize map (b&w open street map recommended)
- Under File create a new layer, name it (right side of the app), layer represents .osm file
-
Choose the draw nodes tool (left toolbar) and draw way (list of points connected by a line) by adding points, press ESC when finished, repeat until you have all the ways you need (usually one is enough if you do not want to share ways in multiple routes)
-
With the select/move tool select all ways you want to include in the route and in the relation tab add a relation with the plus button
-
in pop-up add required tags -
type=<way>
andname=<route name>
-
in the same pop-up window add ways (selection tab) to route (members tab) and apply role "way"
-
repeat if you want multiple routes, routes can share some parts with each other, that is why they consist of ways. If you do not intend to share parts of routes use one way per route
- select the point you want to make into stop (yellow dot and stop can be defined only on nodes, not on the line between them)
- in tags/membership tab click the plus button with the selected point and add tag
stop=true
andname=<stop name>
(name has to be unique) - you can also add
speed=<target speed in m/s>
as a tag to ANY point, it will set the MAXIMUM speed on that point
- Under file save map as
<map name>.osm
file - .osm map example:
<?xml version='1.0' encoding='UTF-8'?>
<osm version='0.6' generator='JOSM'>
<node id='-101752' action='modify' visible='true' lat='49.17426200443' lon='16.55092476726' />
<node id='-101754' action='modify' visible='true' lat='49.17320987972' lon='16.55007718921' />
<node id='-101755' action='modify' visible='true' lat='49.17327300432' lon='16.55111252725' />
<node id='-101757' action='modify' visible='true' lat='49.17411470831' lon='16.55023812175' />
<node id='-101758' action='modify' visible='true' lat='49.17438124381' lon='16.54963730693' />
<node id='-101916' action='modify' visible='true' lat='49.17337821766' lon='16.55093550146' />
<node id='-101918' action='modify' visible='true' lat='49.17347290948' lon='16.55081748426' />
<node id='-101920' action='modify' visible='true' lat='49.17363774295' lon='16.55071556032'>
<tag k='name' v='zastavka' />
<tag k='stop' v='true' />
</node>
<node id='-101922' action='modify' visible='true' lat='49.17383063249' lon='16.55066728055' />
<node id='-101924' action='modify' visible='true' lat='49.17397091532' lon='16.54929398954'>
<tag k='speed' v='7' />
</node>
<node id='-101925' action='modify' visible='true' lat='49.17361670041' lon='16.54920815885' />
<node id='-101926' action='modify' visible='true' lat='49.17394987292' lon='16.54962658346' />
<node id='-101927' action='modify' visible='true' lat='49.17355006564' lon='16.54951393068'>
<tag k='name' v='stopka' />
<tag k='speed' v='5' />
<tag k='stop' v='true' />
</node>
<node id='-101928' action='modify' visible='true' lat='49.17361582035' lon='16.54921151664' />
<node id='-101929' action='modify' visible='true' lat='49.17354962397' lon='16.5495055538' />
<node id='-101962' action='modify' visible='true' lat='49.17397266578' lon='16.54933623902' />
<node id='-101963' action='modify' visible='true' lat='49.17397617285' lon='16.54929600589' />
<node id='-101964' action='modify' visible='true' lat='49.17395469207' lon='16.5496272587' />
<way id='-101782' action='modify' visible='true'>
<nd ref='-101752' />
<nd ref='-101922' />
<nd ref='-101754' />
<nd ref='-101755' />
<nd ref='-101916' />
<nd ref='-101918' />
<nd ref='-101920' />
<nd ref='-101757' />
<nd ref='-101758' />
<nd ref='-101752' />
</way>
<way id='-101939' action='modify' visible='true'>
<nd ref='-101924' />
<nd ref='-101925' />
</way>
<way id='-101940' action='modify' visible='true'>
<nd ref='-101926' />
<nd ref='-101927' />
</way>
<way id='-101941' action='modify' visible='true'>
<nd ref='-101928' />
<nd ref='-101929' />
</way>
<way id='-101951' action='modify' visible='true'>
<nd ref='-101963' />
<nd ref='-101964' />
</way>
<relation id='-99764' action='modify' visible='true'>
<member type='way' ref='-101782' role='' />
<tag k='name' v='nahoda' />
<tag k='type' v='way' />
</relation>
<relation id='-99775' action='modify' visible='true'>
<member type='way' ref='-101940' role='' />
<member type='way' ref='-101939' role='' />
<member type='way' ref='-101941' role='' />
<member type='way' ref='-101951' role='' />
<tag k='name' v='route 2' />
<tag k='type' v='way' />
</relation>
</osm>
Build docker image using
git clone https://github.com/bringauto/virtual-vehicle.git
git submodule update --init --recursive
docker build --tag virtual-vehicle-utility .
Run docker with parameters
docker run -ti --rm virtual-vehicle-utility --config=<path to json file> --map=<path to map file> --route=<route name> --module-gateway-ip=<module gateway ip> --module-gateway-port=<module gateway port> --wait-at-stop-s=<time to wait in stop in sec>
Examples:
docker run -ti --rm virtual-vehicle-utility --config=/virtual-vehicle-utility/config/example.json
docker run -ti --rm virtual-vehicle-utility --config=/virtual-vehicle-utility/config/example.json --map=/virtual-vehicle-utility/tests/maps/BorsodChem.osm --route=borsodchem --module-gateway-ip=127.0.0.1 --module-gateway-port=1536 --wait-at-stop-s=10
Make sure that the RUTX09 firmware version is >= RUTX_R_00.07.08.3