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

amstrudy's profile - activity

2020-02-22 01:56:11 -0500 received badge  Famous Question (source)
2019-10-09 09:17:48 -0500 received badge  Notable Question (source)
2019-08-05 03:04:04 -0500 received badge  Popular Question (source)
2019-08-04 10:47:25 -0500 edited question Gazebo crashing when trying to open model

Gazebo crashing when trying to open model I'm working through the URDF tutorials here but I am having trouble with Gazeb

2019-08-04 10:46:54 -0500 asked a question Gazebo crashing when trying to open model

Gazebo crashing when trying to open model I'm working through the URDF tutorials here but I am having trouble with Gazeb

2019-08-03 12:17:44 -0500 asked a question Getting started with creating a car in rviz

Getting started with creating a car in rviz Hi everyone, I've been having a lot of trouble trying to do something that

2019-07-23 06:56:06 -0500 received badge  Enthusiast
2019-07-22 09:25:14 -0500 received badge  Famous Question (source)
2019-07-18 21:53:28 -0500 received badge  Notable Question (source)
2019-07-18 21:53:28 -0500 received badge  Popular Question (source)
2019-07-18 17:04:36 -0500 commented question rostest console output

@jayess Nothing changed when I added ros::start()

2019-07-18 14:37:27 -0500 asked a question rostest console output

rostest console output I just started using rostest with gtest, and have encountered the problem that only ROS_ERROR() m

2019-05-20 02:16:28 -0500 marked best answer cmake fails: Inconsistency detected by ld.so

I recently set up a new Ubuntu 14 VM to install indigo on. I installed indigo, and since I'm working with an Aldebaran Nao humanoid robot, I also downloaded the naoqi SDK. Then, I downloaded these packages: nao_robot, nao_extra, roboticsgroup_gazebo_plugins, pal_msgs, and pal_gazebo_plugins. I tried a catkin_make after this, and got the following error:

Base path: /home/amstrudy/catkin_ws
Source space: /home/amstrudy/catkin_ws/src
Build space: /home/amstrudy/catkin_ws/build
Devel space: /home/amstrudy/catkin_ws/devel
Install space: /home/amstrudy/catkin_ws/install

Running command:

cmake /home/amstrudy/catkin_ws/src -DCATKIN_DEVEL_PREFIX=/home/amstrudy/catkin_ws/devel -DCMAKE_INSTALL_PREFIX=/home/amstrudy/catkin_ws/install -G Unix Makefiles" in "/home/amstrudy/catkin_ws/build"

    Inconsistency detected by ld.so: dl-version.c: 224: _dl_check_map_versions: Assertion `needed != ((void *)0)' failed!
    Invoking "cmake" failed

I uninstalled the packages, commented out the source lines and LD_LIBRARY_PATH and PYTHON_PATH lines in my bashrc (which pointed to stuff in naoqi), deleted and reinstalled indigo, but still no luck. I know that catkin_make worked as some point because I used it to setup my catkin_ws. I've researched around but haven't found a solution.

Thanks.

EDIT: I tried deleting the naoqi SDK from my VM, and voila, cmake (and catkin_make) are both back up and running. I have no idea how this could be? I need naoqi, so any ideas as to how to fix this?

2019-03-20 13:42:07 -0500 received badge  Famous Question (source)
2019-03-20 13:42:07 -0500 received badge  Notable Question (source)
2019-03-20 13:42:07 -0500 received badge  Popular Question (source)
2018-07-04 21:51:58 -0500 received badge  Famous Question (source)
2018-04-30 02:43:01 -0500 received badge  Notable Question (source)
2018-02-28 07:53:40 -0500 marked best answer Unable to establish ssh connection : No authentication methods available

I'm trying to run nodes on two different machines within the same launch file, so I am using the <machine> tag to do so.

<machine name="roboRIO" address=10.9.0.29" env-loader="path/to/script" user="admin" />

The user doesn't require a password. I can definitely ssh onto the remote host with that same IP. I'm not sure what the problem could be. Any help is appreciated.

2018-02-28 07:53:37 -0500 answered a question Unable to establish ssh connection : No authentication methods available

The key to answering this was actually adding a password. There was some weirdness while trying to log into the second d

2018-02-28 07:33:02 -0500 received badge  Popular Question (source)
2018-02-26 17:43:38 -0500 edited question Unable to establish ssh connection : No authentication methods available

Unable to establish ssh connection : No authentication methods available I'm trying to run nodes on two different machin

2018-02-26 17:43:27 -0500 asked a question Unable to establish ssh connection : No authentication methods available

Unable to establish ssh connection : No authentication methods available I'm trying to run nodes on two different machin

2018-02-14 21:55:32 -0500 received badge  Notable Question (source)
2018-02-14 16:22:56 -0500 received badge  Popular Question (source)
2018-02-14 14:42:04 -0500 received badge  Supporter (source)
2018-02-14 14:42:02 -0500 marked best answer How to make my package publicly available?

I wrote a ROS package for the yoctopuce altimeter. I'm fairly certain it's the only form of ROS support for the altimeter, and I would like to make it publicly available via the ROS website. How do I go about doing this?

2018-02-14 14:42:02 -0500 received badge  Scholar (source)
2018-02-14 14:42:01 -0500 commented answer How to make my package publicly available?

Thank you! I was looking for something like this.

2018-02-14 14:02:58 -0500 received badge  Nice Question (source)
2018-02-14 13:58:27 -0500 received badge  Famous Question (source)
2018-02-14 13:58:27 -0500 received badge  Notable Question (source)
2018-02-14 13:58:27 -0500 received badge  Popular Question (source)
2018-02-14 13:56:18 -0500 received badge  Student (source)
2018-02-14 13:53:16 -0500 asked a question How to make my package publicly available?

Add official package to ROS I wrote a ROS package for the yoctopuce altimeter. I'm fairly certain it's the only form of

2017-09-12 13:26:25 -0500 commented question Callback doen't respond

Are you sure that you are publishing something to that topic elsewhere?

2017-09-12 13:03:15 -0500 commented question cmake fails: Inconsistency detected by ld.so

@jayess thank you!

2017-09-12 13:01:35 -0500 edited question cmake fails: Inconsistency detected by ld.so

cmake fails: Inconsistency detected by ld.so I recently set up a new Ubuntu 14 VM to install indigo on. I installed indi

2017-09-12 13:01:35 -0500 received badge  Editor (source)
2017-09-12 13:01:05 -0500 commented answer cmake fails: Inconsistency detected by ld.so

I'm not directly invoking cmake, but catkin_make. When I was investigating the error I narrowed the problem down to cmak

2017-09-12 13:00:44 -0500 edited question cmake fails: Inconsistency detected by ld.so

cmake fails: Inconsistency detected by ld.so I recently set up a new Ubuntu 14 VM to install indigo on. I installed indi

2017-09-12 12:59:49 -0500 commented answer cmake fails: Inconsistency detected by ld.so

I'm not directly invoking cmake, but catkin_make. When I was investigating the error I narrowed the problem down to cmak

2017-09-12 12:50:05 -0500 asked a question cmake fails: Inconsistency detected by ld.so

cmake fails: Inconsistency detected by ld.so I recently set up a new Ubuntu 14 VM to install indigo on. I installed indi

2017-09-12 12:50:04 -0500 asked a question cmake fails: Inconsistency detected by ld.so

cmake fails: Inconsistency detected by ld.so I recently set up a new Ubuntu 14 VM to install indigo on. I installed indi

2017-08-31 14:49:18 -0500 asked a question NAO not speaking

NAO not speaking I've been getting acquainted with the NAO robot through Choregraphe, and I just switched over to using