Skip to content

Commit

Permalink
Add missing newlines and fix typos
Browse files Browse the repository at this point in the history
Co-authored-by: Stefano Dafarra <stefano.dafarra@gmail.com>
  • Loading branch information
traversaro and S-Dafarra committed Mar 4, 2024
1 parent 2738fd9 commit 5db2226
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ If you are not familiar with conda or conda-forge, you can read an introduction

## robotology-superbuild (advanced)

If you are installing iDynTree for use as part of [iCub humanoid robot software installation](https://icub-tech-iit.github.io/documentation/sw_installation/), you may want to install iDynTree through the [robotology-superbuild](https://github.com/robotology/robotology-superbuild), an easy way to download, compile and install the robotology software on multiple operating systems, using the [CMake](https://www.cmake.org) build system and its extension [YCM](http://robotology.github.io/ycm). To get `whole-body-estimators` when using the `robotology-superbuild`, please enable the `ROBOTOLOGY_ENABLE_DYNAMICS` CMake option of the superbuild.
If you are installing `whole-body-estimators` for use as part of [iCub humanoid robot software installation](https://icub-tech-iit.github.io/documentation/sw_installation/), you may want to install `whole-body-estimators` through the [robotology-superbuild](https://github.com/robotology/robotology-superbuild), an easy way to download, compile and install the robotology software on multiple operating systems, using the [CMake](https://www.cmake.org) build system and its extension [YCM](http://robotology.github.io/ycm). To get `whole-body-estimators` when using the `robotology-superbuild`, please enable the `ROBOTOLOGY_ENABLE_DYNAMICS` CMake option of the superbuild.


## Build from source with pixi (advanced)
Expand Down
2 changes: 1 addition & 1 deletion cmake/WBEAddUnitTest.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ function(wbe_add_unit_test)
target_compile_definitions(${targetname} PRIVATE CATCH_CONFIG_FAST_COMPILE CATCH_CONFIG_DISABLE_MATCHERS)

add_test(NAME ${targetname} COMMAND ${targetname})
endfunction()
endfunction()
2 changes: 1 addition & 1 deletion devices/wholeBodyDynamics/test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ wbe_add_unit_test(NAME WholeBodyDynamics

target_compile_definitions(WholeBodyDynamicsUnitTests
PRIVATE CMAKE_CURRENT_SOURCE_DIR="${CMAKE_CURRENT_SOURCE_DIR}"
PROJECT_BINARY_DIR="${PROJECT_BINARY_DIR}")
PROJECT_BINARY_DIR="${PROJECT_BINARY_DIR}")
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@ TEST_CASE("WholeBodyDynamicsSmokeTest")
REQUIRE(xmlRobotInterfaceResult.robot.enterPhase(yarp::robotinterface::ActionPhaseInterrupt2));
REQUIRE(xmlRobotInterfaceResult.robot.enterPhase(yarp::robotinterface::ActionPhaseInterrupt3));
REQUIRE(xmlRobotInterfaceResult.robot.enterPhase(yarp::robotinterface::ActionPhaseShutdown));
}
}
2 changes: 1 addition & 1 deletion devices/wholeBodyDynamics/test/ergocub_test_all.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@
<!-- Simulated WBD -->
<xi:include href="./ergocub_simulated_wholebodydynamics.xml" />
</devices>
</robot>
</robot>
2 changes: 1 addition & 1 deletion devices/wholeBodyDynamics/test/fakeFTs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ yarp_install(TARGETS fakeFTs
COMPONENT runtime
LIBRARY DESTINATION ${YARP_DYNAMIC_PLUGINS_INSTALL_DIR}
ARCHIVE DESTINATION ${YARP_STATIC_PLUGINS_INSTALL_DIR}
YARP_INI DESTINATION ${YARP_PLUGIN_MANIFESTS_INSTALL_DIR})
YARP_INI DESTINATION ${YARP_PLUGIN_MANIFESTS_INSTALL_DIR})
2 changes: 1 addition & 1 deletion set_install_prefix.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export CMAKE_INSTALL_PREFIX=$CONDA_PREFIX
export YARP_DATA_DIRS=$CMAKE_INSTALL_PREFIX/share/yarp:$CMAKE_INSTALL_PREFIX/share/ergoCub
export YARP_DATA_DIRS=$CMAKE_INSTALL_PREFIX/share/yarp:$CMAKE_INSTALL_PREFIX/share/ergoCub

0 comments on commit 5db2226

Please sign in to comment.