Skip to content

Commit

Permalink
Update for the SmartMDSD Toolchain v3.11 (#1)
Browse files Browse the repository at this point in the history
* update Systems using the SmartMDSD Toolchain v3.11
  • Loading branch information
alex-lotz authored Dec 2, 2019
1 parent b6efbfa commit 4f82341
Show file tree
Hide file tree
Showing 27 changed files with 507 additions and 555 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,17 @@ ComponentParameterInstance ComponentRealSenseV2Server refinesParamStruct Compone
}

}
}

ComponentParameterInstance ComponentLaserFromRGBDServer refinesParamStruct ComponentLaserFromRGBDServerParams {
ParameterRefinement laser_generator {
min_range = 280
max_range = 10000
vertical_fov = 0.0
rgbd_source = 0
angle_resolution = 0.5
generationPeriodSec = 0
generationPeriodMilliSec = 66
floor_threshold_distance = 0.05
}
}
}
Original file line number Diff line number Diff line change
@@ -1 +1,33 @@

[
{"skill" :
{
"name" : "getBasePose",
"skill-definition-fqn" : "CommNavigationObjects.MobileBaseModule.getBasePose",
"in-attribute" : {
},
"out-attribute" : {
"x" : "Double",
"y" : "Double",
"yaw" : "Double"
},
"results" : [
{ "result" : "SUCCESS", "result-value" : "OK" }
]
}
},
{"skill" :
{
"name" : "getBaseCharging",
"skill-definition-fqn" : "CommNavigationObjects.MobileBaseModule.getBaseCharging",
"in-attribute" : {
},
"out-attribute" : {
"charging" : "Bool"
},
"results" : [
{ "result" : "SUCCESS", "result-value" : "OK" }
]
}
}
]
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ pre-start)

# ...then call user/deployment specific hook:
echo "Triggering pre-start hooks ..."

bash $SMART_ROOT_ACE/repos/DataRepository/gazebo/startGazebo.sh worlds/tiagoOffice_nav.world
;;

post-start)
Expand All @@ -57,6 +59,9 @@ post-stop)

# ...then call user/deployment specific hook:
echo "Triggering post-stop hooks ..."

killall gzserver
killall gzclient
;;

*)
Expand Down
3 changes: 3 additions & 0 deletions SystemRobotinoNavigation/representations.aird
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@
<semanticResources>platform:/resource/SmartJoystickNavigation/model/SmartJoystickNavigation.componentParameters</semanticResources>
<semanticResources>platform:/resource/SmartAmcl/model/SmartAmcl.skillRealization</semanticResources>
<semanticResources>platform:/resource/CommTrackingObjects/model/CommTrackingObjects.modes</semanticResources>
<semanticResources>platform:/resource/CommRobotinoObjects/model/CommRobotinoObjects.modes</semanticResources>
<semanticResources>platform:/resource/CommRobotinoObjects/model/CommRobotinoObjects.parameters</semanticResources>
<semanticResources>platform:/resource/DomainVision/model/DomainVision.skills</semanticResources>
<ownedViews xmi:type="viewpoint:DView" uid="__HbQ4DwxEem2Qq_fEgOqlw">
<viewpoint xmi:type="description:Viewpoint" href="platform:/plugin/org.sirius.system.componentArchitecture.design/description/componentArchitecture.odesign#//@ownedViewpoints[name='SystemArchitectureViewpoint']"/>
<ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="__OgwUDwxEem2Qq_fEgOqlw" name="SystemRobotinoNavigationComponentArchitecture" repPath="#__Oe7IDwxEem2Qq_fEgOqlw">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ SystemComponentArchitecture SystemTiagoNavigation usingActivityArchitecture Syst
{
RequiredService LaserServiceIn // { connectTo GazeboBaseServer.LaserServiceOut }
ProvidedService CurrMapOut
ParameterStructInstance SystemTiagoNavigation.SmartMapperGridMap
}
ComponentInstance SmartPlannerBreadthFirstSearch instantiates SmartPlannerBreadthFirstSearch
{
Expand Down Expand Up @@ -94,4 +95,4 @@ SystemComponentArchitecture SystemTiagoNavigation usingActivityArchitecture Syst
}


}
}
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,9 @@ SystemParameterModel SystemTiagoNavigation extendsSystem SystemTiagoNavigation {
freeBehaviorDist_second = 350.0
}
}
}
ComponentParameterInstance SmartMapperGridMap refinesParamStruct SmartMapperGridMapParams {
ParameterRefinement CurrentMap {
growing = "star32"
}
} }

Binary file modified SystemTiagoNavigation/model/SystemTiagoNavigationDeployment.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
572 changes: 440 additions & 132 deletions SystemTiagoNavigation/representations.aird

Large diffs are not rendered by default.

38 changes: 0 additions & 38 deletions SystemTiagoNavigation/smartsoft/src/predeploy-GazeboBaseServer.sh

This file was deleted.

38 changes: 0 additions & 38 deletions SystemTiagoNavigation/smartsoft/src/predeploy-MapperGridMap.sh

This file was deleted.

38 changes: 0 additions & 38 deletions SystemTiagoNavigation/smartsoft/src/predeploy-Planner.sh

This file was deleted.

38 changes: 0 additions & 38 deletions SystemTiagoNavigation/smartsoft/src/predeploy-RobotConsole.sh

This file was deleted.

This file was deleted.

Loading

0 comments on commit 4f82341

Please sign in to comment.