a39f6a6d2e0ca3fafe41d4d7118aa07ab1732f89
- Replace all RCLCPP_* logging macros with LOG_* hivecore macros across brain_node, cerebrum_node, cerebellum_node, skill_manager, and related files - Add hivecore_logger_cpp dependency to CMakeLists.txt - Initialize Logger with explicit LoggerOptions in brain_node.cpp (level, log_dir, fallback_dir, file size, queue, worker threads, console output, level sync, flush interval)
hivecore_robot_brain
BT安装
sudo apt-get install -y libzmq3-dev #有的环境需要安装zmq
git clone https://github.com/BehaviorTree/BehaviorTree.CPP.git \
cd BehaviorTree.CPP \
mkdir build && cd build \
cmake .. \
make \
sudo make install
SMACC2安装
sudo apt-get install -y liblttng-ust-dev #有的环境需要安装
git clone https://github.com/robosoft-ai/SMACC2.git
colcon build --packages-select smacc2_msgs smacc2
编译
./src/scripts/build.sh
运行
./src/scripts/run.sh
Description
Languages
C++
71.3%
Python
21.9%
CMake
5.3%
Shell
1.5%