Skip to content

Commit

Permalink
Merge pull request #243 from dic-iit/S-Dafarra-patch-1
Browse files Browse the repository at this point in the history
Avoid the "Generating the Urdf Model from"  message to appear when doing ccmake
  • Loading branch information
GiulioRomualdi authored Mar 22, 2021
2 parents 2a6fc02 + 3342383 commit 45a1477
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ All notable changes to this project are documented in this file.
- Fix missing implementation of `YarpSensorBridge::getFailedSensorReads()`. (https://github.com/dic-iit/bipedal-locomotion-framework/pull/202)
- Fixed `mas-imu-test` configuration files after FW fix.
- Fixed the implementation ``YarpSensorBridge::attachAllSixAxisForceTorqueSensors()`. (https://github.com/dic-iit/bipedal-locomotion-framework/pull/231)
- Avoid the "Generating the Urdf Model from" message to appear when doing ccmake. (https://github.com/dic-iit/bipedal-locomotion-framework/pull/243)

## [0.1.0] - 2021-02-22
### Added
Expand Down
2 changes: 1 addition & 1 deletion cmake/GenerateAndAddUrdfModel.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ function(generate_and_add_urdf_model)
set(installation_folder ${${prefix}_INSTALLATION_FOLDER})
set(extra_files ${${prefix}_EXTRA_FILES})

message("-- Generating the Urdf Model from ${script_name}")
message(STATUS "Generating the Urdf Model from ${script_name}")

execute_process (
COMMAND ${PYTHON_EXECUTABLE} "${script_name}.py" --install_folder "${CMAKE_BINARY_DIR}/Autogenerated/gazebo/models/${installation_folder}"
Expand Down

0 comments on commit 45a1477

Please sign in to comment.