Skip to content

Commit

Permalink
code update
Browse files Browse the repository at this point in the history
  • Loading branch information
Flowerst-0416 authored Dec 5, 2022
1 parent a9e263d commit 602b9f4
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 52 deletions.
11 changes: 0 additions & 11 deletions multi_calibration/src/image_rect_node.cpp
Original file line number Diff line number Diff line change
@@ -1,14 +1,3 @@
/**
* @file image_rect_node.cpp
* @author Yuchen Wu ([email protected])
* @brief A node undistorts camera image
* @version 1.0
* @date 2022-05-23
*
* @copyright Copyright (c) 2022
*
*/

#include "ros/ros.h"
#include <cv_bridge/cv_bridge.h>
#include <image_transport/image_transport.h>
Expand Down
11 changes: 0 additions & 11 deletions multi_calibration/src/image_saving_node.cpp
Original file line number Diff line number Diff line change
@@ -1,14 +1,3 @@
/**
* @file image_saving_node.cpp
* @author Yuchen Wu ([email protected])
* @brief A node that saves image from camera
* @version 1.0
* @date 2022-05-20
*
* @copyright Copyright (c) 2022
*
*/

#include "ros/ros.h"
#include <cv_bridge/cv_bridge.h>
#include <sensor_msgs/Image.h>
Expand Down
11 changes: 1 addition & 10 deletions multi_calibration/src/plannerFactory.cpp
Original file line number Diff line number Diff line change
@@ -1,13 +1,4 @@
/**
* @file plannerFactory.cpp
* @author Yuchen Wu ([email protected])
* @brief A planner factory for generating multiple motion planner
* @version 1.0
* @date 2022-05-29
*
* @copyright Copyright (c) 2022
*
*/

#include "plannerFactory.hpp"

/**
Expand Down
10 changes: 0 additions & 10 deletions multi_calibration/src/trajectory_planner.cpp
Original file line number Diff line number Diff line change
@@ -1,13 +1,3 @@
/**
* @file trajectory_planner.cpp
* @author Yuchen Wu ([email protected])
* @brief The implemenation for multiple motion planner
* @version 1.1
* @date 2022-08-15
*
* @copyright Copyright (c) 2022
*
*/
#include "trajectory_planner.hpp"
MOVEIT_CLASS_FORWARD(MoveGroupInterface);
MOVEIT_CLASS_FORWARD(Plan);
Expand Down
11 changes: 1 addition & 10 deletions multi_calibration/src/trajectory_planner_node.cpp
Original file line number Diff line number Diff line change
@@ -1,13 +1,4 @@
/**
* @file trajectory_planner_node.cpp
* @author Yuchen Wu ([email protected])
* @brief A node launching the trajectory planner
* @version 1.0
* @date 2022-05-29
*
* @copyright Copyright (c) 2022
*
*/

#include "ros/ros.h"
#include "plannerFactory.hpp"

Expand Down

0 comments on commit 602b9f4

Please sign in to comment.