Skip to content

Commit 9138dc5

Browse files
committed
Allow ros-args to get passed to collision updater
1 parent f0dbf1d commit 9138dc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clearpath_generator_common/src/moveit_collision_updater.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ int main(int argc, char * argv[])
7373
pos_desc.add("xacro-args", -1);
7474

7575
po::variables_map vm;
76-
po::store(po::command_line_parser(argc, argv).options(desc).positional(pos_desc).run(), vm);
76+
po::store(po::command_line_parser(argc, argv).options(desc).positional(pos_desc).allow_unregistered().run(), vm);
7777
po::notify(vm);
7878

7979
if (vm.count("help")) {

0 commit comments

Comments
 (0)