Skip to content
This repository was archived by the owner on Nov 28, 2025. It is now read-only.

Commit e014e3b

Browse files
[package.xml] Change from _ to - in the name
package.xml is able to handle names with minus.
1 parent a6279c7 commit e014e3b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<package format="2">
2-
<name>sot_dynamic_pinocchio</name>
2+
<name>sot-dynamic-pinocchio</name>
33
<version>3.3.1</version>
44
<description>
55
Pinocchio bindings for dynamic-graph
@@ -18,15 +18,15 @@
1818
<build_depend version_gte="1.1" version_lt="2.0">genmsg</build_depend>
1919

2020

21-
<build_depend>sot_core</build_depend>
21+
<build_depend>sot-core</build_depend>
2222
<build_depend>pinocchio</build_depend>
2323

24-
<build_depend>sot_core</build_depend>
24+
<build_depend>sot-core</build_depend>
2525
<build_depend>pinocchio</build_depend>
2626

2727
<build_export_depend>pinocchio</build_export_depend>
2828

29-
<exec_depend>sot_core</exec_depend>
29+
<exec_depend>sot-core</exec_depend>
3030
<exec_depend>pinocchio</exec_depend>
3131

3232
<test_depend>gtest</test_depend>

0 commit comments

Comments
 (0)