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

Nomad's profile - activity

2020-01-14 13:34:08 -0500 received badge  Famous Question (source)
2020-01-09 13:33:48 -0500 received badge  Famous Question (source)
2016-09-07 22:10:55 -0500 received badge  Good Answer (source)
2016-08-17 09:11:58 -0500 received badge  Nice Answer (source)
2016-06-29 09:33:41 -0500 received badge  Teacher (source)
2016-06-29 09:33:41 -0500 received badge  Necromancer (source)
2016-01-13 10:07:57 -0500 commented answer fatal error: Eigen/Core: No such file or directory on indigo

find_package(Eigen3 REQUIRED) include_directories(${EIGEN3_INCLUDE_DIR})

2016-01-13 10:07:21 -0500 answered a question fatal error: Eigen/Core: No such file or directory

On Ubuntu 14.04 and Indigo use Eigen3 instead of Eigen

find_package(Eigen3 REQUIRED) include_directories(${EIGEN3_INCLUDE_DIR})

2015-09-05 07:26:54 -0500 received badge  Famous Question (source)
2015-08-10 16:29:16 -0500 received badge  Famous Question (source)
2015-08-10 16:29:16 -0500 received badge  Notable Question (source)
2015-07-28 05:41:33 -0500 received badge  Notable Question (source)
2015-06-25 15:25:53 -0500 received badge  Popular Question (source)
2015-04-17 09:53:59 -0500 received badge  Taxonomist
2015-04-14 08:51:13 -0500 received badge  Notable Question (source)
2015-04-06 05:09:06 -0500 commented question Maximum number of contacts Gazebo ROS

Calling service rosservice call /gazebo/setphysicsproperties and setting maxcontacts to 100 does not work. After calling service rosservice call /gazebo/getphysicsproperties the maxcontacts is still 20.

2015-04-06 04:37:07 -0500 received badge  Popular Question (source)
2015-04-06 04:36:55 -0500 answered a question gazebo_ros_controller_manager plugin terminates

rosclean purge

2015-04-02 19:37:42 -0500 received badge  Student (source)
2015-04-02 13:09:08 -0500 asked a question gazebo_ros_controller_manager plugin terminates

while launching current shadow robot hand in Gazebo, there is an error: pure virtual method called terminate called without an active exception

Gazebo simulator freezes. If I launch other robots, there is not error with gazebo_ros_controller_manager.

Is it because of the empty namespace?

2015-04-01 02:26:45 -0500 commented answer Maximum number of contacts Gazebo ROS

@GuiHome the objects in Gazebo freeze after calling this service. However in RVIZ, I see that frames move and there even collisions. It seems that simulation is working but the visualization in Gazebo fails. The maximum number of contacts is still 20.

2015-03-31 04:30:50 -0500 asked a question Maximum number of contacts Gazebo ROS

Where and how can we set maximum number of contacts in Gazebo?

By default the max. num. of contacts is 20 "rosparam get /gazebo/max_contacts" Setting the parameter to any other ( ex. 100) " rosparam set /gazebo/max_contacts 100 " does not affect the simulation results, I am always getting 20 contacts using gazebo plugin bumpers.

2015-03-24 07:44:35 -0500 received badge  Popular Question (source)
2015-03-23 09:03:44 -0500 commented answer Gazebo Contacts Bumper

Thank you! One comment is that the /tf should be publishing data at sufficient rate. Use rostopic hz /tf to see the rate. Gazebo publishes link states at 1kHz by default. But using tf methods simplifies transformations.

2015-03-23 08:57:14 -0500 received badge  Popular Question (source)
2015-03-23 08:57:14 -0500 received badge  Notable Question (source)
2015-03-23 08:54:45 -0500 received badge  Scholar (source)
2015-03-19 09:55:27 -0500 asked a question Gazebo Contacts Bumper

How to get position of a contact with respect to to frame of the link that is in contact?

I am using Gazebo 1.9 and ROS Indigo. I am getting contact positions wrt world frame.

2015-02-24 07:37:02 -0500 received badge  Enthusiast
2015-02-16 08:13:37 -0500 received badge  Supporter (source)
2014-12-05 12:17:52 -0500 received badge  Famous Question (source)
2014-08-05 20:56:20 -0500 received badge  Notable Question (source)
2014-07-03 01:00:02 -0500 received badge  Popular Question (source)
2014-07-01 14:11:01 -0500 asked a question How to move(export) gzserver to correct location

Hi! I am using ros hydro.

gzserver is in local folder: /home/zhan/local/bin/gzclient not in: /usr/bin/gzserver

When I run gazebo_ros I get an error "gzserver: symbol lookup error".

2014-07-01 13:07:48 -0500 asked a question ROS Hydro Gazebo gzserver: symbol lookup error

Hello!

I am getting the same error as in answers.ros.org/question/175148/how-to-i-fix-libgazebo_ros_paths_pluginso-undefined-symbol-error/). I use Ubuntu 12.04, ROS Hydro, Gazebo. When I run Gazebo (rosrun gazebo_ros gazebo) without sourcing catkin workspace ( source ~/catkin_ws/devel/setup.bash) Gazebo works. When I source catkin_ws, I get the error: "gzserver: symbol lookup error: /home/USER_NAME/catkin_ws/devel/lib/libgazebo_ros_paths_plugin.so: undefined symbol: _ZN3ros7package10getPluginsERKSsS2_RSt6vectorISsSaISsEE" and in followin glines "[gazebo-2] process has died [pid 12411, exit code 127".