Hi everyone,
I want to interact with you..
I want to be a part of GSoc20 and robocamp excites me to work into it and I am looking forward to contributing as much as I can do as well as I really blessed that you are mentoring me throughout the project.
Thank You.
Garv Tambi
2nd-year undergraduate student
(The LNM Institute of Information Technolgy, Jaipur)
Github link - https://github.com/GarvTambi'
LinkedIn - https://www.linkedin.com/in/garv-tambi-a16338170/
ImportError: /home/xerous/anaconda3/lib/python3.6/site-packages/IcePy.cpython-36m-x86_64-linux-gnu.so: undefined symbol: OpenSSL_version_num
from resources.centroidtracker import CentroidTracker
from resources.trackableobject import TrackableObject
in specificworker.py.I also changed the url in the config to point to a mjpeg file hosted locally (via simplehttpserver).people = self.peopleserver_proxy.processImage(im, 1)
. I am guessing that this is because the config file doesnt have a "PeopleServerProxy" hence the error AttributeError: 'NoneType' object has no attribute 'processImage'
. Any ideas on what "PeopleServerProxy" should be set to in the config file?
I got these error after running the following command on the terminal - cmake ..
what should I do in this situations?
Please help me out it would be a great help for me
-- The following Ice libraries were not found:
-- Ice (required)
-- IceStorm (required)
-- IceUtil (optional)
CMake Error at /home/garv/anaconda3/lib/python3.7/site-packages/cmake/data/share/cmake-3.15/Modules/FindPackageHandleStandardArgs.cmake:137 (message):
Failed to find all Ice components (missing: Ice_LIBRARY
_Ice_REQUIRED_LIBS_FOUND) (found version "3.7.0")
Call Stack (most recent call first):
/home/garv/anaconda3/lib/python3.7/site-packages/cmake/data/share/cmake-3.15/Modules/FindPackageHandleStandardArgs.cmake:378 (_FPHSA_FAILURE_MESSAGE)
/home/garv/anaconda3/lib/python3.7/site-packages/cmake/data/share/cmake-3.15/Modules/FindIce.cmake:530 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
cmake/robocompLocal.cmake:25 (FIND_PACKAGE)
tools/rcinnerModelSimulator/src/CMakeLists.txt:40 (ROBOCOMP_INITIALIZE)
-- Configuring incomplete, errors occurred!
See also "/home/garv/Desktop/robocomp/build/CMakeFiles/CMakeOutput.log".
@Vishwaak Not workit out....
CMake Deprecation Warning at CMakeLists.txt:7 (cmake_policy):
The OLD behavior for policy CMP0048 will be removed from a future version
of CMake.
The cmake-policies(7) manual explains that the OLD behaviors of all
policies are deprecated and that a policy should be set to OLD only under
specific short-term circumstances. Projects should be ported to the NEW
behavior and not rely on setting a policy to OLD.
-- COMPILING WITH QT5
-- Found OpenMP
-- PYTHON BINDINGS: NO
-- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE)
-- COMPILING WITHOUT FCL SUPPORT = 0
-- Ice version: 3.7.0
-- The following Ice libraries were not found:
-- Ice (required)
-- IceStorm (required)
-- IceUtil (optional)
CMake Error at /home/garv/anaconda3/lib/python3.7/site-packages/cmake/data/share/cmake-3.15/Modules/FindPackageHandleStandardArgs.cmake:137 (message):
Failed to find all Ice components (missing: Ice_LIBRARY
_Ice_REQUIRED_LIBS_FOUND) (found version "3.7.0")
Call Stack (most recent call first):
/home/garv/anaconda3/lib/python3.7/site-packages/cmake/data/share/cmake-3.15/Modules/FindPackageHandleStandardArgs.cmake:378 (_FPHSA_FAILURE_MESSAGE)
/home/garv/anaconda3/lib/python3.7/site-packages/cmake/data/share/cmake-3.15/Modules/FindIce.cmake:530 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
cmake/robocompLocal.cmake:25 (FIND_PACKAGE)
tools/rcinnerModelSimulator/src/CMakeLists.txt:40 (ROBOCOMP_INITIALIZE)
-- Configuring incomplete, errors occurred!
See also "/home/garv/Desktop/robocomp/build/CMakeFiles/CMakeOutput.log".
echo $PATH
export PATH=
the edited pathAfter the above issue reslolve again stuck final step...
garv@garv-Inspiron-5567:~/Desktop/robocomp/build$ sudo make install
[sudo] password for garv:
make: * No rule to make target 'install'. Stop.
@kushagra414 when I run the cmake .. command it shows like this -
garv@garv-Inspiron-5567:~/Desktop/robocomp/build$ cmake ..
-- COMPILING WITH QT5
-- Found OpenMP
-- PYTHON BINDINGS: NO
-- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE)
-- COMPILING WITHOUT FCL SUPPORT = 0
-- Ice version: 3.7.0
-- The following Ice libraries were not found:
-- Ice (required)
-- IceStorm (required)
-- IceUtil (optional)
CMake Error at /usr/share/cmake-3.10/Modules/FindPackageHandleStandardArgs.cmake:137 (message):
Failed to find all Ice components (missing: Ice_LIBRARY
_Ice_REQUIRED_LIBS_FOUND) (found version "3.7.0")
Call Stack (most recent call first):
/usr/share/cmake-3.10/Modules/FindPackageHandleStandardArgs.cmake:378 (_FPHSA_FAILURE_MESSAGE)
/usr/share/cmake-3.10/Modules/FindIce.cmake:531 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
cmake/robocompLocal.cmake:25 (FIND_PACKAGE)
tools/rcinnerModelSimulator/src/CMakeLists.txt:40 (ROBOCOMP_INITIALIZE)
-- Configuring incomplete, errors occurred!
See also "/home/garv/Desktop/robocomp/build/CMakeFiles/CMakeOutput.log".
sudo apt-get update
sudo apt-get install git git-annex cmake make g++ libgsl-dev libopenscenegraph-dev cmake-qt-gui zeroc-ice-all-dev freeglut3-dev libboost-system-dev libboost-thread-dev qt5-default libqt5xmlpatterns5-dev libqt5opengl5-dev libxt-dev libboost-test-dev libboost-filesystem-dev libccd-dev zeroc-ice-all-runtime
sudo apt-get install python3-pip python3-setuptools python3-pyparsing=2.2.0+dfsg1-2 python3-numpy python3-libxml2 python3-xmltodict python3-zeroc-ice
sudo pip3 install networkx pyside2 argcomplete termcolor cogapp
@kushagra414 Meet with the same errors again after following the installment tutorial as well as your suggestions/commands.
garv@garv-Inspiron-5567:~/Desktop/robocomp/build$ cmake ..
-- COMPILING WITH QT5
-- Found OpenMP
-- PYTHON BINDINGS: NO
-- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE)
-- COMPILING WITHOUT FCL SUPPORT = 0
-- Ice version: 3.7.0
-- The following Ice libraries were not found:
-- Ice (required)
-- IceStorm (required)
-- IceUtil (optional)
CMake Error at /usr/share/cmake-3.10/Modules/FindPackageHandleStandardArgs.cmake:137 (message):
Failed to find all Ice components (missing: Ice_LIBRARY
_Ice_REQUIRED_LIBS_FOUND) (found version "3.7.0")
Call Stack (most recent call first):
/usr/share/cmake-3.10/Modules/FindPackageHandleStandardArgs.cmake:378 (_FPHSA_FAILURE_MESSAGE)
/usr/share/cmake-3.10/Modules/FindIce.cmake:531 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
cmake/robocompLocal.cmake:25 (FIND_PACKAGE)
tools/rcinnerModelSimulator/src/CMakeLists.txt:40 (ROBOCOMP_INITIALIZE)
-- Configuring incomplete, errors occurred!
See also "/home/garv/Desktop/robocomp/build/CMakeFiles/CMakeOutput.log".
@kushagra414 I also use these commands
sudo apt install zeroc-ice-all-runtime
pip3 install zeroc-ice
@kushagra414 I use these two commands for Ice
sudo apt install zeroc-ice-all-runtime --This command will run perfectly
but in -- pip3 install zeroc-ice
I got this error
Command "/usr/bin/python3 -u -c "import setuptools, tokenize;file='/tmp/pip-build-gb9z8lf1/zeroc-ice/setup.py';f=getattr(tokenize, 'open', open)(file);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, file, 'exec'))" install --record /tmp/pip-lkw7ll7x-record/install-record.txt --single-version-externally-managed --compile --user --prefix=" failed with error code 1 in /tmp/pip-build-gb9z8lf1/zeroc-ice/
sudo apt uninstall git git-annex cmake make g++ libgsl-dev libopenscenegraph-dev cmake-qt-gui zeroc-ice-all-dev freeglut3-dev libboost-system-dev libboost-thread-dev qt5-default libqt5xmlpatterns5-dev libqt5opengl5-dev libxt-dev libboost-test-dev libboost-filesystem-dev libccd-dev zeroc-ice-all-runtime
sudo apt uninstall python3-pip python3-setuptools python3-pyparsing=2.2.0+dfsg1-2 python3-numpy python3-libxml2 python3-xmltodict python3-zeroc-ice
sudo pip3 uninstall networkx pyside2 argcomplete termcolor cogap