baxter_demos
baxter_demos copied to clipboard
Demos showing the functionality of the Baxter Research Robot.
Changes to your CMakeLists... update...Kindly make the changes cmake_minimum_required(VERSION 2.4.6) if(COMMAND cmake_policy) cmake_policy(SET CMP0003 NEW) endif(COMMAND cmake_policy) project(baxter_demos) set(GCC_COVERAGE_COMPILE_FLAGS "-g" ) set(CMAKE_C_FLAGS ${GCC_COVERAGE_COMPILE_FLAGS} ) find_package(OpenCV REQUIRED) find_package( PCL REQUIRED )...
As I mentioned in the Baxter community, the demos are not working. The visual servo and the other demos like object finder, cloudsegmenter etc are not working .Please update all...
When run `roslaunch baxter_demos object_finder_test.launch` ``` ERROR: cannot launch node of type [baxter_demos/color_seg_test.py]: can't locate node [color_seg_test.py] in package [baxter_demos] ```