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

filipposanfilippo's profile - activity

2020-09-18 17:57:33 -0500 received badge  Student (source)
2017-02-26 11:50:38 -0500 received badge  Necromancer (source)
2017-02-26 11:50:38 -0500 received badge  Teacher (source)
2016-05-14 05:20:54 -0500 answered a question Force torque sensor simulation

Hi, I am also interested to achieve something similar. Did you figure out how to realise it?

2016-05-06 13:14:48 -0500 answered a question SDF versions

Is there any way to use the population tag in Gazebo 2? I am forced to use ROS indigo + Gazebo2. Any possibilities? Any other way to achieve something similar?

2016-04-20 10:35:57 -0500 commented answer joint_state_controller problem loading.

Same problem on Jade. How did you fix this?

2016-04-20 10:34:18 -0500 commented question Running controller_manager spawner with /mybot/robot_description?

Having the same problem on Jade. Any ideas?

2016-04-20 06:13:59 -0500 answered a question Gazebo controller spawner warning

Hi, I am having the same problem.

When running:

rosservice list | grep controller_manager

I do not get any output even if the gazebo_ros_control is loaded in my robot model. Any ideas? Can you help me?

2016-04-20 05:31:11 -0500 commented question [Error Msg] The root link_base has an inertia specified in the URDF, but KDL ...

Thank you, Andromeda! I have done the suggested modification. However, now my link1 has got a gray color (the one set is orange). How can I fix this? Also in the robot tree, linl1 is not appearing (it only shows link_dummy, link2, ...). Is this normal?

2016-04-20 04:50:14 -0500 received badge  Enthusiast
2016-04-19 16:13:04 -0500 commented answer Problems with catkin_make

Hi, which package did you remove to fix the issue? I have the same problem.

2016-04-19 14:52:40 -0500 commented question [Error Msg] The root link_base has an inertia specified in the URDF, but KDL ...

This is the message that I get when running roslaunch rrbot_control rrbot_control.launch:

The root link link1 has an inertia specified in the URDF, but KDL does not support a root link with an inertia. As a workaround, you can add an extra dummy link to your URDF.

Any ideas?

2016-04-19 11:55:14 -0500 answered a question [Error Msg] The root link_base has an inertia specified in the URDF, but KDL ...

I am having the same issue. Could you please post or better explain your solution?

2016-04-16 09:17:21 -0500 commented answer Problem detecting yaml-cpp in Hydro installation on MACOS Maveriks

Can you please explain how did you fix the problem in detail?

2016-04-15 14:07:44 -0500 answered a question Problem detecting yaml-cpp in Hydro installation on MACOS Maveriks

Hi, I am having a similar problem when installing ROS on OS X 10.11.4.

==> Processing catkin package: 'camera_calibration_parsers'

==> Building with env: '/Users/filipposanfilippo/ros_catkin_ws/install_isolated/env.sh' ==> cmake /Users/filipposanfilippo/ros_catkin_ws/src/image_common/camera_calibration_parsers -DCATKIN_DEVEL_PREFIX=/Users/filipposanfilippo/ros_catkin_ws/devel_isolated/camera_calibration_parsers -DCMAKE_INSTALL_PREFIX=/Users/filipposanfilippo/ros_catkin_ws/install_isolated -DCMAKE_BUILD_TYPE=Release -G Unix Makefiles in '/Users/filipposanfilippo/ros_catkin_ws/build_isolated/camera_calibration_parsers' -- Using CATKIN_DEVEL_PREFIX: /Users/filipposanfilippo/ros_catkin_ws/devel_isolated/camera_calibration_parsers -- Using CMAKE_PREFIX_PATH: /Users/filipposanfilippo/ros_catkin_ws/install_isolated -- This workspace overlays: /Users/filipposanfilippo/ros_catkin_ws/install_isolated -- Using PYTHON_EXECUTABLE: /usr/local/bin/python -- Using default Python package layout -- Using empy: /usr/local/lib/python2.7/site-packages/em.pyc -- Using CATKIN_ENABLE_TESTING: ON -- Call enable_testing() -- Using CATKIN_TEST_RESULTS_DIR: /Users/filipposanfilippo/ros_catkin_ws/build_isolated/camera_calibration_parsers/test_results -- Found gtest: gtests will be built -- Using Python nosetests: /opt/local/bin/nosetests-2.7 -- catkin 0.6.18 -- Boost version: 1.59.0 -- Found the following Boost libraries: -- filesystem -- python -- system -- Checking for module 'yaml-cpp' -- No package 'yaml-cpp' found CMake Error at CMakeLists.txt:26 (if): if given arguments:

"VERSION_GREATER" "0.5"

Unknown arguments specified

2016-01-18 11:43:24 -0500 commented question Integration of JOpenShowVar with ROS

Hi,

thank you for your comment. Unfortunately only a compiled version of kukavarproxy is available on the repo. We are considering to release the proxy in the future.

Best regards, Filippo

2016-01-18 08:44:47 -0500 received badge  Notable Question (source)
2016-01-18 08:44:47 -0500 received badge  Famous Question (source)
2015-04-20 15:35:22 -0500 received badge  Popular Question (source)
2015-03-07 06:58:17 -0500 asked a question Integration with JOpenShowVar

JOpenShowVar is a Java open-source cross-platform communication interface to Kuka robots that allows for reading and writing variables and data structures of the controlled manipulators. This interface, which is compatible with all Kuka robots that use KR C4 and previous versions, runs as a client on a remote computer connected with the Kuka controller via TCP/IP. JOpenShowVar opens up to a variety of possible applications making it possible to use different input devices and to develop alternative control methods.

JOpenShowVar is an open-source project and it is available on the Internet under a Berkeley Software Distribution (BSD) license at https://github.com/aauc-mechlab/jopenshowvar, along with several detailed class diagrams, all the mechanics, hardware schematics and demo videos.

I am one of the authors of JOpenShowVar and I was wondering if there is any possibility to integrate our interface to ROS. I am not very familiar with ROS, therefore I was wondering what are the requirements for a possible integration and if you think this is possible.

2015-03-07 06:58:16 -0500 asked a question Integration of JOpenShowVar with ROS

JOpenShowVar is a Java open-source cross-platform communication interface to Kuka robots that allows for reading and writing variables and data structures of the controlled manipulators. This interface, which is compatible with all Kuka robots that use KR C4 and previous versions, runs as a client on a remote computer connected with the Kuka controller via TCP/IP. JOpenShowVar opens up to a variety of possible applications making it possible to use different input devices and to develop alternative control methods.

JOpenShowVar is an open-source project and it is available on the Internet under a Berkeley Software Distribution (BSD) license at https://github.com/aauc-mechlab/jopenshowvar, along with several detailed class diagrams, all the mechanics, hardware schematics and demo videos.

I am one of the authors of JOpenShowVar and I was wondering if there is any possibility to integrate our interface to ROS. I am not very familiar with ROS, therefore I was wondering what are the requirements for a possible integration and if you think this is possible.