ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

jkp's profile - activity

2022-01-28 10:45:10 -0500 commented answer Why the turtlebot3 OS for raspberry pi3B doesn't show any GUI?

I was about to download the Melodic image to see if I could get it to work and I see that there are 3 images to download

2022-01-28 10:45:10 -0500 received badge  Commentator
2022-01-28 01:45:53 -0500 commented answer Why the turtlebot3 OS for raspberry pi3B doesn't show any GUI?

It seems like this is more a Raspberry pi / Linux question than a ROS question. I suggest that you find a RPi forum like

2022-01-27 15:28:28 -0500 commented answer Why the turtlebot3 OS for raspberry pi3B doesn't show any GUI?

It's the password you use to connect to the wifi. The same that you would enter on a computer when you select the SSID.

2022-01-27 01:57:13 -0500 answered a question Why the turtlebot3 OS for raspberry pi3B doesn't show any GUI?

You don't need a user interface for the robot. All user interface-related activities are done on your computer. If you f

2022-01-27 01:57:13 -0500 received badge  Rapid Responder (source)
2021-11-19 04:51:04 -0500 edited answer Question about servo motors

Sorry, I misread your question. I do beleive the Dynamixel servos can provide position feedback. They are "intelligent"

2021-11-19 04:47:59 -0500 answered a question Question about servo motors

I assume we are talking about cheap(ish) hobby servos? They don't provide feedback. They are kind of dumb. You tell them

2021-11-19 04:47:59 -0500 received badge  Rapid Responder (source)
2021-02-13 13:41:55 -0500 answered a question how to remove your account off of someone’s log in?

Change your password?

2021-02-13 13:41:55 -0500 received badge  Rapid Responder
2020-11-11 04:33:46 -0500 commented question Cannot link directly with dylib/framework

Hi, I have run into the same problem. Did you find a solution? If so, please post it here

2020-11-07 05:51:12 -0500 answered a question ROS2 building on Windows 10 Could NOT find TinyXML2 (missing: TINYXML2_LIBRARY TINYXML2_INCLUDE_DIR)

I had the same problem. What worked for me was to remove and reinstall the packages as described in the troubleshooting

2016-06-10 12:31:05 -0500 answered a question Undefined symbols for architecture x86_64 when cmaking the image_geometry package for Jade on Mac OS Yosemite

I also have this problem. Please update, if you found a solution.

2015-08-20 06:55:12 -0500 answered a question osx install binary packages

Hi,

I have a Mac too, running OSX 10.10. There was a link some days ago in my news feed: http://www.ros.org/news/2015/08/ros-installation-for-os-x.html regarding installing on OSX. I haven't had any time to try it out yet, so I can't guarantee any magic, but maybe you can give it a go.

2015-06-24 01:38:21 -0500 received badge  Enthusiast
2015-06-24 01:38:21 -0500 received badge  Enthusiast
2015-06-24 01:38:21 -0500 received badge  Enthusiast
2015-06-24 01:38:21 -0500 received badge  Enthusiast
2015-06-17 13:00:26 -0500 commented question "fatal error: 'QMetaType' file not found" when building ROS Indigo on OS X 10.10.3

I have the same problem building ROS Jade on OS X 10.10.3. I tried removing Homebrew and reinstalling, but no luck. The file exists in /usr/local/Cellar/qt/4.8.7/lib/QtCore.framework/Versions/4/Headers/QMetaType, so maybe it's a path somewhere that needs to be updated.

2014-01-28 17:27:45 -0500 marked best answer ROS fuerte on OSX fails on rxtools build

I follow the instrutions on http://www.ros.org/wiki/fuerte/Installation/OSX/Homebrew/Source

In the make step, after cmake .. -DCMAKE_INSTALL_PREFIX=/opt/ros/fuerte -DSETUPTOOLS_DEB_LAYOUT=OFF

it stops at [ 60%] Built target test_rosbag_genpy Linking CXX shared library ../../lib/librxtools.dylib Undefined symbols for architecture x86_64: "wxRichTextCtrl::ms_classInfo", referenced from: rxtools::TextboxDialog::onChar(wxKeyEvent&) in rosout_list_control.cpp.o "wxRichTextCtrl::wxRichTextCtrl(wxWindow, int, wxString const&, wxPoint const&, wxSize const&, long, wxValidator const&, wxString const&)", referenced from: rxtools::TextboxDialog::TextboxDialog(wxWindow, int, wxString const&, wxPoint const&, wxSize const&, long) in rosout_generated.cpp.o "wxRichTextBuffer::BeginTextColour(wxColour const&)", referenced from: wxRichTextCtrl::BeginTextColour(wxColour const&) in rosout_list_control.cpp.o "wxRichTextBuffer::BeginBold()", referenced from: wxRichTextCtrl::BeginBold() in rosout_list_control.cpp.o ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation) make[2]: * [lib/librxtools.dylib] Error 1 make[1]: [rx/rxtools/CMakeFiles/rxtools.dir/all] Error 2 make: ** [all] Error 2

All previous steps has been followed without errors. Is there anything I am missing?

2013-04-06 07:40:00 -0500 received badge  Famous Question (source)
2013-03-12 08:43:20 -0500 received badge  Notable Question (source)
2013-03-12 08:30:33 -0500 commented answer Install errors on OSX

Thanks. I am just learning ROS, so I don't know if I will have any use for bfl or not. If I do, I will debug the compilation.

2013-03-12 08:29:03 -0500 received badge  Scholar (source)
2013-03-09 00:15:44 -0500 received badge  Popular Question (source)
2013-03-08 04:59:47 -0500 asked a question Install errors on OSX

I am trying to install ROS Groovy using the instructions on http://www.ros.org/wiki/groovy/Installation/OSX/Homebrew/Source.

I am installing on a fresh installation of Mountain Lion. I have installed XCode + command line tools and followed the instructions on the page.

I have chosen the recommended desktop installation.

I get to the point where I run ./src/catkin/bin/catkin_make_isolated --install-space /opt/ros/groovy --install

Compiling the first package, bfl, I get the following error:

[ 40%] Built target orocos-bfl
[ 41%] Building CXX object tests/CMakeFiles/test_complete_filter.dir/complete_filter_test.o
In file included from /Users/jkp/ros_catkin_ws/src/bfl/tests/complete_filter_test.cpp:20:
In file included from /Users/jkp/ros_catkin_ws/src/bfl/tests/complete_filter_test.hpp:32:
In file included from /Users/jkp/ros_catkin_ws/src/bfl/src/filter/mixtureBootstrapFilter.h:35:
In file included from /Users/jkp/ros_catkin_ws/src/bfl/src/filter/mixtureParticleFilter.h:375:
/Users/jkp/ros_catkin_ws/src/bfl/src/filter/mixtureParticleFilter.cpp:105:27: error: member reference base type 'Mixture<SVar> *' is not a structure
      or union
  for(int i =0 ; i < prior.NumComponentsGet() ; i++)
                     ~~~~~^~~~~~~~~~~~~~~~~
/Users/jkp/ros_catkin_ws/src/bfl/src/filter/mixtureParticleFilter.cpp:111:27: error: member reference base type 'Mixture<SVar> *' is not a structure
      or union
  for(int i =0 ; i < prior.NumComponentsGet() ; i++)
                     ~~~~~^~~~~~~~~~~~~~~~~
/Users/jkp/ros_catkin_ws/src/bfl/src/filter/mixtureParticleFilter.cpp:113:32: error: member reference base type 'Mixture<SVar> *' is not a structure
      or union
    _old_samplesVec[i] = (prior.ComponentGet(i)->ListOfSamplesGet());
                          ~~~~~^~~~~~~~~~~~~
/Users/jkp/ros_catkin_ws/src/bfl/src/filter/mixtureParticleFilter.cpp:362:16: warning: self-comparison always evaluates to true
      [-Wtautological-compare]
        result == result && this->DynamicResampleStepOne(i);
               ^
/Users/jkp/ros_catkin_ws/src/bfl/src/filter/mixtureParticleFilter.cpp:451:16: warning: self-comparison always evaluates to true
      [-Wtautological-compare]
        result == result && this->ResampleOne(i);
               ^
/Users/jkp/ros_catkin_ws/src/bfl/src/filter/mixtureParticleFilter.cpp:362:16: warning: self-comparison always evaluates to true
      [-Wtautological-compare]
        result == result && this->DynamicResampleStepOne(i);
               ^
/Users/jkp/ros_catkin_ws/src/bfl/tests/complete_filter_test.cpp:211:36: note: in instantiation of member function
      'BFL::MixtureParticleFilter<MatrixWrapper::ColumnVector, MatrixWrapper::ColumnVector>::DynamicResampleStep' requested here
  my_filter_mixtureBootstrap = new MixtureBootstrapFilter<ColumnVector,ColumnVector> (&prior_mix, RESAMPLE_PERIOD, RESAMPLE_THRESHOLD);
                                   ^
In file included from /Users/jkp/ros_catkin_ws/src/bfl/tests/complete_filter_test.cpp:20:
In file included from /Users/jkp/ros_catkin_ws/src/bfl/tests/complete_filter_test.hpp:32:
In file included from /Users/jkp/ros_catkin_ws/src/bfl/src/filter/mixtureBootstrapFilter.h:35:
In file included from /Users/jkp/ros_catkin_ws/src/bfl/src/filter/mixtureParticleFilter.h:375:
/Users/jkp/ros_catkin_ws/src/bfl/src/filter/mixtureParticleFilter.cpp:451:16: warning: self-comparison always evaluates to true
      [-Wtautological-compare]
        result == result && this->ResampleOne(i);
               ^
/Users/jkp/ros_catkin_ws/src/bfl/tests/complete_filter_test.cpp:211:36: note: in instantiation of member function
      'BFL::MixtureParticleFilter<MatrixWrapper::ColumnVector, MatrixWrapper::ColumnVector>::Resample' requested here
  my_filter_mixtureBootstrap = new MixtureBootstrapFilter<ColumnVector,ColumnVector> (&prior_mix, RESAMPLE_PERIOD, RESAMPLE_THRESHOLD);
                                   ^
4 warnings and 3 errors generated.
make[2]: *** [tests/CMakeFiles/test_complete_filter.dir/complete_filter_test.o] Error 1
make[1]: *** [tests/CMakeFiles/test_complete_filter.dir/all] Error 2
make: *** [all] Error 2

Since the OSX installation is brand new, I suppose that I haven't got any other software or ... (more)

2013-01-01 15:12:28 -0500 received badge  Famous Question (source)
2012-12-25 11:04:27 -0500 received badge  Notable Question (source)
2012-12-25 08:33:01 -0500 answered a question groovy fails install on OSX

The first lines of the python file in question is:

from __future__ import print_function
import argparse
import os
import stat
import sys

try:
    from catkin.environment_cache import generate_environment_script, generate_static_environment_script
except ImportError:
    # find the import relatively to make it work before installing catkin
    sys.path.append(os.path.join('/Users/jkp/groovy_underlay/catkin/cmake', '..', 'python'))
    from catkin.environment_cache import generate_environment_script, generate_static_environment_script

As far as I can see, that ought to work...

2012-12-25 08:27:56 -0500 commented question groovy fails install on OSX

Thanks for your comments. The update of catkin did not help.

2012-12-24 05:06:25 -0500 received badge  Popular Question (source)
2012-12-23 01:33:39 -0500 asked a question groovy fails install on OSX

I am trying to install Groovy on OSX using homebrew. I follow the instructions on the installation page. When I get to the cmake step, I get the following error:

$ cmake .. -DCMAKE_INSTALL_PREFIX=/opt/ros/groovy -DSETUPTOOLS_DEV_LAYOUT=OFF
-- Using CATKIN_DEVEL_PREFIX: /Users/jkp/groovy_underlay/build/devel
-- Found gtest: gtests will be built
-- catkin 0.5.58
Traceback (most recent call last):
  File "/Users/jkp/groovy_underlay/build/catkin_generated/generate_cached_env.py", line 12, in <module>
    from catkin.environment_cache import generate_environment_script, generate_static_environment_script
ImportError: No module named environment_cache
CMake Error at catkin/cmake/safe_execute_process.cmake:11 (message):
  execute_process(/usr/local/bin/python
  /Users/jkp/groovy_underlay/build/catkin_generated/generate_cached_env.py)
  returned error code 1
Call Stack (most recent call first):
  catkin/cmake/all.cmake:187 (safe_execute_process)
  CMakeLists.txt:15 (include)


-- Configuring incomplete, errors occurred!

Is there something I have missed?

2012-12-17 22:00:08 -0500 commented answer ROS fuerte on OSX fails on rxtools build

Sorry, no. It's been some months since I did this, and since I never managed to make it work, I decided to scrap the installation and wait for the next version to see, if OSX support was better.

2012-12-04 00:56:37 -0500 received badge  Teacher (source)
2012-12-03 20:55:11 -0500 answered a question how to recognize a face of the same person in different situations

I haven't implemented face recognition myself, but if/when I get to that point, I would start my research here:

http://opencv.willowgarage.com/wiki/FaceRecognition

2012-12-03 03:10:34 -0500 received badge  Supporter (source)
2012-11-16 00:57:47 -0500 received badge  Famous Question (source)