mirror of
https://github.com/micro-ROS/micro-ROS-Agent.git
synced 2026-09-06 18:05:17 +02:00
v0.0.1-alpha (#6)
* Issue with windows paths solved. * Fixed issue when --merge-install is activated (Windows issue) * Updated to last version of Micoxrcedds Agent. (#3) * Restored removed code by accident (#4) * Refs #3842. Removes agent node.
This commit is contained in:
@@ -67,7 +67,7 @@ normalize_path(_DEFAULT_FASTRTPS_PROFILES_PATH "${_DEFAULT_FASTRTPS_PROFILES_PAT
|
||||
|
||||
|
||||
# Get colcon call dir
|
||||
get_filename_component(_COLCON_CALL_DIR "${CMAKE_INSTALL_PREFIX}" DIRECTORY)
|
||||
get_filename_component(_COLCON_CALL_DIR "${PROJECT_BINARY_DIR}" DIRECTORY)
|
||||
get_filename_component(_COLCON_CALL_DIR "${_COLCON_CALL_DIR}" DIRECTORY)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user