Skip to content

Commit

Permalink
fix BodyAnalyzer plugin and world files
Browse files Browse the repository at this point in the history
  • Loading branch information
portaloffreedom committed Aug 5, 2019
1 parent 7125d11 commit 1c0d0ef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions cpprevolve/revolve/gazebo/CMakeLists.txt
Expand Up @@ -234,8 +234,8 @@ add_library(
)
target_link_libraries(
AnalyzerPlugin
# revolve-gazebo
# revolve-proto
revolve-gazebo
revolve-proto
${GAZEBO_LIBRARIES}
)

Expand Down
2 changes: 1 addition & 1 deletion tools/analyzer/analyzer-world.world
Expand Up @@ -5,6 +5,6 @@
<gravity>0 0 0</gravity>
</physics>

<plugin name="body-analyzer" filename="librevolve-body-analyzer.so" />
<plugin name="body-analyzer" filename="libAnalyzerPlugin.so" />
</world>
</sdf>

0 comments on commit 1c0d0ef

Please sign in to comment.