File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ dependencies:
1818 - export PATH=/usr/local/Cellar/numpy/1.13.1_1/libexec/nose/bin:$PATH && mkdir -p ~/ros2_ws/src && cd ~/ros2_ws && wget https://raw.githubusercontent.com/ros2/ros2/master/ros2.repos && vcs import src < ros2.repos && src/ament/ament_tools/scripts/ament.py build --symlink-install
1919
2020 override :
21- - node --version && npm --version
21+ - node --version && npm --version && rm -rf ./node_modules/
2222 - source ~/ros2_ws/install/local_setup.bash && git submodule init && git submodule update && npm install && npm run lint
2323
2424test :
Original file line number Diff line number Diff line change @@ -43,7 +43,6 @@ const char* lib_ext = ".dll";
4343void * GetTypeSupportFunctionByInterfaceSymbolName (
4444 const std::string& symbol_name,
4545 const std::string& lib_name) {
46- // TODO(Kenny): support *.dll/etc. on other platforms.
4746 void * lib = dlopen (lib_name.c_str (), RTLD_NOW | RTLD_GLOBAL);
4847
4948 if (lib)
You can’t perform that action at this time.
0 commit comments