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

msporyshev's profile - activity

2020-05-10 22:40:48 -0500 received badge  Famous Question (source)
2018-06-26 08:22:15 -0500 received badge  Famous Question (source)
2018-06-26 08:22:15 -0500 received badge  Notable Question (source)
2018-06-26 08:22:15 -0500 received badge  Popular Question (source)
2017-05-16 19:29:57 -0500 received badge  Famous Question (source)
2016-12-08 02:09:15 -0500 received badge  Notable Question (source)
2016-12-08 02:09:15 -0500 received badge  Popular Question (source)
2016-05-24 22:46:49 -0500 asked a question uwsim_binary symbol lookup error for robot_state_publisher

Installed uwsim on Ubuntu 14.04 through apt-get. Got this when running rosrun uwsim uwsim

/opt/ros/jade/lib/uwsim/uwsim_binary: symbol lookup error: /opt/ros/jade/lib/libuwsim.so: undefined symbol: _ZN21robot_state_publisher19RobotStatePublisherC1ERKN3KDL4TreeERKN4urdf5ModelE

I use ros-jade-desktop-full package, installed through apt-get.

2016-05-24 22:45:10 -0500 asked a question uwsim_binary: symbol lookup error robot_state_publisher

Installed uwsim on Ubuntu 14.04 through apt-get. Got this when running rosrun uwsim uwsim:

/opt/ros/jade/lib/uwsim/uwsim_binary: symbol lookup error: /opt/ros/jade/lib/libuwsim.so: undefined symbol: _ZN21robot_state_publisher19RobotStatePublisherC1ERKN3KDL4TreeERKN4urdf5ModelE

I use ros-jade-desktop-full package, installed through apt-get.

2016-05-06 13:48:46 -0500 received badge  Notable Question (source)
2015-11-06 11:52:06 -0500 received badge  Popular Question (source)
2015-11-06 05:54:48 -0500 asked a question How can I set common cmake flags for all my packages?

I want to setup cxx compiler flags common for all my packages, but I can't edit CMakeLists.txt in my catkin workspace folder. I can edit only separate catkin packages CMakeLists.txt. What should I do?

2015-11-06 05:54:47 -0500 asked a question Why do I exactly need package.xml?

Cause I need to duplicate all my build dependencies when I call find_package, then I need to set them into catkin_package, then i need to set add_dependencies. How does package.xml help me?

2015-11-06 05:11:36 -0500 received badge  Organizer (source)