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
4c6f9031
Unverified
Commit
4c6f9031
authored
5 years ago
by
Joseph Mirabel
Committed by
GitHub
5 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #62 from florent-lamiraux/devel
Remove dependency to bullet.
parents
ee113b8d
15db3eff
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CMakeLists.txt
+1
-3
1 addition, 3 deletions
CMakeLists.txt
package.xml
+0
-2
0 additions, 2 deletions
package.xml
src/converter.hh
+0
-3
0 additions, 3 deletions
src/converter.hh
with
1 addition
and
8 deletions
CMakeLists.txt
+
1
−
3
View file @
4c6f9031
...
...
@@ -80,7 +80,6 @@ dynamic_graph_bridge_msgs)
add_required_dependency
(
roscpp
)
add_required_dependency
(
tf2_ros
)
add_required_dependency
(
"realtime_tools >= 1.8"
)
add_required_dependency
(
tf2_bullet
)
ADD_REQUIRED_DEPENDENCY
(
"dynamic-graph >= 3.0.0"
)
ADD_REQUIRED_DEPENDENCY
(
"sot-core >= 3.0.0"
)
...
...
@@ -99,7 +98,6 @@ add_library(ros_bridge
include/dynamic_graph_bridge/ros_init.hh src/ros_init.cpp
src/sot_to_ros.hh src/sot_to_ros.cpp
)
pkg_config_use_dependency
(
ros_bridge tf2_bullet
)
pkg_config_use_dependency
(
ros_bridge dynamic_graph_bridge_msgs
)
install
(
TARGETS ros_bridge DESTINATION lib
)
...
...
@@ -189,7 +187,7 @@ generate_messages( DEPENDENCIES std_msgs )
# This is necessary so that the pc file generated by catking is similar to the on
# done directly by jrl-cmake-modules
catkin_package
(
CATKIN_DEPENDS message_runtime roscpp realtime_tools
tf2_bullet
${
SOT_PKGNAMES
}
tf2_ros
catkin_package
(
CATKIN_DEPENDS message_runtime roscpp realtime_tools
${
SOT_PKGNAMES
}
tf2_ros
LIBRARIES
${
CATKIN_DEPENDS_LIBRARIES
}
)
...
...
This diff is collapsed.
Click to expand it.
package.xml
+
0
−
2
View file @
4c6f9031
...
...
@@ -27,7 +27,6 @@
<build_depend>
realtime_tools
</build_depend>
<build_depend>
message_generation
</build_depend>
<build_depend>
message_runtime
</build_depend>
<build_depend>
tf2_bullet
</build_depend>
<build_depend>
dynamic-graph
</build_depend>
<build_depend>
dynamic-graph-python
</build_depend>
<build_depend>
sot-core
</build_depend>
...
...
@@ -43,7 +42,6 @@
<exec_depend>
realtime_tools
</exec_depend>
<exec_depend>
message_generation
</exec_depend>
<exec_depend>
message_runtime
</exec_depend>
<exec_depend>
tf2_bullet
</exec_depend>
<exec_depend>
dynamic-graph
</exec_depend>
<exec_depend>
dynamic-graph-python
</exec_depend>
<exec_depend>
sot-core
</exec_depend>
...
...
This diff is collapsed.
Click to expand it.
src/converter.hh
+
0
−
3
View file @
4c6f9031
...
...
@@ -10,9 +10,6 @@
#include
<ros/time.h>
#include
<std_msgs/Header.h>
#include
<LinearMath/btMatrix3x3.h>
#include
<LinearMath/btQuaternion.h>
#define SOT_TO_ROS_IMPL(T) \
template <> \
inline void converter(SotToRos<T>::ros_t& dst, const SotToRos<T>::sot_t& src)
...
...
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