mirror of
https://github.com/moveit/moveit_task_constructor.git
synced 2025-11-04 14:49:57 +08:00
Add ROS1 to ROS2 migration guide
This commit is contained in:
parent
a90eac5a78
commit
71a604cda0
6
doc/MIGRATION_GUIDE.md
Normal file
6
doc/MIGRATION_GUIDE.md
Normal file
@ -0,0 +1,6 @@
|
||||
# Migration Guide from ROS1
|
||||
|
||||
* Default C++ standard set to 17
|
||||
* CMake version set to 3.5
|
||||
* PipelinePlanner's constructor now have a node `rclcpp::Node::SharedPtr` as an argument to load the `PlanningPipeline`'s parameters
|
||||
* `Task::loadRobotModel` have a node as a parameter and the user have to call loadRobotModel explicitly otherwise init will throw an exception
|
||||
Loading…
Reference in New Issue
Block a user