Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
talos-metapkg-ros-control-sot
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
talos-metapkg-ros-control-sot
Commits
0eed1085
Commit
0eed1085
authored
7 years ago
by
Olivier Stasse
Browse files
Options
Downloads
Patches
Plain Diff
[xml] Fix naming problem wrt talos_controller_interface.
parent
7dc24241
No related branches found
Branches containing commit
Tags
v0.0.2
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
talos_roscontrol_sot/config/roscontrol_sot_controller_plugins.xml
+1
-1
1 addition, 1 deletion
...scontrol_sot/config/roscontrol_sot_controller_plugins.xml
talos_roscontrol_sot/package.xml
+1
-11
1 addition, 11 deletions
talos_roscontrol_sot/package.xml
with
2 additions
and
12 deletions
talos_roscontrol_sot/config/roscontrol_sot_controller_plugins.xml
+
1
−
1
View file @
0eed1085
<library
path=
"lib/libtalos_rcsot_controller"
>
<class
name=
"talos_sot_controller/RCSotController"
type=
"talos_sot_controller::RCSotController"
base_class_type=
"controller_interface::ControllerBase"
>
<class
name=
"talos_sot_controller/RCSotController"
type=
"talos_sot_controller::RCSotController"
base_class_type=
"
talos_
controller_interface::ControllerBase"
>
<description>
The roscontrol SotController generates whole body motions for your robot (following the talos interface).
</description>
...
...
This diff is collapsed.
Click to expand it.
talos_roscontrol_sot/package.xml
+
1
−
11
View file @
0eed1085
...
...
@@ -23,16 +23,6 @@
<!-- The *_depend tags are used to specify dependencies -->
<!-- Dependencies can be catkin packages or system dependencies -->
<!-- Examples: -->
<!-- Use build_depend for packages you need at compile time: -->
<!-- <build_depend>message_generation</build_depend> -->
<!-- Use buildtool_depend for build tool packages: -->
<!-- <buildtool_depend>catkin</buildtool_depend> -->
<!-- Use run_depend for packages you need at runtime: -->
<!-- <run_depend>message_runtime</run_depend> -->
<!-- Use test_depend for packages you need only for testing: -->
<!-- <test_depend>gtest</test_depend> -->
<buildtool_depend>
catkin
</buildtool_depend>
<build_depend>
roscpp
</build_depend>
<build_depend>
rospy
</build_depend>
...
...
@@ -56,6 +46,6 @@
<run_depend>
dynamic_graph_bridge
</run_depend>
<!-- The export tag contains other, unspecified, tags -->
<export>
<controller_interface
plugin=
"${prefix}/config/roscontrol_sot_controller_plugins.xml"
/>
<
talos_
controller_interface
plugin=
"${prefix}/config/roscontrol_sot_controller_plugins.xml"
/>
</export>
</package>
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