Skip to content

Commit

Permalink
Add ROS1 to ROS2 migration guide
Browse files Browse the repository at this point in the history
  • Loading branch information
JafarAbdi committed Nov 23, 2021
1 parent 795b9f4 commit a1c2c49
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions doc/MIGRATION_GUIDE.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit a1c2c49

Please sign in to comment.