Skip to content
Snippets Groups Projects
Commit 2b711a89 authored by Sebastian Pape's avatar Sebastian Pape
Browse files

Adding evaluation configs

parent 96c929f3
No related branches found
No related tags found
1 merge request!12Adding stuff from testing with Pete
Pipeline #298963 passed
{
"robots": [
"./robots/crawler.json"
],
"ship": {
"rosbridge": {
"uri": "wss://localhost/rosbridge"
},
"topics": {
"streamed_mesh": "/mesh_publisher/get_mesh"
}
},
"transformTree": {
"rosbridge": {
"uri": "wss://localhost/rosbridge"
}
}
}
\ No newline at end of file
{
"rosbridge": {
"uri": "wss://localhost/rosbridge"
},
"type": "SMV",
"name": "Crawler",
"topics": {
"pose": "",
"images": [
{
"topic": "/IFM/color/image_raw/compressed",
"name": "Camera"
}
]
},
"mesh": {
"uri": "meshes/crawler/Altiscan.gltf",
"transform": {
"translation": [
0,
0.06,
0
],
"rotation": [
0,
-90,
180
],
"scale": [
1,
1,
1
]
}
},
"services": {
"prepareMission": "/mission_manager/prepare_missions",
"executeMission": "/mission_manager/execute_missions"
},
"missionFrame": "world",
"poseFrame": "base_footprint"
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment