Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
ros2rag
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
JastAdd
ros2rag
Commits
199d5bcb
Commit
199d5bcb
authored
Jul 31, 2020
by
René Schöne
Browse files
Options
Downloads
Patches
Plain Diff
Rename read/write to receive/send
parent
f86f4292
No related branches found
No related tags found
No related merge requests found
Pipeline
#7534
passed
Jul 31, 2020
Stage: build
Stage: test
Changes
21
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
ros2rag.safety/src/main/jastadd/SafetyModel.connect
+2
-2
2 additions, 2 deletions
ros2rag.safety/src/main/jastadd/SafetyModel.connect
with
2 additions
and
2 deletions
ros2rag.safety/src/main/jastadd/SafetyModel.connect
+
2
−
2
View file @
199d5bcb
/* Version 2020-07-15 */
// --- update definitions ---
re
ad
Link.CurrentPosition using ParseRobotState, RobotStateToIntPosition ;
write
RobotArm.AppropriateSpeed using CreateSpeedMessage, SerializeRobotConfig ;
re
ceive
Link.CurrentPosition using ParseRobotState, RobotStateToIntPosition ;
send
RobotArm.AppropriateSpeed using CreateSpeedMessage, SerializeRobotConfig ;
// --- dependency definitions ---
RobotArm.AppropriateSpeed canDependOn Link.CurrentPosition as dependency1 ;
...
...
This diff is collapsed.
Click to expand it.
Prev
1
2
Next
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment