fix(navigation): 修复Navigation类中Init方法的实现
移除对Client::Init()的显式调用,因为基类构造函数已处理该初始化。同时更新README.md中的相关描述。
This commit is contained in:
@@ -438,7 +438,7 @@ unitree-go2/
|
||||
│ ├── logger.cpp # Logging system implementation
|
||||
│ ├── main.cpp # Entry point
|
||||
│ ├── mqtt.cpp # MQTT client implementation
|
||||
│ └── navigation.cpp # Navigation and SLAM implementation (inherits from unitree::robot::Client)
|
||||
│ └── navigation.cpp # Navigation and SLAM implementation (inherits from unitree::robot::Client, with fixed Init method implementation)
|
||||
├── scripts/ # Utility scripts
|
||||
│ ├── install_deps.sh # Install dependencies
|
||||
│ └── run_robot.sh # Run with optimal settings
|
||||
|
||||
Reference in New Issue
Block a user