Skip to content

Commit

Permalink
[MSA] Three small edits (#1203)
Browse files Browse the repository at this point in the history
* Three small edits

* Update .pre-commit-config.yaml

* Run pre-commit

Co-authored-by: Jafar <cafer.abdi@gmail.com>
  • Loading branch information
2 people authored and Vatan Aksoy Tezer committed May 31, 2022
1 parent aa337d8 commit 7f7e760
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion moveit_setup_assistant/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,4 +106,4 @@ The format for the templates is custom to MSA. Let's assume you have a `Template

becomes

<name>r2d2_moveit_config</name>
<name>r2d2_moveit_config</name>
6 changes: 0 additions & 6 deletions moveit_setup_assistant/moveit_setup_assistant/src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -93,12 +93,6 @@ int main(int argc, char** argv)
auto client = std::make_unique<rviz_common::ros_integration::RosClientAbstraction>();
auto node = client->init(argc, argv, "moveit_setup_assistant", false);

/* TODO:
* Migration Notes:
* ROS 1 MSA had an explicit SIGINT handler (ros::init_options::NoSigintHandler) not replicated here
* ROS 1 MSA also started an ASyncSpinner
*/

// Create Qt Application
QApplication qt_app(argc, argv);
// numeric values should always be POSIX
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
#include <QList>
#include <QLabel>
#include <QListWidget>
#include <QListWidget>
#include <QListWidgetItem>
#include <QProgressBar>
#include <QPushButton>
Expand Down

0 comments on commit 7f7e760

Please sign in to comment.