Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
dynamic_graph_bridge
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Stack Of Tasks
dynamic_graph_bridge
Commits
c627ab34
Commit
c627ab34
authored
1 year ago
by
Olivier Stasse
Browse files
Options
Downloads
Patches
Plain Diff
Add explanations to generate the tests.
parent
74b7309f
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+44
-0
44 additions, 0 deletions
README.md
with
44 additions
and
0 deletions
README.md
+
44
−
0
View file @
c627ab34
...
...
@@ -7,3 +7,47 @@ dynamic-graph bindings
This ROS package binds together the ROS framework with the
dynamic-graph real-time control architecture.
## ROS 2
### Introduction
To use this package you need to be in a ROS 2 workspace.
If you did not have one, you should first create it :
```
mkdir -p sot_ws/src
cd sot_ws/src
```
###
### Compile and Install
To build this package after installing all the dependencies:
```
cd sot_ws
colcon build --merge-install --packages-select dynamic_graph_bridge
```
### Test
To test it:
```
colcon test --packages-select dynamic_graph_bridge
```
This command should create a directory in the
````log````
directory:
```
test_dateoftoday
```
Inside this directory there is another directory called
````dynamic_graph_bridge````
In this directory the file
```stdout_stderr.log```
contains the results of the tests.
If one of the test failed you will see the output in this specific file.
To summarize, if you are at the root of your worspace, the file is located here:
```
./log/test_dateoftoday/dynamic_graph_bridge/stdout_stderr.log
```
This diff is collapsed.
Click to expand it.
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