lbr-stack / lbr_fri_ros2_stack

ROS 1/2 integration for KUKA LBR IIWA 7/14 and Med 7/14
https://lbr-stack.readthedocs.io/en/latest/
Apache License 2.0
121 stars 34 forks source link

Release mode build #92

Closed mhubii closed 1 year ago

mhubii commented 1 year ago

Might need to add cmake flag for release build or set a default build unless specified, ie colcon build --cmake-args -DCMAKE_BUILD_TYPE=Release

SamantaTarun commented 1 year ago

@mhubii where do I have to add?

mhubii commented 1 year ago

sorry for the late reply! Just saw it. I came across it somewhere else and realized this might be an issue here, too.

You might have to add this during the build, ie when calling colcon build

SamantaTarun commented 1 year ago

sorry for the late reply! Just saw it. I came across it somewhere else and realized this might be an issue here, too.

You might have to add this during the build, ie when calling colcon build

May I know that file name or location where I have to make changes.

mhubii commented 1 year ago

when you build this repository, you might have to add this as a flag to the build. No file needs changing, but one might add a default build type to the cmake files for the hardware interface and the fri

mhubii commented 1 year ago

going to be added in #93

mhubii commented 1 year ago

closed in #93