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

scpeters's profile - activity

2017-03-31 08:39:53 -0500 received badge  Famous Question (source)
2017-01-26 10:59:11 -0500 received badge  Enlightened (source)
2017-01-26 10:59:11 -0500 received badge  Good Answer (source)
2016-10-12 04:09:40 -0500 received badge  Nice Answer (source)
2016-06-08 12:41:37 -0500 answered a question gazebo ros plugin make error: Undefined symbols for architecture x86_64

Maybe the capitalization is the problem: try changing GAZEBO_libraries to GAZEBO_LIBRARIES. Does that help?

2016-03-14 13:57:34 -0500 commented question Gazebo ros control plugin not loading on OSX

gazebo_ros/launch/empty_world.launch has a verbose option. Try adding verbose:=true to your roslaunch invocation

2016-03-14 12:32:36 -0500 commented question Gazebo ros control plugin not loading on OSX

As of gazebo 2.2 (see pull request 925) the .dylib plugin suffix should not be a problem. Is there a way to print more verbose console output to diagnose the error?

2014-10-28 11:48:48 -0500 asked a question html test (please ignore)

<iframe src="//player.vimeo.com/video/107531013" width="500" height="281" frameborder="0" webkitallowfullscreen="" mozallowfullscreen="" allowfullscreen=""></iframe>

[ROSCon 2014] William Woodall: ROS 2.0: Developer preview (HD) from OSRF on Vimeo.

2014-09-11 03:45:26 -0500 received badge  Popular Question (source)
2014-09-11 03:45:26 -0500 received badge  Notable Question (source)
2014-09-08 19:35:49 -0500 commented answer rqt --list-plugins is empty even though I have some installed

That tutorial is titled "Create your new rqt plugin", so I didn't read it. I was just trying to use rqt_plot and none of the plugins were showing up.

2014-09-08 19:13:20 -0500 received badge  Self-Learner (source)
2014-09-08 16:37:53 -0500 answered a question rqt --list-plugins is empty even though I have some installed

My rqt configuration file in ~/.config/ros.org/rqt_gui.ini was out-dated, possibly because I upgraded my machine to trusty instead of doing a clean install. I deleted the old configuration file, and that fixed the problem.

2014-09-08 16:36:15 -0500 asked a question rqt --list-plugins is empty even though I have some installed

I have installed ros-indigo-rqt-common-plugins, but when I run rqt --list-plugins, it does not show anything. What is the problem?

Note:

I know the answer and am in the process of posting it. I didn't see a good place to add this to the ROS wiki, so I'm posting it here.

2014-07-30 17:26:28 -0500 received badge  Famous Question (source)
2014-06-12 10:28:17 -0500 received badge  Notable Question (source)
2014-04-16 11:04:14 -0500 received badge  Popular Question (source)
2014-04-07 10:58:11 -0500 answered a question gazebo_ros_pkgs build error on saucy/indigo

It looks like an issue a missing dependency for dynamic_reconfigure. I've submitted a pull request to fix it based on advice from @dirk-thomas.

2014-04-07 10:03:17 -0500 commented answer gazebo_ros_pkgs build error on saucy/indigo

I think the nav_msgs is a red herring, building with -j8 mixes up the console output. I just edited the description to try to show the relevant messages.

2014-04-07 09:16:17 -0500 asked a question gazebo_ros_pkgs build error on saucy/indigo

I'm trying to build gazebo_ros_pkgs on saucy/indigo, and I'm getting the following build error:

[ 14%] [ 15%] Generating dynamic reconfigure files from cfg/GazeboRosCamera.cfg: /home/scpeters/ws/gazebo_ros_pkgs/devel/include/gazebo_plugins/GazeboRosCameraConfig.h /home/scpeters/ws/gazebo_ros_pkgs/devel/lib/python2.7/dist-packages/gazebo_plugins/cfg/GazeboRosCameraConfig.py
Generating dynamic reconfigure files from cfg/Hokuyo.cfg: /home/scpeters/ws/gazebo_ros_pkgs/devel/include/gazebo_plugins/HokuyoConfig.h /home/scpeters/ws/gazebo_ros_pkgs/devel/lib/python2.7/dist-packages/gazebo_plugins/cfg/HokuyoConfig.py
[ 15%] Generating dynamic reconfigure files from cfg/GazeboRosOpenniKinect.cfg: /home/scpeters/ws/gazebo_ros_pkgs/devel/include/gazebo_plugins/GazeboRosOpenniKinectConfig.h /home/scpeters/ws/gazebo_ros_pkgs/devel/lib/python2.7/dist-packages/gazebo_plugins/cfg/GazeboRosOpenniKinectConfig.py
...
Traceback (most recent call last):
  File "/home/scpeters/ws/gazebo_ros_pkgs/src/gazebo_ros_pkgs/gazebo_plugins/cfg/Hokuyo.cfg", line 41, in <module>
    from driver_base.msg import SensorLevels
ImportError: No module named msg
Traceback (most recent call last):
  File "/home/scpeters/ws/gazebo_ros_pkgs/src/gazebo_ros_pkgs/gazebo_plugins/cfg/GazeboRosCamera.cfg", line 6, in <module>
    from driver_base.msg import SensorLevels
ImportError: No module named msg
Traceback (most recent call last):
make[2]: *** [/home/scpeters/ws/gazebo_ros_pkgs/devel/include/gazebo_plugins/HokuyoConfig.h] Error 1  File "/home/scpeters/ws/gazebo_ros_pkgs/src/gazebo_ros_pkgs/gazebo_plugins/cfg/GazeboRosOpenniKinect.cfg", line 6, in <module>

    from driver_base.msg import SensorLevels
make[2]: *** Waiting for unfinished jobs....
ImportError: No module named msg
make[2]: *** [/home/scpeters/ws/gazebo_ros_pkgs/devel/include/gazebo_plugins/GazeboRosCameraConfig.h] Error 1
[ 16%] [ 20%] make[2]: *** [/home/scpeters/ws/gazebo_ros_pkgs/devel/include/gazebo_plugins/GazeboRosOpenniKinectConfig.h] Error 1
[ 23%] [ 28%] make[1]: *** [gazebo_ros_pkgs/gazebo_plugins/CMakeFiles/gazebo_plugins_gencfg.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....

Any ideas? I've cross-posted to the gazebo_ros_pkgs issue tracker.

2014-01-17 13:05:19 -0500 received badge  Necromancer (source)
2014-01-16 08:03:37 -0500 answered a question generate_messages fails with ros_comm

I just had this issue, and I'm not exactly sure what caused it, but I noticed that some of my workspace source folders were on the hydro-devel branch and some on groovy-devel. Make sure you have the correct branches.

2013-11-06 06:26:34 -0500 received badge  Supporter (source)
2013-10-30 02:21:31 -0500 received badge  Famous Question (source)
2013-10-10 05:18:14 -0500 received badge  Famous Question (source)
2013-10-06 21:30:15 -0500 received badge  Popular Question (source)
2013-10-06 21:30:15 -0500 received badge  Notable Question (source)
2013-09-30 00:16:54 -0500 received badge  Notable Question (source)
2013-09-19 15:23:08 -0500 received badge  Popular Question (source)
2013-09-12 10:36:55 -0500 answered a question Can gazebo_ros actually use bullet?

Gazebo requires bullet version 2.81 or higher. OSRF has libbullet debs hosted at packages.osrfoundation.org for precise and quantal, but not raring. So the gazebo debs don't have bullet support, but if you build from source then you can use bullet with gazebo -e bullet. We're still fixing bugs and adding unit tests for physics, but there is partial support for bullet.

2013-09-12 10:35:47 -0500 received badge  Teacher (source)
2013-09-12 10:35:47 -0500 received badge  Self-Learner (source)
2013-09-12 10:33:28 -0500 answered a question Partial hydro install missing ROS_ROOT variable

After some help from @dirk-thomas, we identified ros-hydro-rosbuild as the provider of ROS_ROOT. So the answer is to make sure you have rosbuild installed if you need the ROS_ROOT variable.

2013-09-12 10:30:55 -0500 asked a question Partial hydro install missing ROS_ROOT variable

I'm using hydro to test drcsim using rosbuild, and I have had instances where the ROS_ROOT environment variable was not set. I did not have a full install of hydro, just a few packages. Not having the ROS_ROOT environment variable can actually break roswtf.

To reproduce, remove all hydro packages, install ros-hydro-roswtf, source the setup script and run roswtf.


$ sudo apt-get update
$ sudo apt-get remove ros-hydro-*
$ sudo apt-get install ros-hydro-roswtf
$ . /opt/ros/hydro/setup.bash
$ env | grep ROS
ROS_PACKAGE_PATH=/opt/ros/hydro/share:/opt/ros/hydro/stacks
ROS_MASTER_URI=localhost:11311
ROS_DISTRO=hydro
ROS_ETC_DIR=/opt/ros/hydro/etc/ros
$ roswtf
Traceback (most recent call last):
  File "/opt/ros/hydro/bin/roswtf", line 35, in <module>
    roswtf.roswtf_main()
  File "/opt/ros/hydro/lib/python2.7/dist-packages/roswtf/__init__.py", line 87, in roswtf_main
    _roswtf_main()
  File "/opt/ros/hydro/lib/python2.7/dist-packages/roswtf/__init__.py", line 141, in _roswtf_main
    error = ros_root_check(None, ros_root=os.environ['ROS_ROOT'])
  File "/usr/lib/python2.7/UserDict.py", line 23, in __getitem__
    raise KeyError(key)
KeyError: 'ROS_ROOT'
$
2013-09-12 08:02:34 -0500 asked a question Partial hydro install missing ROS_ROOT variable

I'm using hydro to test drcsim using rosbuild, and I have had instances where the ROS_ROOT environment variable was not set. I did not have a full install of hydro, just a few packages. Not having the ROS_ROOT environment variable can actually break roswtf.

To reproduce, remove all hydro packages, install ros-hydro-roswtf, source the setup script and run roswtf.


$ sudo apt-get update
$ sudo apt-get remove ros-hydro-*
$ sudo apt-get install ros-hydro-roswtf
$ . /opt/ros/hydro/setup.bash
$ env | grep ROS
ROS_PACKAGE_PATH=/opt/ros/hydro/share:/opt/ros/hydro/stacks
ROS_MASTER_URI=http@//localhost:11311
ROS_DISTRO=hydro
ROS_ETC_DIR=/opt/ros/hydro/etc/ros
$ roswtf
Traceback (most recent call last):
  File "/opt/ros/hydro/bin/roswtf", line 35, in <module>
    roswtf.roswtf_main()
  File "/opt/ros/hydro/lib/python2.7/dist-packages/roswtf/__init__.py", line 87, in roswtf_main
    _roswtf_main()
  File "/opt/ros/hydro/lib/python2.7/dist-packages/roswtf/__init__.py", line 141, in _roswtf_main
    error = ros_root_check(None, ros_root=os.environ['ROS_ROOT'])
  File "/usr/lib/python2.7/UserDict.py", line 23, in __getitem__
    raise KeyError(key)
KeyError: 'ROS_ROOT'
$